Simulate (Sandbox)
Path parameters
customer_idstring · uuidRequired
The unique identifier of the customer
Header parameters
AuthorizationstringRequired
Token for authentication
Body
actionstring · enumRequiredPossible values:
The action to simulate
transfer_idstring · uuidRequired
The ID of the transfer to simulate action on
Responses
200
Successful simulation response
application/json
post
POST /v0/customers/{customer_id}/onramp-transfer/simulate HTTP/1.1
Host: api.alignlabs.dev
Authorization: text
Content-Type: application/json
Accept: */*
Content-Length: 83
{
"action": "complete_transfer",
"transfer_id": "123e4567-e89b-12d3-a456-426614174000"
}
200
Successful simulation response
{
"message": "text"
}
Last updated