Id which is the unique identifier that you provide with every PostPaymentOrder request together with the IdType which specifies the type of the Id to be passed. For this case IdType will be the OriginatorConversationId.{
"appDomainName": "LIVE",
"status": 400,
"timestamp": "2022-02-11T10:13:11.2483928Z",
"systemConversationId": "16780000-a97d-3024-98a9-08d9ed471bab",
"originatorConversationId": "W93323321ei4455t40093334xxiuigggtey",
"errors": [
{
"field": "Id",
"message": "The Id field is required."
}
]
}
curl --location --request GET 'https://auth.zamupay.com/v1/payment-order/check-status?Id&IdType' \
--header 'Authorization: Bearer <token>'{}