Cash-in Frequently Asked Questions
How can I complete a deposit and receive a callback?
- Configure your webhook URL with POST /webhooks/subscribe.
- Create a deposit with POST /api/v1/transaction/cashin.
- The API will return a unique CLABE and reference.
- Customer transfers funds via SPEI using that CLABE.
- Once confirmed, you receive a webhook
transaction.success
.
Is the CLABE unique per transaction or per customer?
CLABEs are unique per transaction. Each deposit requires creating a new transaction. Old CLABEs cannot be reused.
How long are CLABEs valid?
Standard expiration is 24 hours from creation. After that, transfers are rejected.
What are the minimum and maximum deposit amounts?
Minimum: 10 MXN. Maximum: 100,000 MXN.