Stitch
Stitch is a South African payments and open-banking infrastructure company. Its single GraphQL API at https://api.stitch.money/graphql powers Pay By Bank (instant EFT) and LinkPay payment initiation, bank account verification, financial data access (accounts, transactions, balances), payouts and disbursements, refunds, and signed webhook subscriptions, authenticated via OAuth2 client-credentials Bearer tokens.
APIs
Stitch Payments (Pay By Bank)
Pay By Bank (instant EFT) and LinkPay payment initiation via the clientPaymentInitiationRequestCreate and clientPaymentAuthorizationRequestCreate GraphQL mutations, with payment...
Stitch Account Verification API
Bank account verification via the verifyBankAccountDetails GraphQL query, confirming account holder name, account number, and bank against the BankAccountVerificationInput and r...
Stitch Financial Data API
User-permissioned financial data access - bank accounts, transactions, balances and debit orders - queried through the user node with bankAccounts, transactions, and runningBala...
Stitch Payouts and Disbursements API
Outbound disbursements and payouts to beneficiary bank accounts via the clientDisbursementInitiate GraphQL mutation, using amount, destination account details, a beneficiary ref...
Stitch Refunds API
Full and partial refunds against a prior Pay By Bank or Card payment via the clientRefundInitiate GraphQL mutation, referencing the originalPaymentId of a payment initiation req...
Stitch Webhooks and Subscriptions API
Signed webhook subscriptions created per client to receive payment, disbursement, refund, and account-linking event callbacks, configured via the clientWebhookAdd GraphQL mutati...
Collections
Stitch GraphQL API
OPENGraphQL
Stitch GraphQL API
The [Stitch](https://stitch.money/) payments and open-banking platform is exposed through a
GRAPHQL