Skip to main content

Fetch Payment Methods

GET /v1/global-payout/payment-methods

Returns the list of supported payment method codes and display names. Use this to dynamically populate a payment method selector in your UI. Destination countries, transaction limits, and delivery timelines are documented in the Supported Countries page — they are not part of this response.
curl --request GET \
  --url https://api.nomba.com/v1/global-payout/payment-methods \
  --header 'Authorization: Bearer <token>' \
  --header 'accountId: <accountId>'

Response body

data
array
required
List of supported payment methods.