Payment Check (Slow) - plbin97/thatseed-api GitHub Wiki

Payment Check (Slow version)

ThatSeed Payment Check, This API would be slower than polling payment check API. It is a back up option for user. (If users paid for the payment, and the polling payment check API still return 0. They should click some kind of button to send request to this API).

URL

https://api.thatseed.org/charge/payjsCheck

Method

GET

Parameters

  • orderID String(60) Order ID you got from Payment.

Response

HTTP status code in 400 means failure, in 200 means success.

While HTTP status code in 200, the response text is "0" means the payment has not not been paid, and "1" means has already been paid.