Simulate an account top-up (Sandbox only)

Simulate a top-up of your account in the Sandbox environment.

This is useful during testing, when you run out of money in your test account and need to add more.

For more information, see the guides: Test your flows with simulations (Sandbox only).

Request

Top-up details

Request body
Body object

The ID of the account that you want to top up.

Possible values: <= 10000

The amount with which you want to top up the account.

Pattern: Value must match regular expression ^[A-Z]{3}$

ISO 4217 currency code in upper case.

Default value: Test Top-up

A short description for your top up.

Possible values: [pending, completed, reverted, failed]

Default value: completed

The state to which you want to set the top-up transaction.

Response

Information about the top-up state

Response body
Body object

The ID of the account that was topped up.

Possible values: [pending, completed, reverted, failed]

The state of the top-up transaction.

The date and time the transaction was created in ISO 8601 format.

The date and time the transaction was completed in ISO 8601 format.

Was this page helpful?