VirtualAccountAssignmentStatus
Status of the issued virtual payment instrument request.
instrumentTypeVirtualInstrumentType (string)required
Instrument type.
Possible values: [SEPA_BANK_ACCOUNT
, UK_BANK_ACCOUNT
, US_BANK_ACCOUNT
]
Example:
SEPA_BANK_ACCOUNT
requestDatedate-timerequired
Example:
2019-08-24T14:15:22Z
lastChangeDatedate-time
Example:
2019-08-24T14:15:22Z
statusstringrequired
Status of the virtual payment instrument request.
Possible values: [ACCEPTED
, PENDING
, COMPLETED
, REJECTED
, FAILED
]
Example:
COMPLETED
statusReasonstring
Additional information for the current status of the virtual payment instrument request.
Example:
Request has been denied by the issuing bank.
VirtualAccountAssignmentStatus
{
"instrumentType": "SEPA_BANK_ACCOUNT",
"requestDate": "2019-08-24T14:15:22Z",
"lastChangeDate": "2019-08-24T14:15:22Z",
"status": "COMPLETED",
"statusReason": "Request has been denied by the issuing bank."
}