paymentservice_get_domain()
Retrieves the unique domain ID for the Payment Service.
Synopsis:
#include <bps/paymentservice.h>
BPS_API int paymentservice_get_domain()
Arguments:
Library:
libbpsDescription:
The paymentservice_get_domain() function gets the unique domain ID for the Payment Service. You can use this function in your application to test whether an event that you retrieve using the bps_get_event() function is a Payment Service event, and respond accordingly.
Returns:
The domain ID for the Payment Service.