ahmedelkhyary / hyperpay

MIT License
9 stars 19 forks source link

Track the callback via status code instead of String value #37

Closed shashoug closed 10 months ago

shashoug commented 10 months ago

Is there any way to get the response with status code instead of string value to validate each scenario?

ahmedelkhyary commented 10 months ago

after get response you should use endpoint to check payment status from backend because the response that back from plugin not tell you the transaction is success or failed

shashoug commented 10 months ago

@ahmedelkhyary It will be checked with checkoutId & entityId right?

ahmedelkhyary commented 10 months ago

right