PaymentDetails
Unique identifier of the payment.
3f2b7c1e-0a4d-4f9b-9c6a-8d1e2f3a4b5cAmount of the payment, in the currency of currency.
150Currency of the amount of the payment, as an ISO 4217 code.
USDStatus of the payment.
completedFamily of the method that paid. crypto is a payment on a blockchain. bank_transfer is a transfer through an international rail. argentine_bank is a transfer in Argentine pesos into a CVU. Read paymentRail for the rail that carried the money.
Possible values: [crypto, bank_transfer, credit_card, argentine_bank]
bank_transferRail that carried the money. It is null for a payment on a blockchain, and it is null when the rail of a transfer is unknown. cvu is the rail of an Argentine peso transfer, and the other values are the rails of an international transfer.
Possible values: [ach, wire, pix, spei, transfers, pse, cvu]
speiBlockchain transaction hash (for crypto payments)
0x1234567890abcdef...Amount of the token that the client approved for the payment. It is null when the payment holds no approved quote.
150.25Symbol of the token of approvedQuoteAmount. It is null when the payment holds no approved quote.
USDTTime at which Basilic created the payment.
2025-01-01T12:00:00.000ZTime of the last change of the payment. A payment that never changed after its creation keeps the value of createdAt.
2025-01-01T12:30:00.000Z{
"id": "3f2b7c1e-0a4d-4f9b-9c6a-8d1e2f3a4b5c",
"amount": 150,
"currency": "USD",
"status": "completed",
"paymentMethod": "bank_transfer",
"paymentRail": "spei",
"transactionHash": "0x1234567890abcdef...",
"approvedQuoteAmount": 150.25,
"approvedQuoteToken": "USDT",
"createdAt": "2025-01-01T12:00:00.000Z",
"updatedAt": "2025-01-01T12:30:00.000Z"
}