Get pay in order details
Use the following method to receive detailed information about pay in order you created:
GET https://api.transavex.com/api/v1/payin/status/:transactionId
Request example
curl --request GET \
--url 'https://api.transavex.com/api/v1/payin/status/6197167c-04f6-44a4-8144-9fda0c69f8ea' \
--header 'Content-Type: application/json' \
--header 'X-Client-Id: {{token}}' \
--header 'X-Signature: {{signature}}'
Response example
{
"status": "In progress",
"id": "6197167c-04f6-44a4-8144-9fda0c69f8ea",
"originalSum": 8000,
"paidSum": 8000
}