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
EUR
Account id.
Possible values: <= 20 characters
5029090724
Paysafe embedded wallet internal customer identifier.
Possible values: <= 20 characters
123456789
External identifier in merchant system. Must be passed during onboarding.
Possible values: non-empty
and <= 40 characters
a2322550-af91-417f-867e-681efad44b9d
Amount in minor units
0
Amount in minor units
0
instruments object[]deprecated
**Deprecated! Use virtualInstrument property instead. **
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
The instrument id
The customer to which this instrument belongs.
5435323362
Represents 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 | | CARD | Card |
Possible values: [SEPA_BANK_ACCOUNT
, UK_BANK_ACCOUNT
, US_BANK_ACCOUNT
, CCI_BANK_ACCOUNT
, CARD
]
CARD
Is the instrument externally verified.
false
The instrument status.
Possible values: [VERIFIED
, UNVERIFIED
, VERIFICATION_REQUIRED
, REJECTED
]
virtualInstruments object[]
List of virtual payment instruments liked to this balance account.
Virtual instrument unique identifier.
Possible values: <= 50 characters
acde070d-8c4c-4f0d-9d8a-162843c10333
Virtual payment instrument type.
Possible values: [SEPA_BANK_ACCOUNT
, UK_BANK_ACCOUNT
, US_BANK_ACCOUNT
]
US_BANK_ACCOUNT
Instrument 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"
}