Skip to main content

Building With Stitch

Welcome to the Stitch Quick Start guide. Here we’ll get you building your web app or mobile application in an instant using the Stitch API ⚡️

InstantPay

Use InstantPay to enable seamless, bank-to-bank payments.

Use Cases

Requirements
  1. Get the client token
  2. Generate the Payment Request url
  3. Surface the url to the user to action the payment
  4. Handle the callback after the user has actioned the payment
  5. Poll for the final payment status and/or subscribe to receive a webhook upon payment completion

Go to the full InstantPay guide

LinkPay

Use LinkPay to tokenise user financial accounts and enable one-click payments for returning users.

Use Cases

Requirements
  1. Get the client token
  2. Generate the payment authorization request url
  3. Surface the url to the user using the user authorization flow
  4. Get the user token
  5. Initiate a payment using a user token
  6. Handle the required user interaction during payment initiation
  7. Handle the final payment initiation response from the API, and query the status and/or optionally subscribe to receive a webhook upon payment completion

Go to the full LinkPay guide