VirtualInstrumentRequestStatus
Status of issuing virtual payment instrument assignment request.
idstring
Id of the request
Possible values: <= 20 characters
Example: 
5029090724instrumentTypeVirtualInstrumentType (string)required
Virtual payment instrument type.
Possible values: [SEPA_BANK_ACCOUNT, UK_BANK_ACCOUNT, US_BANK_ACCOUNT]
Example: 
US_BANK_ACCOUNTrequestDatestring<date-time>required
Example: 
2019-08-24T14:15:22ZlastChangeDatestring<date-time>
Example: 
2019-08-24T16:15:22ZaccountIdstring
Id of balance account linked to the virtual instrument.
Example: 
123234statusstringrequired
Status of virtual payment instrument request.
Possible values: [ACCEPTED, PENDING, COMPLETED, REJECTED, FAILED]
Example: 
COMPLETEDstatusReasonstring
Status of virtual payment instrument request.
Example: 
Request has been denied by the issuing bank.virtualInstrumentIdstring
When the status of the request is COMPLETED, holds the id of the virtual instrument.
Possible values: <= 36 characters
Example: 
acde070d-8c4c-4f0d-9d8a-162843c10335VirtualInstrumentRequestStatus
{
  "id": "5029090724",
  "instrumentType": "US_BANK_ACCOUNT",
  "requestDate": "2019-08-24T14:15:22Z",
  "lastChangeDate": "2019-08-24T16:15:22Z",
  "accountId": "123234",
  "status": "COMPLETED",
  "statusReason": "Request has been denied by the issuing bank.",
  "virtualInstrumentId": "acde070d-8c4c-4f0d-9d8a-162843c10335"
}