Journey 2
QR Code Scanning for Recurrence Authorization
The end user scans a QR code that contains only recurrence data, without immediate payment information. The goal is to confirm the recurrence authorization using the SearchProtocol.
-
How it works: The QR code is interpreted to extract recurrence information, and the BU confirms the authorization using the associated
SearchProtocol. -
API Integration:
GetInfosPixHashCode(to read the QR code) andConfirmPixAutomatic(to confirm the authorization),NotifySuccess(endpoint when the recurrence is approved) orNotifyFailure(endpoint when the recurrence is rejected).
More details:
GetInfosPixHashCode: Used for reading Composite QR Codes
ConfirmPixAutomatic: Allows the payer to confirm the authorization of an automatic payment recurrence.
NotifySucess: This webhook notifies that the recurrence has been approved.
NotifyFailure: This webhook notifies that the recurrence has been rejected.
Updated 3 months ago
