Create Recurrence Link

This is the endpoint intended for creating a recurrence link containing a checkout to be paid by a participant of the recurrence.

Body Params
int32
required

Order amount, in cents without comma or period.

int32
required

Type of charge associated with the recurrence. Possible values:
1 - Charge forever
2 - Charge until a date
3 - Charge Number of Installments

int32

Total number of charges.
Mandatory when the recurrence type is equal to 3

date

Date of the last payment of the recurrence.
Mandatory when the recurrence type is equal to 2

customer
object
required

Information of the recurrence customer.

Headers
string

Unique integration key generated by Payment Authentication (PayAuth) for the establishment.

Format
Bearer <access_token>

Responses

Language
Choose an example:
application/json