Create a payin

The endpoint initiates a payin operation to deposit funds in the specified currency to the user's account.DryRun request parameter allows to simulate an operation without actually executing or persisting any changes.

Query Params
boolean

if true, the API simulates the operation without executing it. This allows you to preview exchange rates, fees, and other details before committing. The actual payin or exchange will only proceed if dryRun is omitted or explicitly set to false.

Body Params
uuid
required

identifier of the CHECKING-type account associated with the payin.

string
Defaults to USD

the original currency of the amount.

string
required

the destination currency.

string

the amount in the source currency.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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