API Docs
Payouts
API ReferencePayoutsFulfill

Fulfill Payout

Fulfill a payout to initiate the transfer of funds.

POST /payouts/:payout_id/fulfill

Path Parameters

ParameterTypeDescription
payout_idstringRequired. The ID of the payout to fulfill.

Request Example

curl -X POST 'https://api.v2.paychtec.com/payouts/po_1234567890abcdef/fulfill' \  -H "api-key: snd_YOUR_API_KEY"

Response

{
  "payout_id": "po_1234567890abcdef",
  "status": "pending",
  "modified_at": "2024-01-22T13:00:00Z"
}