Skip to main content

GoCardless

Quick Start
  1. Sign up at gocardless.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to GoCardless →

Overview

GoCardless payment integration

Provider IDgocardless
CategoryBank Transfers
Websitegocardless.com

Authentication

Bearer Token + Version Header:

  • authorization: Bearer {access_token}
  • gocardless-version: 2015-07-06 (required!)
  • content-type: application/json

Status Mapping

Provider Status4pay StatusDescription
confirmedchargedPayment confirmed
paid_outchargedFunds disbursed
submittedchargingSent on processing
pending_submissionchargingAwaiting dispatch
pending_customer_approvalaction_requiredClient confirmation required
customer_approval_deniedfailedClient declined
failedfailedError payment
cancelledcancelledCancelled
charged_backrefundedChargeback
late_failure_settledfailedLate error

Resources