Skip to main content
POST
/
v1
/
orders
/
{id}
/
confirm
POST /v1/orders/0e0e76d4-44ee-4d4a-8e51-2e1f6e6d8a7c/confirm HTTP/1.1
Host: api.rails.dev
{
  "status": "success",
  "message": "Payment confirmation received"
}
Confirm that the user has completed their stablecoin deposit transfer when your integration needs an explicit acknowledgement step.

Path Parameters

id
string
required
The unique UUID ID of the order.

Response

status
string
Response state (success).
message
string
Confirmation success message.

Example Payloads

POST /v1/orders/0e0e76d4-44ee-4d4a-8e51-2e1f6e6d8a7c/confirm HTTP/1.1
Host: api.rails.dev
{
  "status": "success",
  "message": "Payment confirmation received"
}