i encountered a problem while integrating your crypto payment api.
After generating an invoice, it returns the following response:
{
"Id": "shE2LfDbUYlsgz",
"PaymentLink": "https://atlos.io/payment/shE2LfDbUYlsgz"
}
all which i stored in the database, but when i’m trying to get some certain informations like payment status, expiry date and others (because webhook might not work sometimes, so we have to manually check for payment status).
The only option you gave for getting single invoice information is through the hashId, which is not provided above in the response.
So please, add an endpoint that we could get a single tx by either OrderId or TxID.
THANKS IN ADVANCE.