Provide CirclePay the partner’s IP addresses that make the request.
*Note: If more than 30 minutes and the API still return error_code 01 (No transaction), it means that the customer has not made any transaction on the Circlepay, the transaction is failed.
Method: GET
URL:
| Authorization Type | Basic |
|---|---|
| Username | Partner Email |
| Password | hash_hmac(‘sha256’, Partner Email, API Key) |
| Fields | Description |
|---|---|
| error_code | 00: Success, No error 01: No transaction / error with the input fields |
| error_message | Detail message for the error_code |
| transaction | Result (NULL if error) ⮞ partner_tran_id ⮞ tran_id ⮞ amount ⮞ status ⮞ error_code (if status is different than 00) ⮞ time ⮞ method ⮞ method_detail |