Getting Started#
Follow this section to go from zero to a working GoCardless integration. Each guide builds on the previous one, taking you from account setup through to a production-ready payment flow.
What you'll build#
By the end of this section you will have a GoCardless sandbox account configured, have made your first authenticated API request, created a payment, set up webhook notifications to track payment events, and completed the steps required to go live.
Guides#
Create your GoCardless sandbox account, generate API credentials, and configure your development environment.
Authenticate with the GoCardless API and make your first request using your sandbox credentials.
Create a customer, set up a mandate, and collect a one-off or recurring bank payment end to end.
Subscribe to payment events and handle webhook notifications to keep your system in sync with GoCardless.
Review the requirements and complete the steps needed to move your integration from sandbox to production.