Payment Status
Check the status of a payment
You can track an order's payment status using Oceanpayment’s asynchronous notifications or order status query.
Note
- Ensure you interpret Oceanpayment’s payment status correctly.
- Misinterpretation may lead to financial discrepancies or losses.
Payment Status
| Response Parameter | Description |
|---|---|
payment_status | Payment result
|
<payment_status>1</payment_status>
Payment Type
| Response Parameter | Description |
|---|---|
payment_authType | Type of payment for the order
|
<payment_authType>0</payment_authType>
Response Details
- Each transaction returns detailed result codes:
payment_details, Transaction details in the format Code: Description.
<payment_details>80000:Transaction Approved</payment_details>
payment_solutions, Suggested actions if the payment fails. You can display this on the failure page for customers.
<payment_solutions>Sorry, your card is unable to authorised. If you entered the correct information, please use a different card or call your card issuer or use different payment method.</payment_solutions>
- Refer to the full list of Oceanpayment transaction response codes for more details.