Card Transaction CallbackEvent
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"eventId": "string",
"eventType": "CardPaymentTransaction",
"event": "CardPaymentTransactionCompleted",
"referenceId": "string",
"description": "string"
}
Request samples
curl --location --request POST '' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventId": "string",
"eventType": "CardPaymentTransaction",
"event": "CardPaymentTransactionCompleted",
"referenceId": "string",
"description": "string"
}'
Responses
application/json Modified at 2024-01-31 02:21:07