Account
Represents a wallet account that is holding account balance in specific currency.
Currency alphabetic code as specified by ISO 4217
Possible values: >= 3 characters and <= 3 characters
EURAccount id.
Possible values: <= 20 characters
5029090724Paysafe embedded wallet internal customer identifier.
Possible values: <= 20 characters
123456789External identifier in merchant system. Must be passed during onboarding.
Possible values: non-empty and <= 40 characters
a2322550-af91-417f-867e-681efad44b9dAmount in minor units
0Amount in minor units
0instruments object[]deprecated
Deprecated! This field will be removed in a future version. Use the Payment Instruments API (/customers/{customerId}/instruments) instead.
This field includes only a subset of supported payment instrument types. The implementation is not maintained, and future instrument types will not be included.
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, 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:12ZvirtualInstruments object[]
List of virtual payment instruments liked to this balance account.
Virtual instrument unique identifier.
Possible values: <= 50 characters
acde070d-8c4c-4f0d-9d8a-162843c10333Virtual payment instrument type.
- SEPA_BANK_ACCOUNT - alias to IBAN. Deprecated!
- UK_BANK_ACCOUNT - UK bank account number and sort code for UK domestic payments.
- US_BANK_ACCOUNT - US bank account and routing number for US domestic payments
- IBAN_BANK_ACCOUNT - IBAN used for domestic and international payments in relevant countries.
Possible values: [SEPA_BANK_ACCOUNT, UK_BANK_ACCOUNT, US_BANK_ACCOUNT, IBAN_BANK_ACCOUNT]
US_BANK_ACCOUNTInstrument creation time.
2019-08-24T14:15:22Z{
"currencyCode": "EUR",
"id": "5029090724",
"customerId": "123456789",
"externalId": "a2322550-af91-417f-867e-681efad44b9d",
"totalBalance": 0,
"availableBalance": 0,
"virtualInstruments": [
{
"id": "acde070d-8c4c-4f0d-9d8a-162843c10333",
"instrumentType": "US_BANK_ACCOUNT"
}
],
"creationTime": "2019-08-24T14:15:22Z"
}