Baloto
Baloto is one of Columbia’s most popular cash payment methods. It allows customers to pay bills, send and collect money electronically. Baloto’s popularity is due to its convenient voucher system. The customer receives a voucher reference number which can be paid at more than 10,000 stores across Columbia.
Baloto is a server to server only payment method to increase conversion
Transaction Types | Meaning | Success return codes |
PA | Successful generation of the Baloto payment slip. The shopper can go and pay for it at any Oxxo store in Mexico. | 000.000.000 000.100.112 (on staging) |
RC | Successful payment of the Baloto payment slip. The payment of the Oxxo slip is asynchronous and hence the confirmation will usually come in within 1-3 business days | 000.000.000 |
Initial Request
Successful Response
Re-directing the shopper
From the success response you will be able to extract the URL to where you re-direct the shopper to in order to display the Baloto slip itself. Please note that the staging environment of the bank may show an error from time to time instead of the actual payment slip.
Retrieve notifications when the Baloto slip is paid
Please refer to section webhooks
Field specifications
Name | Description | Format | Example |
amount | Amount of the payment request. The dot is used as a decimal separator. | N13 0- 9{1,10}.0 -9{2} | 1.00 |
currency | Currency Code according to ISO 4217 specifications of the payment request’s amount | A3 a-zA-Z{3} | COP |
paymentBrand | The brand specifies the method for the request | AN32 a-zA-Z0- 9_ {1,32} | BALOTO |
paymentType | The payment type for the request | A2 | PA |
entityId | The entity for the request. (e.g. channel) | AN32 a-zA-Z0- 9{32} | 8a8294174ae82ada014 aedfd75aa1d79 |
merchantTransactionID | Merchant-provided reference number | AN255 \s\S{1,25 5} | 1234 |
billing.country | Billing Country (has to be MX for Baloto to work.) | A2 | MX |
Last updated