Configuration
Error Code | Error Message | Description |
---|---|---|
3000 | INVALID_API_KEY | Invalid API KEY |
Create Checkout
Error Code | Error Message | Description |
---|---|---|
3000 | INVALID_API_KEY | Invalid API KEY |
3005 | INVALID_AMOUNT | Invalid amount |
3008 | OTHER_ERRORS | General errors |
3009 | DUPLICATED_MERCHANT_REF_ERROR | New checkout with existing merchant reference number |
3010 | BELOW_MINIMUM_ALLOWED_AMOUNT | Purchase amount is below the minimum amount supported by wizpay |
3011 | ABOVE_MAXIMUM_ALLOWED_AMOUNT | Purchase amount is above the maximum amount supported by wizpay |
3012 | INVALID_DISCOUNT | Discount amount is above purchase amount |
3013 | INVALID_ADDRESS | Address is Invalid |
3014 | INVALID_SHIPPED_DATE | Shipping date is earlier than today |
3023 | MERCHANT_ORDER_ID_NOT_SENT | Order id at the merchant side is not sent while checkout |
Get Checkout
Error Code | Error Message | Description |
---|---|---|
3000 | INVALID_API_KEY | Invalid API KEY |
3001 | INVALID_TOKEN | Transaction Token is invalid |
Capture Full Payment
Error Code | Error Message | Description |
---|---|---|
3000 | INVALID_API_KEY | Invalid API KEY |
3001 | INVALID_TOKEN | Transaction Token is invalid |
3005 | INVALID_AMOUNT | Invalid amount |
3006 | PAYMENT_CAPTURED_ALREADY | Void/capture for already captured payments |
3008 | OTHER_ERRORS | General errors |
3015 | ORDER_DECLINED | Try to capture or void a declined order |
3016 | AUTH_DECLINED | Try to capture or void a declined first payment |
Transaction Status
Error Code | Error Message | Description |
---|---|---|
3000 | INVALID_API_KEY | Invalid API KEY |
3001 | INVALID_TOKEN | Transaction Token is invalid |
Capture Payment
Error Code | Error Message | Description |
---|---|---|
3000 | INVALID_API_KEY | Invalid API KEY |
3003 | INVALID_ORDER_ID | Transaction Id Is Invalid |
3004 | INVALID_REQUESTID | Request id is invalid |
3005 | INVALID_AMOUNT | Invalid amount |
3006 | PAYMENT_CAPTURED_ALREADY | Void/capture for already captured payments |
3015 | ORDER_DECLINED | Try to capture or void a declined order |
3016 | AUTH_DECLINED | Try to capture or void a declined first payment |
3017 | INVALID_MERCHANT_REF | If the merchant reference passed for capture/refund is different from checkout |
Void Transaction
Error Code | Error Message | Description |
---|---|---|
3000 | INVALID_API_KEY | Invalid API KEY |
3003 | INVALID_ORDER_ID | Transaction Id Is Invalid |
3006 | PAYMENT_CAPTURED_ALREADY | Void/capture for already captured payments |
3015 | ORDER_DECLINED | Try to capture or void a declined order |
3016 | AUTH_DECLINED | Try to capture or void a declined first payment |
Update Shipping Courier
Error Code | Error Message | Description |
---|---|---|
3000 | INVALID_API_KEY | Invalid API KEY |
3003 | INVALID_ORDER_ID | Transaction Id Is Invalid |
3014 | INVALID_SHIPPED_DATE | Shipping date is earlier than today |
Get Payment by Order Id
Error Code | Error Message | Description |
---|---|---|
3000 | INVALID_API_KEY | Invalid API KEY |
3003 | INVALID_ORDER_ID | Transaction Id Is Invalid |
Get Payment by Token
Error Code | Error Message | Description |
---|---|---|
3000 | INVALID_API_KEY | Invalid API KEY |
3001 | INVALID_TOKEN | Transaction Token is invalid |
List Payments
Error Code | Error Message | Description |
---|---|---|
3000 | INVALID_API_KEY | Invalid API KEY |
Create Refund
Error Code | Error Message | Description |
---|---|---|
3000 | INVALID_API_KEY | Invalid API KEY |
3003 | INVALID_ORDER_ID | Transaction Id Is Invalid |
3017 | INVALID_MERCHANT_REF | If the merchant reference passed for capture/refund is different from checkout |
3018 | REFUND_NOT_ALLOWED_AFTER_120_DAYS | Try to refund after 120 days of purchase |
3019 | INVALID_REFUND_AMOUNT | If refund amount is 0 or below |
3020 | NO_CAPTURES_FOUND | Try to refund without capture |
3022 | DUPLICATED_REFUND_REQUEST_ID | Same refund request across multiple requests |