Simulate a Deposit to a Wallet

Simulates a deposit into a user's wallet without actually processing a real
transaction. The request specifies the amount and the payment method type.
The response provides the expected result of the deposit, including status
and any applicable metadata, allowing you to validate transaction behavior
before executing real deposits.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≤ 255
^[a-z0-9_-]{3,255}$
string
required
length ≤ 255
^[a-z0-9_-]{3,255}$
Body Params

amount of the payment and type of payment method

number
0 to 999999
string
enum
Allowed:
string
length ≤ 255
^[ -~]*$
string
length ≤ 255
^[ -~]*$
Headers
string
required
length ≤ 64
^[a-z0-9_-]{3,64}$

Client ID provided to you during onboarding.

Responses
201

Successfully created a simulated payment to the Wallet.

403

forbidden

429

Too many requests

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json