Process a payout
POST {{url}}pay-out
Execute a payment to one of your customers.
https://docs.acquired.com/reference/create-payout
Request Body
{"transaction"=>{"order_id"=>"{{$guid}}", "amount"=>15.02, "currency"=>"gbp"}, "payment"=>{"payee_id"=>"", "reference"=>"Custom Ref 001"}, "webhook_url"=>"https://yourdomain.com/webhook"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |