Create testing assets
POST/digital-wallets/refill
In pre-production environments, certain features can only be executed or mocked with test assets. This endpoint allows you to create a new asset called USD_TEST in a given wallet and update its balance.
USD_TEST is used within the following sandbox flows to:
- Perform an internal transaction
- Initialize a withdrawal
Request
- application/json
Body
required
asset stringrequired
The asset type. Possible values: USD_TEST
amount numberrequired
Possible values: >= 0.01
The amount to be added to the nominated wallet. Possible values >= 0.01
walletId stringrequired
The ID of the receiving wallet
Responses
- 200
Wallet successfully refilled with test assets
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Loading...