Payment Methods
Last updated
Last updated
This GET
endpoint gets the payment methods activated in your application.
The publicKey
is passed in the header and currencyType
can either be FIAT
or CRYPTO
which is passed as a query and this returns name
, isEnabled
, methodReference
, paymentType
and currencyType
. See below for an example;
GET
https://checkout-api-sandbox.xendbridge.com/api/ThirdPartyUI/PaymentMethods
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Parameters | Type | Definitions |
---|---|---|
currencyType*
string
{FIAT, CRYPTO}
publicKey*
string
{publicKey}
publicKey
string
Required
This is the key generated upon creation of an application.
currencyType
string
Required
This is the currency type being either FIAT or CRYPTO
name
string
This is the name of the payment method.
isEnabled
bool
This is status of the payment method.
methodReference
string
This is the reference number of the payment method.
method
enum
This is the method type.
paymentType
enum
This is the payment type.
currencyType
enum
This is the currency type.