GoCardless
Quick Start
- Sign up at gocardless.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
GoCardless payment integration
| Provider ID | gocardless |
| Category | Bank Transfers |
| Website | gocardless.com |
Authentication
Bearer Token + Version Header:
authorization: Bearer {access_token}gocardless-version: 2015-07-06(required!)content-type: application/json
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
confirmed | charged | Payment confirmed |
paid_out | charged | Funds disbursed |
submitted | charging | Sent on processing |
pending_submission | charging | Awaiting dispatch |
pending_customer_approval | action_required | Client confirmation required |
customer_approval_denied | failed | Client declined |
failed | failed | Error payment |
cancelled | cancelled | Cancelled |
charged_back | refunded | Chargeback |
late_failure_settled | failed | Late error |