🇲🇽Mexico
Check the list of Payment Methods available on Mexico
PayPal is currently down due to operational issues. We’re working to resolve this and appreciate your patience.
Payment Methods
Icon | payment_method | Name | Flow | Payment Type | Available for test | Iframe supported |
---|---|---|---|---|---|---|
| MercadoPago |
| WALLET | Yes | Yes | |
| Spei |
| BANK_TRANSFER | Yes | Yes | |
| Visa |
| CREDIT_CARD | Yes | Yes | |
| MasterCard |
| CREDIT_CARD | Yes | Yes | |
| American Express |
| CREDIT_CARD | Yes | Yes | |
| OXXO |
| VOUCHER | Yes | Yes | |
| CoDi |
| BANK_TRANSFER | Yes | Yes | |
| Banco Azteca |
| BANK_TRANSFER | Yes | Yes | |
| BBVA Bancomer |
| VOUCHER | Yes | Yes | |
| BBVA Bancomer Online |
| BANK_TRANSFER | Yes | Yes | |
| Banamex |
| BANK_TRANSFER | Yes | ||
| Santander SuperNet |
| BANK_TRANSFER | Yes | Yes | |
| Santander |
| BANK_DEPOSIT | Yes | Yes | |
| Afirme online banking |
| BANK_TRANSFER | Yes | Yes | |
| Todito |
| WALLET | Yes | ||
| PayNet |
| VOUCHER | Yes | Yes | |
| Farmacia del Ahorro |
| VOUCHER | Yes | Yes | |
| Extra |
| VOUCHER | Yes | Yes | |
| Calimax |
| VOUCHER | Yes | Yes | |
| Bodega Aurrera |
| VOUCHER | Yes | Yes | |
| Circulo K |
| VOUCHER | Yes | Yes | |
| 7 Eleven |
| VOUCHER | Yes | Yes | |
| Farmacia la mas barata |
| VOUCHER | Yes | Yes | |
| Roma |
| VOUCHER | Yes | Yes | |
| Soriana |
| VOUCHER | Yes | Yes | |
| Walmart Express |
| VOUCHER | Yes | Yes | |
| Walmart |
| VOUCHER | Yes | Yes | |
| BAZ SuperApp |
| VOUCHER | Yes | Yes | |
| Banorte online banking |
| BANK_TRANSFER | Yes | Yes | |
| PayPal |
| VOUCHER | Yes | Yes | |
| OXXOPay |
| VOUCHER | Yes | Yes | |
| SuperCity |
| VOUCHER | Yes | Yes | |
| Sams Club |
| VOUCHER | Yes | Yes |
Use the Payment Methods Endpoint to retrieve the Payment Methods' types, logos and more details.
Fields required for the OneShot Experience
Payment Method Name | country | amount | payer[] | payment_method |
---|---|---|---|---|
All | Yes | Yes | Yes | Yes |
Payer object requirements
Payment Method Name | document | first_name | last_name | |
---|---|---|---|---|
All | Yes | Yes | Yes | Yes |
Other fields not in these lists are optional.
SPEI Offline
The SPEI offline feature will allow customers in Mexico to create deposits without having to go through the regular SPEI flow - going straight to make the payment, skipping the checkout part.
In these cases, the user transfers money to their previously used unique CLABE account, and we instantly get notified of this deposit made.
Upon receiving a notification regarding a new transfer that was not recorded in our system, we will take it into account and create the appropriate record based on various factors, to decide if this payment is accepted or not. To activate this functionality, please get in contact with your responsible Account Manager, or Technical Account Manager. It is also mandatory to provide us with a URL for a POST request, with the following body:
Field Descriptions
Field | Description |
---|---|
deposit_id | Unique identifier linked to the payment deposit. |
payer_account_number | CLABE of the customer that has made the payment. |
country | "MX" - indicating Mexico |
document | Identification document assigned to the payer initiating the payment |
full_name | Full name of the payer that has initiated the payment. |
date_of_birth | Date of birth of the payer - Year/Month/Day |
address | Address of the payer |
Email of the payer | |
amount | Amount of the transaction created |
currency | Currency of the payment - "MXN" |
payment_method | Payment method - "SEOF" - Indicating SPEI offline |
This JSON structure includes all the information required so we can enable this feature for your account.
The URL provided from your side should return either a 200 HTTP Status, in case the deposit wants to be approved, or a 400 status, which will indicate the rejection of a deposit. Any other status is considered as rejected payments.
Response Furthermore, you will have the option to return a response with the following fields on the body:
Since SPEI offline payments are not created via the API first, we generate a random "invoice_id" and use your default notification URL for the deposits (Found under settings --> API Access) If this information is returned from your side, we will use the values provided by you instead.
Last updated