Objects
PSD2 Transaction
A transaction on a PSD2 account
accountIdstring
Account identifier the transaction belongs to
amountMonetaryAmount
Transaction amount
bookingDatestring
Booking date of the transaction in ISO format
counterpartyNamestring
Name of the counterparty
createdAtstring
Creation timestamp
descriptionstring
Description of the transaction
directionstring
Direction of the transaction
Possible Enum values are
CREDIT or DEBIT.statusstring
Status of the transaction
Possible Enum values are
BOOKED or PENDING.transactionIdstring
Unique identifier for the transaction
Example
{ "accountId": "acc-789", "amount": { "amount": 10.32, "currency": "EUR" }, "bookingDate": "2024-01-15", "counterpartyName": "SuperMarket Inc", "createdAt": "2024-01-15T10:30:00Z", "description": "Grocery purchase", "direction": "CREDIT", "status": "BOOKED", "transactionId": "tx-123456"}