FAQ
Common questions related to how Pix Automatico works
Creating an automatic PIX payment request
- Does the authorization expire?
By default, automatic PIX authorizations do not have an expiration date. However, if needed, you can define one by including theexpiresAt
field when creating the payment request.
- What are the fields
fixedAmount
,minimumVariableAmount
andmaximumVariableAmount
?
Note: The following applies only to scheduled payments and not to the first payment. For details on the first payment, see the next section “First Payment.”
- If
fixedAmount
is provided, all scheduled payments associated with this payment request must have exactly that amount.
- If
minimumVariableAmount
andmaximumVariableAmount
are provided instead, each scheduled payment must have an amount within that range.
Once the consent is authorized, these values cannot be modified.
- If
- What is the
interval
?
This defines the payment frequency. For example, if the interval is set toMONTHLY
, only one payment per month is allowed (excluding the first payment).
The interval cannot be changed after the consent has been authorized.
First payment
- Can the amount exceed or differ from the authorized limit?
Yes. The first payment amount is independent of the authorized payment limits. For example, if the user authorized payments between R$100 and R$500, the first payment can still be R$2,000.
- When is this payment settled?
The first payment can be settled at the moment or can be scheduled for another date.
- Is it considered part of the interval limits of the authorization?
No. For example, if the user authorized one payment per month, the first payment doesn't affect that limit.
- Is it mandatory to configure a first payment?
No, it is completely optional.
Scheduling a payment
- When can a payment be scheduled?
After the payment request is authorized, payments can be scheduled between D+2 and D+10 from today, and only if the payment periodicity allows it.
- What happens if the payment fails?
See the "Retries" section.
Canceling payments and revoking consents
- Which payments can be cancelled?
Only payments with the statusSCHEDULED
can be canceled. Once the payment is completed, it can only be refunded manually by the recipient. See: https://docs.pluggy.ai/reference/cancel-automatic-pix-schedule
- Can an automatic PIX consent be revoked?
Yes. See: https://docs.pluggy.ai/reference/payment-request-cancel-automatic-pix-consent.
After revoking consent, no new payments can be scheduled under that payment request. Any payments already scheduled will still be processed unless they were previously canceled or manually canceled by the user through their bank.
Retries
- How many times does the bank try to execute the payment?
The bank attempts to execute the payment twice
- First attempt: Between 00:00 and 08:00 on the scheduled day.
- Second attempt: If the first attempt fails (e.g., due to insufficient funds), a second attempt is made between 18:00 and 21:00 on the same day.
After that, if the automatic PIX consent is configured to allow retries, up to three additional retry attempts can be made within a 7-day window (see: https://docs.pluggy.ai/reference/retry-automatic-pix-schedule). These retries must be submitted by 22:00 on the day before the new scheduled payment date. If the payment request does not allow retries or the maximum number of attempts is reached, the payment will receive anERROR
status and cannot be retried anymore.
- First attempt: Between 00:00 and 08:00 on the scheduled day.
Updated 2 days ago