Logo
GoCardless API API Documentation

Core Endpoints-Refunds

Number of APIs: 4


1. Get a single Refund

GET {{url}}/refunds/{{refund}}

Retrieves all details for a single refund

Get a single Refund API Docs



2. Create a Refund

POST {{url}}/refunds

Creates a new refund object.

Create a Refund API Docs



3. Update a Refund

PUT {{url}}/refunds/{{refund}}

Updates a refund object.

Update a Refund API Docs



4. List Refunds

GET {{url}}/refunds

Returns a cursor-paginated list of your refunds.

List Refunds API Docs



ENDPOINTS