Skip to main content
GET
Collection Methods

Authorizations

Authorization
string
header
required

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

Query Parameters

amount
integer<int32>
required

Amount in cents. For example if you want to charge $10.12 pass 1012 as the value. For decimal handling for various currencies, refer to the guide here

invoice_currency
string
required

Invoice currency, ISO 4217 standard specifies three-letter ("Alpha-3") codes. e.g. USD

customer_country
string
required

ISO 3166 standard alpha-2 code. eg: SG, IN, US

Response

200 - application/json

200

status
string

Indicates whether the request to fetch available payment methods or quote was successful.

data
object

Contains details about country, currency, amount, and available payment methods.