Overview
A account is a payment account that belongs to a user.
Attribute
Description
Account object example
{
"uuid": "string",
"originatingAccountUuid": "string",
"receivingAccountUuid": "string",
"amount": "100.00",
"status": "COMPLETED",
"createdAt": "2024-03-06T13:32:53.323Z",
"updatedAt": "2024-03-06T13:32:53.323Z",
}Last updated