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_ACCOUNTrequestDatestring<date-time>required
Example:
2019-08-24T14:15:22ZlastChangeDatestring<date-time>
Example:
2019-08-24T14:15:22Zstatusstringrequired
Status of the virtual payment instrument request.
Possible values: [ACCEPTED, PENDING, COMPLETED, REJECTED, FAILED]
Example:
COMPLETEDstatusReasonstring
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."
}