Journey 3
QR Code with Immediate Payment and Recurrence
The receiver creates a QR code containing both immediate payment data and recurrence data. By making the payment, the payer also automatically accepts the associated recurrence.
-
How it works: The receiver generates a QR code with immediate payment and recurrence data, and the payer scans the QR code and makes the payment, with the recurrence acceptance processed automatically.
-
API Integration:
GenerateDynamicPixQRCode
(to generate the recurrence and an immediate payment),NotifySuccess
(endpoint when the recurrence is approved) orNotifyFailure
(endpoint when the recurrence is rejected).
More details:
GenerateDynamicPixQRCode: Generates a QR code for immediate payment. Only if recurrence data is provided, an Automatic PIX will be created with the first payment processed immediately.
NotifySucess: This webhook notifies that the recurrence has been approved.
NotifyFailure: This webhook notifies that the recurrence has been rejected.
Updated about 4 hours ago