Initiate a Payment Connect

Flow

A Payment Connect is a payment method selector that goes with the payment hub product. It allows your customers to select between the Fintecture payment methods (when you propose more than one).

  1. Request a PIS dedicated access token
  2. Create the connect URL to which you will redirect the payer (i.e. PSU)
  3. Verify the payment on callback such that the payment status and order ID matches
  4. Listen to Webhook to intercept payments status change events as a redundant channel to the redirect callback

💡 Note

Step 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.