...
Code Block | ||||
---|---|---|---|---|
| ||||
Using Token <?xml version="1.0" encoding="utf-8"?> <API3G> <Request>refundToken<<Request>verifyRefund</Request> <CompanyToken>68B90B5E-25F6-4146-8AB1-CV4GA0C41A7F</CompanyToken> <TransRef>R49763213</TransRef> </API3G> |
...
Parameter | Data type | Description |
ResultCode | 3 digits code | A code will be sent with the result of the request |
ResultExplanationExplanation | Text | Free text of the result |
Refunds | Text | Used to mask an array of refunds |
Refund | Text | Refund tag |
RefundStatus | Text | Status of the refund |
RefundDate | Text | Date and time of the refund Formats: YYYY/MM/DD HH:MM:SS |
RefundAmount | Text | Float |
Codes in the response:
Code | Explanation 003 | |
000 | Refund successfulResults Found | |
001 | Request missing company token | 902 |
003 | Refund successful - Automated done | |
008 | Declined | |
009 | Manual Pending | |
804 | Error in XML | |
902 | Invalid format | |
950 | Request missing transaction level mandatory fields/Data mismatch - field name |
...