Logo
GoCardless API API Documentation

Core Endpoints-Payouts

Number of APIs: 3


1. List Payouts

GET {{url}}/payouts

Returns a cursor-paginated list of your payouts.

List Payouts API Docs



2. Get a single Payout

GET {{url}}/payouts/{{payout}}

Retrieves the details of a single payout. For an example of how to reconcile the transactions in a payout, see this guide.

Get a single payout API Docs



3. Update a Payout

PUT {{url}}/payouts/{{payout}}

Updates a payout object. This accepts only the metadata parameter.

Update a Payout API Docs



ENDPOINTS