Page cover

Simulate Transaction Failure

Endpoint

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

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 reject a transaction, pass the ID of the transaction to the endpoint.

POST {{base_url}}/v1/payout/sandbox/transaction/37/reject

Response

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

Last updated