Process a payout
POST
{{url}}pay-out
Execute a payment to one of your customers.
https://docs.acquired.com/reference/create-payout
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
Content-Type
|
string |
|
|
RESPONSES
status
curl -X POST 'https://test-api.acquired.com/v1/pay-out' -H 'Content-Type: application/json' -d '{"transaction":{"order_id":"$guid","amount":15.02,"currency":"gbp"},"payment":{"payee_id":"","reference":"Custom Ref 001"},"webhook_url":"https://yourdomain.com/webhook"}'