Skip to main content

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

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

Wallet successfully refilled with test assets

Schema

    object
Loading...