Page cover

Simulate Transaction Confirmation

Endpoint

POST {{base_url}}/v1/payout/sandbox/transaction/<transaction_id>/confirm

Description

This endpoint simulates the process of confirming a transaction in a sandbox environment.

URL Parameters

transaction_id (string) : The ID of the simulated transaction.

Example Request

To confirm a transaction, pass the ID of the transaction to the endpoint.

POST {{base_url}}/v1/payout/sandbox/transaction/34/confirm

Response

On success, the API will return a JSON object containing the details of the requested corporate account.

Last updated