Pix Automatic (Recurrence)
Update Plan
Updates an existing recurrence plan. All fields are optional; only the fields sent are changed. Changing recurrenceAmount immediately affects the NEXT charges of every active subscription created with variable amount (valueType VARIABLE). Fixed-amount subscriptions keep the amount authorized by the payer (Banco Central rule) and are not affected.
PUT
Update Plan
Path Parameters
The plan id (24-char ObjectId) returned on creation.
Body
application/json
Required string length:
3 - 100Required string length:
5 - 35Available options:
WEEKLY, MONTHLY, QUARTERLY, SEMIANNUAL, ANNUALLY Number of occurrences. 0 = open-ended. Applies to new subscriptions only.
Required range:
0 <= x <= 100Required range:
x >= 0.01Current plan amount. Next charges of VARIABLE subscriptions follow this value.
Required range:
x >= 0.01Required range:
x >= 0.01Available options:
NOT_ACCEPT, ACCEPT_3R_7D Response
Plan updated. Returns the full updated plan.
Update Plan

