Account Number Object

{
  "id": "acno_Kasf91034gj1AD",
  "object": "account_number",
  "description": "My payins",
  "number": "738969123456789120",
  "created_at": "2024-03-01T20:09:42.949787176Z",
  "updated_at": "2024-03-01T20:09:42.949787176Z",
  "mode": "test",
  "status": "enabled",
  "is_root": false,
  "account_id": "acc_Lq7dP901xZgA2B",
	"deleted_at": null,
  "last_transfer_at": "2026-03-15T14:22:01.000Z",
  "options": {
    "min_amount": 300,
    "max_amount": 400
  },
  "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).
updated_atstringTimestamp when the account number was last updated (in ISO 8601 format).
modestringMode of the API (test or live).
statusstringStatus of this Account Number, it can be enabled, disabled, blocked or deleted .
Inbound Transfers directed to disabled, blocked or deleted Account Numbers will be automatically returned.
is_rootboolIndicates if the Account Number is the main Account Number of the Account. Root Account Numbers will appear as the sender Account Number for Outbound Transfers.
account_idstringAccount the Account Number points to.
optionsobjectAdditional configurations for Account Numbers.
metadataobjectOptional key-value pairs associated with this account number.
deleted_atstringTimestamp when the account number was deleted. null if the account number has not been deleted.
last_transfer_atstringTimestamp of the last inbound transfer received by this account number. null if no inbound transfer has ever been received.

Options Object (within Account Number Object)


FieldTypeDescription
min_amountintegerMinimum amount accepted for inbound transfers. Transfers below this threshold will be automatically rejected. Amount is specified in the base currency unit for the account's country: centavos for Mexico, pesos for Chile. Must be a positive integer or null.
max_amountintegerMaximum amount accepted for inbound transfers. Transfers exceeding this threshold will be automatically rejected. Amount is specified in the base currency unit for the account's country: centavos for Mexico, pesos for Chile. Must be a positive integer or null.