curl --request GET \
--url https://api.wava.co/v1/orders/paymentGateways \
--header 'merchant-key: <api-key>'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:
Amount validation (min/max limits per gateway) is performed during order creation, not during gateway discovery.
curl --request GET \
--url https://api.wava.co/v1/orders/paymentGateways \
--header 'merchant-key: <api-key>'Documentation Index
Fetch the complete documentation index at: https://docs.wava.co/llms.txt
Use this file to discover all available pages before exploring further.
Merchant key for store identification. Required for all API requests.
merchant-key: YOUR_MERCHANT_KEY
Filter gateways by currency. Defaults to your store's primary currency.
^[A-Z]{3}$"COP"
Payment gateways retrieved successfully
Show child attributes