POST
/
payouts
curl --request POST \
  --url https://extensions-sandbox.lumx.io/payments/payouts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "quoteId": "qu_000000000000",
  "wallet": "7d413181-6c8c-427e-9d7b-6b07ba6ad5fb"
}'
{
  "id": "pa_000000000000",
  "status": "processing"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

202 - application/json

The response is of type object.