Crypto payment

Creating a payment from FormData

post

Create a payment page
This endpoint allows you to create a new payment page

Body
AmountstringOptionalExample: 0
AmountFiatstringOptionalExample: 999
BillingIdstringOptionalExample: 8e8d68ae-a6c6-4962-972d-42218726d737
CheckBillingstringOptionalExample: true
ClientIdstringOptionalExample: 201
CurrencystringOptionalExample: USDT
EmailstringOptionalExample: mail@hotmail.com
FiatCurrencystringOptionalExample: USD
LastnamestringOptionalExample: Ronaldo
NamestringOptionalExample: Cristiano
ShopIdstringOptionalExample: HeWmt2ZVmD
Responses
200

Creating a payment from a payment form

text/plain
post
/api/v1/payment/pages/
200

Creating a payment from a payment form

Creating a payment from the request body

post

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: 0
AmountFiatnumberOptionalExample: 999
BillingIdstringOptional
CheckBillingbooleanOptionalExample: true
ClientIdstringOptional
CurrencystringOptionalExample: USDT
EmailstringOptional
FiatCurrencystringOptionalExample: USD
LastnamestringOptional
NamestringOptional
ShopIdstringOptional
Responses
200

Creating a payment from the request body

application/json
post
/api/v1/payment/

Last updated