Skip to main content
GET
/
v1
/
gateway
/
payin
/
{order_id}
Get Payin Status
curl --request GET \
  --url https://api.lygosapp.com/v1/gateway/payin/{order_id} \
  --header 'api-key: <api-key>'
{ "status": "<string>", "order_id": "" }

Headers

api-key
string | null
required

Path Parameters

order_id
string
required

Response

Successful Response

status
string
required
order_id
string | null
default:""