curl --request GET \ --url https://extensions-sandbox.lumx.io/payments/payouts/{payoutId} \ --header 'Authorization: Bearer <token>'
{ "id": "pa_000000000000", "status": "processing" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the payout.
The current status of the payout.
processing
failed
refunded
completed