Crypto payment
Create a payment page
This endpoint allows you to create a new payment page
Body
AmountstringOptionalExample:
0AmountFiatstringOptionalExample:
999BillingIdstringOptionalExample:
8e8d68ae-a6c6-4962-972d-42218726d737CheckBillingstringOptionalExample:
trueClientIdstringOptionalExample:
201CurrencystringOptionalExample:
USDTEmailstringOptionalExample:
mail@hotmail.comFiatCurrencystringOptionalExample:
USDLastnamestringOptionalExample:
RonaldoNamestringOptionalExample:
CristianoShopIdstringOptionalExample:
HeWmt2ZVmDResponses
200
Creating a payment from a payment form
text/plain
post
/api/v1/payment/pages/200
Creating a payment from a payment form
Create a payment
This enpoint allows you to make a POST request to create a payment, in response to this request the payment information will be sent in JSON format
Body
AmountnumberOptionalExample:
0AmountFiatnumberOptionalExample:
999BillingIdstringOptional
CheckBillingbooleanOptionalExample:
trueClientIdstringOptional
CurrencystringOptionalExample:
USDTEmailstringOptional
FiatCurrencystringOptionalExample:
USDLastnamestringOptional
NamestringOptional
ShopIdstringOptional
Responses
200
Creating a payment from the request body
application/json
400
Creating a payment from the request body
application/json
post
/api/v1/payment/Last updated