Changelog
Filter by:
May of 2026
In Checkout API via Orders, we have included PSE (Pagos Seguros en Línea) as a payment method available for integration.
PSE is the most widely used electronic payment system in Colombia, allowing consumers to make online purchases and pay bills directly from their checking or savings accounts (debit) in real time. It acts as a secure bridge between banks and merchants, eliminating the need for credit cards.
In addition, we have also updated our API Reference to include PSE among the available payment methods, as well as its corresponding required parameters: additional_info.payer.ip_address (the buyer's IP address from which the payment is generated), config.online.callback_url (the URL to which the buyer will be redirected after completing the payment on the bank's page. It must not be null or empty and must be no longer than 512 characters), and transactions.payments.payment_method.redirect_url (the URL to which the buyer must be redirected to complete the payment flow on the selected bank's platform).
Addition
Checkout API
API Reference
January of 2026
We’ve updated the use case information for the Create order API to the Checkout API, now including one example for credit card payments and another for debit card payments.
Update
Checkout API
API Reference
We added a new GET Search orders endpoint to the Orders API for Checkout API. This endpoint allows you to search for orders in a massive way, using various filters and pagination information.
Addition
Checkout API
API Reference
August of 2025
The Tip amount ("TIP_AMOUNT") column has been added to the Account balance Report. This column will display the tip amount received in the transaction.
Addition
Reports