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!
List of payment instruments associated with this account, provided by Paysafe. This list might include virtual bank accounts or pre-paid cards funded by the account.
- For virtual instruments, use the
virtualInstrumentsproperty instead. - To get payment instruments, use the
Payment Instruments APIinstead.
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: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_ACCOUNTWhen true, this instrument is the primary one for its instrument type on the linked balance account. Payments that do not name an instrument use the primary instrument of the required type.
For each account and instrument type, exactly one active instrument is primary. The first active instrument of a type becomes primary when it is issued. After that the flag moves only when the set-primary operation is called, or when the current primary is closed and another active instrument of the same type takes over.
trueInstrument 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",
"isPrimary": true
}
],
"creationTime": "2019-08-24T14:15:22Z"
}