Forimex Partner DevDocs
Orders

Get order payment data

GET
/orders/{order_id}/payment

Path Parameters

order_id*string

Order ID

Formatuuid

Header Parameters

x-partner-slug*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/orders/3fa85f64-5717-4562-b3fc-2c963f66afa6/payment" \  -H "x-partner-slug: string"
{
  "data": {
    "state": "CREATED"
  }
}
{
  "code": 0,
  "reason": "string",
  "details": {}
}
{
  "code": 0,
  "reason": "string",
  "details": {}
}
{
  "code": 0,
  "reason": "string",
  "details": {}
}
{
  "code": 0,
  "reason": "string",
  "details": {}
}
{
  "code": 0,
  "reason": "string",
  "details": {}
}