latestOpenAPI 3.0.32026-08-106722.8 KB

7579ec027be7

Eligibility

Get payment methods

Returns an array of all payment methods enabled on your account. Contact your account executive to customise your account settings.

get/v1/payment-methods

Response

List of eligible payment methods and their supported currencies.

type'CARD' | 'APPLE_PAY' | 'GOOGLE_PAY' | 'BANK_TRANSFER_NIP' required

Payment method to be used for the order.

supportedCurrenciesstring[] required

Fiat currency codes supported for this payment method.

Example response

[
  {
    "type": "CARD"
  }
]