Recurring payment

Creating a recurring payment from a payment form

post

Create a recurring payment page This endpoint allows you to create a new recurring payment page, the payment will be recreated after the number of days specified in Period.

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
PeriodstringOptionalExample: 30
PercentstringOptionalExample: 2
PaymentsAmountstringOptionalExample: 0
Responses
200

Creating a recurring payment from a payment form

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

Creating a recurring payment from a payment form

Creating a recurring payment from the request body

post

Create a payment page
This endpoint allows you to create a recurring payment, the payment will be recreated after the number of days specified in Period.

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

Creating a recurring payment from the request body

application/json
post
/api/v1/payment/recurrent

Last updated