HomeGuidesRecipesAPI ReferenceChangelog
Log In
API Reference

[SANDBOX] Simulate fiat payment to corporate bank account

Simulates a payment of specified units of fiat currency to the corporate bank account. This endpoint allows testing of fiat-to-crypto flows for corporate entities without real payments. Only available in sandbox environments.

USD Accounts: For USD bank accounts, you can optionally specify payment_method to simulate either an ACH or WIRE inbound transfer. If omitted, the default payment rail is used.

Path Params
uuid
required

UUID of the corporate entity

uuid
required

UUID of the corporate DTR bank account to simulate payment to

Body Params
number
required
≥ 0.01

Amount of fiat currency to simulate

string

Optional reference for the simulated payment

string
enum

Payment method for USD accounts. Use ACH for standard transfers or WIRE for same-day wire transfers. Only applicable to USD bank accounts.

Allowed:
Responses
204

Corporate payment simulation completed successfully

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