Execute payout

[STAGING ONLY] Manually approves and executes a payout. This endpoint is for integration testing purposes to go end-to-end with payouts.

Securitytilia_auth
Request
path Parameters
account_id
required
string (AccountId) <= 36 characters

Account ID associated with the payout request

Example: acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b
payout_status_id
required
string <= 36 characters

Payout status ID for the payout request

Responses
200

Successfully executed payout.

401

Unauthorized access.

404

Payout not found.

500

Service unavailable or server error.

patch/v2/{account_id}/payout/{payout_status_id}
Request samples
Response samples
application/json
{
  • "status": "Success",
  • "message": null,
  • "codes": null,
  • "payload": {
    }
}