v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBRegister CLABE account
Register a new Clave Bancaria Estandarizada (CLABE) bank code for Mexican bank accounts.
A Clave Bancaria Estandarizada, commonly known as CLABE, is an 18-digit standardized banking code used in Mexico for domestic electronic fund transfers. It functions as a unique identifier for each bank account, similar to an International Bank Account Number (IBAN) in other countries. The CLABE is required for sending and receiving inter-bank transfers within Mexico.
To read about Pismo's banking offerings, see Banking overview.
This endpoint generates a <a href="https://developers.pismo.io/events/docs/intl-bankaccounts-intl-bankaccount-register-1">Bank account registered</a> event.
Path parameters
Pismo account ID
Headers
Account token - token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message
Request body
Example request
{
"scheme": {
"clabe": "003290103581700922"
}
}Response
Response body
Example response
{
"account_id": 78123456,
"creation_datetime": "2023-04-12T23:20:50.52Z",
"scheme": {
"clabe": "003290103581700922"
}
}