Skip to main content
In production, onramp orders require the customer to send MXN to a deposit CLABE. In the sandbox, you can simulate this deposit using the /ramp/order/fiat_received endpoint.

Sandbox Onramp Flow

  1. Create an onramp order via POST /ramp/order
  2. Note the orderId from the response
  3. Call POST /ramp/order/fiat_received with the orderId to simulate the fiat deposit
  4. The order will automatically progress through fundedcompleted status
  5. Monitor progress via webhooks or by polling the order status

Example

POST https://api.sand.etherfuse.com/ramp/order/fiat_received

{
  "orderId": "123e4567-e89b-12d3-a456-426614174000"
}