Card Transaction CallbackEvent
Developing
Request
Body Params application/json
{
"eventId": "string",
"eventType": "CardPaymentTransaction",
"event": "CardPaymentTransactionCompleted",
"referenceId": "string",
"description": "string"
}
Request Code Samples
curl --location '' \
--header 'Content-Type: application/json' \
--data '{
"eventId": "string",
"eventType": "CardPaymentTransaction",
"event": "CardPaymentTransactionCompleted",
"referenceId": "string",
"description": "string"
}'
Responses
application/json
Modified at 2024-01-31 02:21:07