Payment service response codes
This enumeration defines response codes.
Synopsis:
#include <bps/paymentservice.h>
enum {
SUCCESS_RESPONSE = 0
FAILURE_RESPONSE = 1
};
Data:
- SUCCESS_RESPONSE
- Indicates that a request that was sent to the Payment Service was successful.
- FAILURE_RESPONSE
- Indicates that a request that was sent to the Payment Service failed.
Library:
libbpsDescription:
These reponse codes indicate whether a request that was sent to the Payment Service was successful or unsuccessful.