Account Number Object

{
  "id": "acno_Kasf91034gj1AD",
  "object": "account_number",
  "description": "My payins",
  "number": "738969123456789120",
  "created_at": "2024-03-01T20:09:42.949787176Z",
  "mode": "test",
  "account_id": "acc_Lq7dP901xZgA2B",
  "metadata": {
    "order_id": "12343212"
  }
}

Account Number Object

FieldTypeDescription
idstringUnique identifier for the account number.
objectstringThe type of the object, which is always account_number.
descriptionstringA description you can use to easily identify this Account Number (40 chars max.).
numberstringThe account number (for Mexico: CLABE) of the sender.
created_atstringTimestamp when the account number was created (in ISO 8601 format).
modestringMode of the API (test or live).
account_idstringAccount the Account Number points to.
metadataobjectOptional key-value pairs associated with this account number.