Pull
Payment Status
The Merchant System pulls the payment result from our system Payment Status service by invoking the “status” method.
Live URL : https://api.openpaydpsp.com/pw/v3/payment/status
Test URL : https://testapi.openpaydpsp.com/pw/v3/payment/status
Parameters
Parameter Name | Detail | Example | Type | Is Required |
|---|---|---|---|---|
apiKey | Your Api Key provided from us. | 4d41d21a935f5bba9de7c7be4a7ca04 | Char 32 | ✔ |
referenceNo | Your own transaction identifier. | 1-1386413490-0089-14 | Char 32 | ✔ |
Payment Detail
Live URL : https://api.openpaydpsp.com/pw/v3/payment/detail
Test URL : https://testapi.openpaydpsp.com/pw/v3/payment/detail
Parameters
Parameter Name | Detail | Example | Type | Is Required |
|---|---|---|---|---|
apiKey | Your Api Key provided from us. | 4d41d21a935f5bba9de7c7be4a7ca04 | Char 32 | ✔ |
referenceNo | Your own transaction identifier. | 1-1386413490-0089-14 | Char 32 | ✔ |
Updated 5 months ago