Refill wallet with test assets
POST/digital-wallets/refill
Refills a wallet with test assets (e.g., USD_TEST) for sandbox testing. This endpoint is only available in pre-production environments.
Request
- application/json
Body
required
asset stringrequired
The asset type to refill (e.g., USD_TEST)
amount numberrequired
Possible values: >= 0.01
The amount to add to the wallet
walletId stringrequired
The ID of the wallet to refill
Responses
- 200
Wallet successfully refilled with test assets
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Loading...