API Documentation

Transaction result codes

Every transaction in the Abillify API has a resultcode that indicates the status of the transaction. This code is crucial for understanding whether a transaction was successful, pending, or failed.

A resultcode of 0 verifies the success of the transaction. Every other code means the transaction was not successful or is pending.

A resultcode of 100 means that the user cancelled the transaction, for example, by pressing "Cancel" on the paymentpage.

A resultcode 200- 299 means that the transaction is pending, for example, if the user is still in the payment process.

A resultcode 400-599 means that the transaction failed due to PSP, riskcheck or technical errors.