Initiate an Immediate Payment
Flow
The Immediate payment flow using the Fintecture Connect webview has been simplified into the following steps and illustrated using the payment flow below:
- Request a PIS dedicated access token
- Create the connect URL to which you will redirect the payer (i.e. PSU)
- Verify the payment on callback such that the payment status and order ID matches
- Listen to Webhook to intercept payments status change events as a redundant channel to the redirect callback
💡 NoteStep 4 is identified as optional but as the payment method relies mostly on a redirection authentication model, it is important to use a redundant payment notification channel in case the redirection fails. Some implementations use webhooks as the main payment notification channel and the redirection simply used to display the resulting payment result.
B2C RecipeB2B RecipePostmanDiagram
Payment statuses
Below are detailed the payment statuses encountered in the case of an immediate payment.
💡 NoteDo not hesitate to consult all of the payment statuses for more information.
Updated 28 days ago