Get available payment gateways
Payment Gateways
Get available payment gateways
Retrieve the list of payment gateways available for your store. Returns all active gateways with their specific requirements, supported currencies, and display information.
Use this endpoint to:
- Display payment options dynamically in your checkout
- Determine which fields to collect from the buyer based on each gateway’s requirements
- Get gateway logos and descriptions for UI display
- Check which gateways support direct API orders vs. hosted checkout only
Amount validation (min/max limits per gateway) is performed during order creation, not during gateway discovery.
GET
Get available payment gateways
Authorizations
Merchant key for store identification. Required for all API requests.
merchant-key: YOUR_MERCHANT_KEYQuery Parameters
Filter gateways by currency. Defaults to your store's primary currency.
Pattern:
^[A-Z]{3}$Example:
"COP"
Response
Payment gateways retrieved successfully