Skip to main content

Payment methods

Use these methods to discover which instruments GoPay exposes for your merchant (goid) and currency before you build checkout UIs or server-side routing.
The SDK exposes two methods for listing enabled payment methods:
  • getPaymentInstruments(goid, currency) - returns methods for a specific currency
  • getPaymentInstrumentsAll(goid) - returns methods across currencies

Per currency

All currencies

Practical use cases

  • Build payment-method chooser UIs tailored to country/currency.
  • Hide unsupported payment instruments before creating payments.
  • Keep customer experience consistent with current merchant capabilities.