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
- Get the client token
- Generate the Payment Request url
- Surface the url to the user to action the payment
- Handle the callback after the user has actioned the payment
- 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
- Get the client token
- Generate the payment authorization request url
- Surface the url to the user using the user authorization flow
- Get the user token
- Initiate a payment using a user token
- Handle the required user interaction during payment initiation
- Handle the final payment initiation response from the API, and query the status and/or optionally subscribe to receive a webhook upon payment completion