Recurring payment
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:
0AmountFiatstringOptionalExample:
999BillingIdstringOptionalExample:
8e8d68ae-a6c6-4962-972d-42218726d737CheckBillingstringOptionalExample:
trueClientIdstringOptionalExample:
201CurrencystringOptionalExample:
USDTEmailstringOptionalExample:
mail@hotmail.comFiatCurrencystringOptionalExample:
USDLastnamestringOptionalExample:
RonaldoNamestringOptionalExample:
CristianoShopIdstringOptionalExample:
HeWmt2ZVmDPeriodstringOptionalExample:
30PercentstringOptionalExample:
2PaymentsAmountstringOptionalExample:
0Responses
200
Creating a recurring payment from a payment form
text/plain
post
/api/v1/payment/pages/recurrent200
Creating a recurring payment from a payment form
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:
0AmountFiatnumberOptionalExample:
999BillingIdstringOptional
CheckBillingbooleanOptionalExample:
trueClientIdstringOptional
CurrencystringOptionalExample:
USDTEmailstringOptional
FiatCurrencystringOptionalExample:
USDLastnamestringOptional
NamestringOptional
ShopIdstringOptional
PeriodnumberOptionalExample:
30PercentnumberOptionalExample:
2PaymentsAmountnumberOptionalExample:
0Responses
200
Creating a recurring payment from the request body
application/json
400
Creating a recurring payment from the request body
application/json
post
/api/v1/payment/recurrentLast updated