Use this API to fetch the status of an order/payment to know when or if to give value to the customer and verify order.

👍

Good to know

To get the order status, RSA encryption PKCS#1 v1.5 is used to encrypt the payload.


Sample Payload to be encrypted using RSA PKCS#1 v1.5 Algorithm.

{
    "reference": "{{orderreference}}"
}

Sample payload passed to Get Order API after encryption

{
    "data": "{{encrypteddata}}"
}