Register a CLABE account as a deposit destination for a Billpocket user. If it is the first account registered, it is automatically set as the default. Subsequent accounts are registered but not set as default.Service available in Mexico only.
Requirements#
Environments#
| Environment | Base URL |
|---|
| Dev | https://v2.legacy.billpocket.com |
| Live | https://test.v2.legacy.billpocket.com |
Add a CLABE account#
Send the user token and the 18-digit CLABE account number.{
"userToken": "your-user-token",
"clabe": "123456789987654321"
}
Returns HTTP 200 on success.
Next steps#
For more advanced deposit account management (set/update default), use the Deposit Accounts API
Got a suggestion on this documentation? Contact us.