Journey 3
QR Code with Immediate Payment and Recurrence
The user scans a QR code containing both immediate payment details and recurrence data. By making the payment through the GeneratePixOut
API, the Automatic Pix acceptance is processed automatically as a single action.
-
How it works: The QR code is interpreted to obtain payment and recurrence information. The
GeneratePixOut
API processes the immediate payment and confirms the recurrence internally. -
API Integration:
GetInfosPixHashCode
(to read the QR code) andGeneratePixOut
(for payment and automatic recurrence acceptance),NotifySuccess
(endpoint when the recurrence is approved) orNotifyFailure
(endpoint when the recurrence is rejected).
More details:
GetInfosPixHashCode: Used for reading Composite QR Codes
GeneratePixOut: Allows the payer to make the first payment and accept future recurrences.
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