Skip to main content
POST
Method API
This API retrieves the list of available payment methods for a merchant.

Request Parameters

  • key (string): Merchant API key
  • hash (string): Calculated hash for request validation

Responses

200 OK

400 Bad Request

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

user-agent
string
required

Body

application/json
amount
string

in cents/paisa

currency
string

3 char currency code

callback
string

callback url

udf1
string

user defined fields

pg
string

Payment Gateway

pg_pool_id
string

Payment Gateway pool id

Response

200