List payment Methods

Get a list of available payment methods associated with a specific account based on the currency.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The currency of the amount represented by a string of alphabetic code from ISO 4217 Currency codes

string

The amount to charge. The field must have no more than 14 total digits and no more than 2 decimal places.

string

Published flow id that should be followed for this intent

uuid

The customer id to list all customer saved cards and wallets

string
enum
Defaults to PURCHASE

The operation that you would like to list the methods for, it could be either purchase or authorize. If not provided, it will default to purchase.

  • blocked - blocked
  • purchase - purchase
  • authorize - authorize
  • capture - capture
  • refund - refund
  • void - void
  • increase_authorization - increase_authorization
  • increase_purchase_amount - increase_purchase_amount
  • decrease_purchase_amount - decrease_purchase_amount
  • wallet_credit - wallet_credit
  • wallet_debit - wallet_debit
  • increase_amount - increase_amount
  • decrease_amount - decrease_amount
  • disburse - disburse
  • BLOCKED - BLOCKED
  • PURCHASE - PURCHASE
  • AUTHORIZE - AUTHORIZE
  • CAPTURE - CAPTURE
  • REFUND - REFUND
  • VOID - VOID
  • INCREASE_AUTHORIZATION - INCREASE_AUTHORIZATION
  • INCREASE_PURCHASE_AMOUNT - INCREASE_PURCHASE_AMOUNT
  • DECREASE_PURCHASE_AMOUNT - DECREASE_PURCHASE_AMOUNT
  • WALLET_CREDIT - WALLET_CREDIT
  • WALLET_DEBIT - WALLET_DEBIT
  • INCREASE_AMOUNT - INCREASE_AMOUNT
  • DECREASE_AMOUNT - DECREASE_AMOUNT
  • DISBURSE - DISBURSE
boolean
Defaults to false

A boolean flag indicating whether to evaluate default values from the dynamic checkout triggers.

string

Key value pairs of any additional information you want with the payment.

string

The IP address of the user who is making the payment.

string

The user agent of the user who is making the payment.

string
enum
Defaults to default
  • sa - sa
  • default - default
Allowed:
boolean
Defaults to false

A boolean flag indicating whether to get the billing fields for the payment methods.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json