paymentservice_event_get_request_id()
Retrieves the request ID from a Payment Service event.
Synopsis:
#include <bps/paymentservice.h>
BPS_API unsigned paymentservice_event_get_request_id(bps_event_t *event)
Arguments:
- event
- The event to retrieve the request ID from.
Library:
libbpsDescription:
The paymentservice_event_get_request_id() function gets the request ID from the specified Payment Service event.
Returns:
The request ID.