InstrumentUpdateEvent
Event for tracking instrument update operations. The sensitive data is obfuscated.
Event id.
Represents RFC 3339, section 5.6 date-time.
2021-07-15T17:54:12ZType of the notification event:
- Insert - Denotes insert operation.
- Update - Denotes update operation. The entity should contain only updated fields.
- Delete - Denotes delete operation.
Possible values: [Update, Create, Delete]
Updateinstrument objectrequired
Represents a payment instrument, used for Deposit or Withdrawal. Here are the valid instrumentType values:
- SEPA_BANK_ACCOUNT - SepaBankAccountPaymentInstrument
- UK_BANK_ACCOUNT - UkBankAccountPaymentInstrument
- US_BANK_ACCOUNT - UsBankAccountPaymentInstrument
- CCI_BANK_ACCOUNT - CciBankAccountPaymentInstrument
- BR_BANK_ACCOUNT - BrBankAccountPaymentInstrument
- PH_BANK_ACCOUNT - PhBankAccountPaymentInstrument
- CLABE_BANK_ACCOUNT - ClabeBankAccountPaymentInstrument
- CARD - Represents CardPaymentInstrument
- EMAIL - EmailPaymentInstrument
The instrument id
The customer to which this instrument belongs.
5435323362Represents the type of the instrument.
| Value | Description |
|---|---|
| SEPA_BANK_ACCOUNT | SEPA Bank account |
| UK_BANK_ACCOUNT | UK Bank account |
| US_BANK_ACCOUNT | US Bank account |
| CCI_BANK_ACCOUNT | CCI Bank account |
| BR_BANK_ACCOUNT | BR Bank account |
| PH_BANK_ACCOUNT | PH Bank account |
| CLABE_BANK_ACCOUNT | CLABE Bank account |
| CARD | Card |
| QR_CODE | QR Code |
Possible values: [SEPA_BANK_ACCOUNT, UK_BANK_ACCOUNT, US_BANK_ACCOUNT, CCI_BANK_ACCOUNT, BR_BANK_ACCOUNT, PH_BANK_ACCOUNT, CLABE_BANK_ACCOUNT, CARD, EMAIL, QR_CODE]
CARDIs the instrument externally verified.
falseThe instrument status.
Possible values: [VERIFIED, UNVERIFIED, VERIFICATION_REQUIRED, REJECTED]
Represents RFC 3339, section 5.6 date-time.
2021-07-15T17:54:12Z{
"id": "string",
"timestamp": "2021-07-15T17:54:12Z",
"operationType": "Update",
"instrument": {
"id": "string",
"customerId": "5435323362",
"instrumentType": "CARD",
"externallyVerified": false,
"status": "VERIFIED",
"creationTime": "2021-07-15T17:54:12Z"
}
}