Payments with static wallets for clients

Static wallet for merchant's client (FormData)

post

Create a payment with a static wallet This endpoint allows you to create a new payment page, with a wallet which will be linked to the specified ClientId

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
200Success

No content

post
/api/v1/payment/pages/static-wallet
200Success

No content

Static wallet for merchant's client

post

Create a payment with a static wallet This enpoint allows you to make a POST request to create a payment, in the in response to this request will be sent payment information in JSON format, with a wallet that will be bound to the specified ClientId

Body
AmountnumberOptionalExample: 0
AmountFiatnumberOptionalExample: 999
BillingIdstringOptional
CheckBillingbooleanOptionalExample: true
ClientIdstringOptional
CurrencystringOptionalExample: USDT
EmailstringOptional
FiatCurrencystringOptionalExample: USD
LastnamestringOptional
NamestringOptional
ShopIdstringOptional
Responses
200

Static wallet for merchant's client

application/json
post
/api/v1/payment/static-wallet

Last updated