For the complete documentation index, see llms.txt. This page is also available as Markdown.

Execute Payout Transaction

Executes previous initiate transaction This endpoint completes the payout to the specified accountId provided in the initiate endpoint.

NB: Ensure you use the transactionId from the payout initiation.

Endpoint

POST https://api.xtrakit.com/api/v1/payout/executes

Headers

Authorization: Bearer API_KEY

Request Body

Parameters
Type
Description

transactionId

string

Required

Transaction reference generated by payout business

Sample Response

{
    "status": "1006",
    "data": {
        "xtrapayTransactionId": "BRJPAAS202509024xxxxxx",
        "transactiondId": "Merchant-Transaction-Id"
    },
    "message": "Payout transaction is being processed"
}

Last updated