Skip to main content

Fetch Payment Methods

GET /v1/global-payout/payment-methods

By default, this endpoint returns all supported payment methods and their method-specific requirements. You can also filter the list by payment method code or name. Destination countries, transaction limits, and delivery timelines are documented in the Supported Countries page — they are not part of this response.

Query parameters

code
string
Optional payment method code. Use this to retrieve a specific method, for example ACH.
name
string
Optional payment method name. Use this to retrieve a specific method, for example BANK or Wire Transfer.
Supported method codes are BANK, MobileMoney, INTERAC, FASTER_PAYMENTS, SEPA, ACH, and WIRE.
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.