ListTransactions
nextPage object
Next page value in base-64
- null
- string
transactions object[]required
Transactions
Possible values: <= 2147483647
Transaction category
Possible values: [CARD_PAYMENT, SAVINGS, INTERNAL_TRANSFER, ATM, EXTERNAL_TRANSFER, OTHER]
counterparty objectrequired
Info on entity to which funds are moving
account object
- null
- Account
acquiring object
- null
- AcquiringPart
amount objectrequired
Total amount for this part
The amount of money. Example: 1000.12
Possible values: non-empty and <= 2147483647 characters
The currency of the money. Example: 'USD'
Possible values: non-empty and <= 10 characters
amountWithoutFee object
- null
- Money
atm object
- null
- AtmPart
beneficiary object
- null
- Beneficiary
card object
- null
- CardPart
company object
- null
- CompanyPart
crypto object
- null
- CryptoPart
customer object
- null
- CustomerProfile
fees object
Applied fees
- null
- object
goal object
- null
- GoalPart
mcc object
- null
- MccPart
merchant object
- null
- MerchantPart
payer object
- null
- PayerPart
totalFee object
- null
- Money
Type of entity involved in transaction
Possible values: [CUSTOMER, COMPANY, VAULT, MERCHANT, BENEFICIARY, ATM, ACQUIRING, PAYER]
vault object
- null
- VaultPart
date objectrequired
Time info on transaction states
processed object
- null
- string<Instant>
settled object
- null
- string<Instant>
description object
Transaction reference
- null
- string
Direction of funds moving
Possible values: [IN, OUT]
fx object
- null
- Fx
Transaction id
Possible values: <= 2147483647 characters
origin objectrequired
Info on entity from which funds are moving
account object
- null
- Account
acquiring object
- null
- AcquiringPart
amount objectrequired
Total amount for this part
The amount of money. Example: 1000.12
Possible values: non-empty and <= 2147483647 characters
The currency of the money. Example: 'USD'
Possible values: non-empty and <= 10 characters
amountWithoutFee object
- null
- Money
atm object
- null
- AtmPart
beneficiary object
- null
- Beneficiary
card object
- null
- CardPart
company object
- null
- CompanyPart
crypto object
- null
- CryptoPart
customer object
- null
- CustomerProfile
fees object
Applied fees
- null
- object
goal object
- null
- GoalPart
mcc object
- null
- MccPart
merchant object
- null
- MerchantPart
payer object
- null
- PayerPart
totalFee object
- null
- Money
Type of entity involved in transaction
Possible values: [CUSTOMER, COMPANY, VAULT, MERCHANT, BENEFICIARY, ATM, ACQUIRING, PAYER]
vault object
- null
- VaultPart
Transaction status
Possible values: [PENDING, COMPLETED, FAILED]
statusReason object
Transaction status explanation
- null
- string
subtype object
Subtype of transaction type. E.g. CARD_REFUND, VAULT_WITHDRAWAL, etc
- null
- string
Transaction type
Possible values: [CARD_ATM_WITHDRAWAL, CARD_ATM_DEPOSIT, CARD_PAYMENT, CARD_DEPOSIT, CARD_ACQUIRING, OWN_TRANSFER, INTERNAL_TRANSFER, EXTERNAL_OUTGOING_TRANSFER, EXTERNAL_INCOMING_TRANSFER, INTERNAL_OUTGOING_TRANSFER, INTERNAL_INCOMING_TRANSFER, REWARD, CASHBACK, FEE, REFUND]
{
"nextPage": "null",
"transactions": [
{
"category": "CARD_PAYMENT",
"counterparty": {
"account": "null",
"acquiring": "null",
"amount": {
"amount": "string",
"currency": "string"
},
"amountWithoutFee": "null",
"atm": "null",
"beneficiary": "null",
"card": "null",
"company": "null",
"crypto": "null",
"customer": "null",
"fees": "null",
"goal": "null",
"mcc": "null",
"merchant": "null",
"payer": "null",
"totalFee": "null",
"type": "CUSTOMER",
"vault": "null"
},
"date": {
"created": "string",
"processed": "null",
"settled": "null",
"started": "string",
"updated": "string"
},
"description": "null",
"direction": "IN",
"fx": "null",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"origin": {
"account": "null",
"acquiring": "null",
"amount": {
"amount": "string",
"currency": "string"
},
"amountWithoutFee": "null",
"atm": "null",
"beneficiary": "null",
"card": "null",
"company": "null",
"crypto": "null",
"customer": "null",
"fees": "null",
"goal": "null",
"mcc": "null",
"merchant": "null",
"payer": "null",
"totalFee": "null",
"type": "CUSTOMER",
"vault": "null"
},
"state": "PENDING",
"statusReason": "null",
"subtype": "null",
"type": "CARD_ATM_WITHDRAWAL"
}
]
}