Handling API Responses
This page assumes you have made a request to the BreathePay API and have a response object
Validating API Signatures
For every API response, you must validate the signature from the API is valid with your merchant secret, in order to protect from man in the middle attacks
Successful Response
Successful responses return a status code of 0
Error Response
Error responses return a status code that is neither 0 for 65802
Last updated