API Documentation

Payment Methods

1min

Payment methods api returns a list of supported payment methods and their names given clientId and type. The type parameter can take in string values like CHECKOUT or PAYOUT.

The response is a list of payment methods which has

  1. paymentMethodKey is a string which specifies payment type that can be passed in create payout order and open checkout
  2. paymentMethod is the name of the payment method key
  3. currencyId is the currency for which the payment method is supported. eg: brl_bz is Brazilian Real
    
Get order details by client's request-id
GET
Request
Query Parameters
clientId
required
String
Client Id
type
required
String
can take values either CHECKOUT or PAYOUT