Page cover

Simulate Account Deposit

Endpoint

POST {{base_url}}/v1/payout/sandbox/deposit

Description

This endpoint simulates the process of adding funds to an issued account in the sandbox environment.

Request Body

The request body should be a JSON object containing the following fields:

  • accountNumber: "GB12045505050505128"

  • amount: 500

Example Request

{
    "accountNumber": "GB12045505050505128",
    "amount": 500
}

Response

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

Last updated