Payment Methods
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;
Gets the available payment methods.
GET
https://checkout-api-sandbox.xendbridge.com/api/ThirdPartyUI/PaymentMethods
Query Parameters
Headers
Last updated