🇲🇽 Mexico Direct Debit
Number of APIs: 17
Belvo's Direct Debit payment infrastructure aims to make moving money between businesses and people easy, fast, and modular.
Our platform is designed to give businesses the ability to connect their operation and software to our payment network to move money between any bank account or wallet in Mexico.
For more information, along with detailed documentation and guides, please see our DevPortal.
Authentication
For details on how to generate your API keys, see our dedicated Environments and Authentication (Direct Debit) guide.
-
Balances (Direct Debit Mexico) - Get payments balance GET {{baseUrl}}/balance/payments
-
Institutions (Direct Debit Mexico) - List all institutions GET {{baseUrl}}/institutions
-
Customers (Direct Debit Mexico) - Create a customer POST {{baseUrl}}/customers
-
Customers (Direct Debit Mexico) - List all customers GET {{baseUrl}}/customers/
-
Customers (Direct Debit Mexico) - Update a customer POST {{baseUrl}}/customers/:customerId
-
Customers (Direct Debit Mexico) - Get a customer's details GET {{baseUrl}}/customers/:customerId
-
Payment Methods (Direct Debit Mexico) - Create a payment method POST {{baseUrl}}/payment_methods/bank_accounts
-
Payment Methods (Direct Debit Mexico) - List all payment methods GET {{baseUrl}}/payment_methods
-
Payment Methods (Direct Debit Mexico) - Get a payment method's details GET {{baseUrl}}/payment_methods/:paymentMethodId
-
Payment Methods (Direct Debit Mexico) - Deactivate a payment method POST {{baseUrl}}/payment_methods/:paymentMethodId/deactivate