User Information and CLABE
This documentation page contains relevant information about the data associated to each merchant within Ecart Pay, specially the CLABE Interbank Code..
About Account Creation in Ecart Pay
When registering with Ecart Pay, you must complete the required fields. Other crucial information, such as your CLABE, is assigned to you automatically by our system.
Ecart Pay provides a unique permanent CLABE upon account creation. Additionally, if a client chooses bank transfer for an order, a separate unique transaction CLABE is instantly generated for that specific payment, ensuring accurate reconciliation.
CLABE Interbank Code
The CLABE is a standardized 18-digit bank code used in Mexico to uniquely identify every bank account.
- Function: It is required for all domestic inter-bank electronic funds transfers (sending money between different banks within Mexico). It ensures that payroll deposits, direct debits, and transfers are applied only to the correct account.
In short, you can think of the CLABE as the unique digital fingerprint for a bank account in the Mexican banking system.
Making transactions easierEcart Pay provides merchants with a powerful virtual CLABE generation system, issuing both a permanent CLABE for the merchant's account and even unique transaction CLABEs for every order, if necessary.
This powerful reference system automatically funnels all incoming interbank transfers through Ecart Pay's master account, using the generated CLABE as a unique reference key. The result is automated payment reconciliation, which eliminates manual tracking, drastically reduces errors, and accelerates the entire collection process.
IMPORTANTTo follow the steps below, it is essential to have the corresponding Authorization Token. For more information, please refer to the following documentation page: Authorization Token
Retrieve My Information
Use this endpoint to retrieve you user information, including your unique permanent CLABE assigned upon creating your Ecart Pay account.
Endpoint
https://app.ecart.com/api/accounts/me
Header
Authorization: {{token}}
Examples
Request
curl --location 'https://app.ecart.com/api/accounts/me' \
--header 'Authorization: eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJpZfdshgtrehtw6546ZjNlMGM2MDJkNDRjNWRiNzA2NSIsImFjY291bnRfaWQiOiI2OGE0OWYzZTBjNjAyZDQ0YzgfdGt543HgreshHTr54543GFdsgtewS5jb20iLCJuYW1lIjoicHJpbWU5NSIsImZpcnN0X25hbWUiOiJIdWdvIiwibGFzdF9uYW1lIjoiTW9yw61uIiwicGhvbmUiOiI1MjgxMTYxMjY3NjciLCJjb3VudHJ5IjoiTVgiLCJjdXJyZW5jeSI6Ik1YTiIsInZlcmlmaWVkIjp0cnVlLCJhY3RpdmUiOnRydWUsImxldmVsIjoxfSwiaWF0IjoxNzYxNjY0NzYzLCJleHAiOjE3NjE2NjgzNjN9.gfdgdfshfdshgdGFDsgfd_gfdshrshgfD-nRIS1IJlVC-6Wnkp9-qTKXQ'Response
{
"id": "68a49f3e0c602d44c5db705c",
"email": "[email protected]",
"first_name": "John",
"last_name": "Doe",
"phone": "528111234567",
"country": "MX",
"currency": "MXN",
"verified": true,
"active": true,
"preferences": {
"language": "en",
"notifications": {
"email": [],
"push": []
}
},
"name": "JohnnyDoe",
"level": 2,
"clabe": "646010654321321321"
}Updated 2 days ago