Here you can find all the events that are related to transactions.
List of Events
Event Name | Description |
---|---|
transaction.sale.success | Transaction sale succeeded |
transaction.sale.failure | Transaction sale failed |
transaction.sale.unknown | Transaction sale status unknown |
transaction.auth.success | Transaction authorization succeeded |
transaction.auth.failure | Transaction authorization failed |
transaction.auth.unknown | Transaction authorization status unknown |
transaction.capture.success | Transaction capture succeeded |
transaction.capture.failure | Transaction capture failed |
transaction.capture.unknown | Transaction capture status unknown |
transaction.void.success | Transaction void succeeded |
transaction.void.failure | Transaction void failed |
transaction.void.unknown | Transaction void status unknown |
transaction.refund.success | Transaction refund succeeded |
transaction.refund.failure | Transaction refund failed |
transaction.refund.unknown | Transaction refund status unknown |
transaction.credit.success | Transaction credit succeeded |
transaction.credit.failure | Transaction credit failed |
transaction.credit.unknown | Transaction credit status unknown |
transaction.validate.success | Transaction validation succeeded |
transaction.validate.failure | Transaction validation failed |
transaction.validate.unknown | Transaction validation status unknown |
References
card.entry_mode
values:
Code | Description |
---|---|
0 | Unknown |
1 | Invalid |
2 | NFC MSD |
3 | Swiped |
4 | Keyed |
5 | EMV ICC |
6 | NFC EMV |
7 | Keyed - Fallback |
8 | Swiped - Fallback |
Event Samples
{
"event_id": "9b312dfd-3174-4748-9447-d63c8744305a",
"event_type": "transaction.sale.success",
"event_body": {
"merchant": {
"id": "1234",
"name": "Test Account"
},
"features": {
"is_test_mode": true
},
"transaction_id": "1234560000",
"transaction_type": "cc",
"condition": "pendingsettlement",
"processor_id": "ccprocessora",
"ponumber": "123456789",
"order_description": "this is a description",
"order_id": "12345678",
"customerid": "",
"customertaxid": "",
"website": "https://example.com",
"shipping": "",
"currency": "USD",
"tax": "0.08",
"surcharge": "",
"convenience_fee": "",
"misc_fee": "",
"misc_fee_name": "",
"cash_discount": "",
"tip": "",
"requested_amount": "54.04",
"shipping_carrier": "",
"tracking_number": "",
"shipping_date": "",
"partial_payment_id": "",
"partial_payment_balance": "",
"platform_id": "",
"authorization_code": "123456",
"social_security_number": "",
"drivers_license_number": "",
"drivers_license_state": "",
"drivers_license_dob": "",
"billing_address": {
"first_name": "Jessica",
"last_name": "Jones",
"address_1": "123 Fake St.",
"address_2": "123123",
"company": "Alias Investigations",
"city": "New York City",
"state": "NY",
"postal_code": "12345",
"country": "US",
"email": "[email protected]",
"phone": "555-555-5555",
"cell_phone": "",
"fax": "444-555-6666"
},
"shipping_address": {
"first_name": "Jessica",
"last_name": "Jones",
"address_1": "123 Fake St.",
"address_2": "123123",
"company": "Alias Investigations",
"city": "New York City",
"state": "NY",
"postal_code": "12345",
"country": "US",
"email": "[email protected]",
"phone": "",
"fax": ""
},
"card": {
"cc_number": "411111******1111",
"cc_exp": "1022",
"cavv": "",
"cavv_result": "",
"xid": "",
"eci": "",
"avs_response": "N",
"csc_response": "",
"cardholder_auth": "",
"cc_start_date": "",
"cc_issue_number": "",
"card_balance": "",
"card_available_balance": "",
"entry_mode": "",
"cc_bin": "",
"cc_type": ""
},
"action": {
"amount": "54.04",
"action_type": "sale",
"date": "20200406175755",
"success": "1",
"ip_address": "1.2.3.4",
"source": "virtual_terminal",
"api_method": "virtual_terminal",
"username": "exampleuser",
"response_text": "SUCCESS",
"response_code": "100",
"processor_response_text": "",
"processor_response_code": "",
"device_license_number": "",
"device_nickname": ""
}
}
}
{
"event_id": "c1ee29d9-dd29-45d0-903a-c78da43bca32",
"event_type": "transaction.sale.success",
"event_body": {
"merchant": {
"id": "12345",
"name": "Test Account"
},
"features": {
"is_test_mode": true
},
"transaction_id": "1234560000",
"transaction_type": "ck",
"condition": "pendingsettlement",
"processor_id": "ckprocessora",
"ponumber": "",
"order_description": "",
"order_id": "",
"customerid": "",
"customertaxid": "",
"website": "",
"shipping": "",
"currency": "USD",
"tax": "1.00",
"surcharge": "",
"convenience_fee": "",
"misc_fee": "",
"misc_fee_name": "",
"cash_discount": "",
"tip": "",
"requested_amount": "60.49",
"shipping_carrier": "",
"tracking_number": "",
"shipping_date": "",
"partial_payment_id": "",
"partial_payment_balance": "",
"platform_id": "",
"authorization_code": "123456",
"social_security_number": "",
"drivers_license_number": "",
"drivers_license_state": "",
"drivers_license_dob": "****-**-**",
"billing_address": {
"first_name": "Jessica",
"last_name": "Jones",
"address_1": "123 Fake St.",
"address_2": "",
"company": "Alias Investigations",
"city": "New York City",
"state": "NY",
"postal_code": "12345",
"country": "US",
"email": "[email protected]",
"phone": "5555555555",
"cell_phone": "",
"fax": ""
},
"shipping_address": {
"first_name": "Jessica",
"last_name": "Jones",
"address_1": "123 Fake St.",
"address_2": "",
"company": "Alias Investigations",
"city": "New York City",
"state": "NY",
"postal_code": "12345",
"country": "US",
"email": "[email protected]",
"phone": "",
"fax": ""
},
"check": {
"check_account": "*****1234",
"check_aba": "100000000",
"check_name": "Jessica Jones",
"account_holder_type": "personal",
"account_type": "checking",
"sec_code": "WEB"
},
"action": {
"amount": "60.49",
"action_type": "sale",
"date": "20200406180124",
"success": "1",
"ip_address": "1.2.3.4",
"source": "virtual_terminal",
"api_method": "virtual_terminal",
"username": "exampleuser",
"response_text": "SUCCESS",
"response_code": "100",
"processor_response_text": "",
"processor_response_code": "",
"device_license_number": "",
"device_nickname": ""
}
}
}
{
"event_id": "e88bfc27-2d42-46a1-8427-65b4a7f11f16",
"event_type": "transaction.sale.success",
"event_body": {
"merchant": {
"id": "123456",
"name": "Test Account"
},
"features": {
"is_test_mode": true
},
"transaction_id": "1234560000",
"transaction_type": "cs",
"condition": "complete",
"processor_id": "csprocessora",
"ponumber": "",
"order_description": "",
"order_id": "",
"customerid": "",
"customertaxid": "",
"website": "",
"shipping": "",
"currency": "USD",
"tax": "1.00",
"surcharge": "",
"convenience_fee": "",
"misc_fee": "",
"misc_fee_name": "",
"cash_discount": "",
"tip": "",
"requested_amount": "60.49",
"shipping_carrier": "",
"tracking_number": "",
"shipping_date": "",
"partial_payment_id": "",
"partial_payment_balance": "",
"platform_id": "1",
"authorization_code": "",
"social_security_number": "",
"drivers_license_number": "",
"drivers_license_state": "",
"drivers_license_dob": "",
"billing_address": {
"first_name": "Jessica",
"last_name": "Jones",
"address_1": "123 Fake St.",
"address_2": "",
"company": "Alias Investigations",
"city": "New York City",
"state": "NY",
"postal_code": "12345",
"country": "US",
"email": "[email protected]",
"phone": "+15555555555",
"cell_phone": "",
"fax": ""
},
"shipping_address": {
"first_name": "Jessica",
"last_name": "Jones",
"address_1": "123 Fake St.",
"address_2": "",
"company": "Alias Investigations",
"city": "New York City",
"state": "NY",
"postal_code": "12345",
"country": "US",
"email": "[email protected]",
"phone": "",
"fax": ""
},
"action": {
"amount": "60.49",
"action_type": "sale",
"date": "20200406180150",
"success": "1",
"ip_address": "1.2.3.4",
"source": "virtual_terminal",
"api_method": "virtual_terminal",
"username": "exampleuser",
"response_text": "APPROVED",
"response_code": "100",
"processor_response_text": "Approved",
"processor_response_code": "1",
"device_license_number": "",
"device_nickname": ""
}
}
}
{
"event_id": "322ac05a-cf6c-4c16-948a-3048d007f742",
"event_type": "transaction.auth.success",
"event_body": {
"merchant": {
"id": "944025",
"name": "Test merchant account"
},
"features": {
"is_test_mode": true
},
"transaction_id": "8584341675",
"transaction_type": "cc",
"condition": "pending",
"processor_id": "ccprocessora",
"ponumber": "",
"order_description": "",
"order_id": "",
"customerid": "",
"customertaxid": "",
"website": "",
"shipping": "",
"currency": "USD",
"tax": "",
"surcharge": "",
"convenience_fee": "",
"misc_fee": "",
"misc_fee_name": "",
"cash_discount": "",
"tip": "",
"requested_amount": "10.00",
"shipping_carrier": "",
"tracking_number": "",
"shipping_date": "",
"partial_payment_id": "",
"partial_payment_balance": "",
"platform_id": "",
"authorization_code": "123456",
"social_security_number": "",
"drivers_license_number": "",
"drivers_license_state": "",
"drivers_license_dob": "",
"duty_amount": "0.00",
"discount_amount": "0.00",
"national_tax_amount": "0.00",
"summary_commodity_code": "",
"alternate_tax_amount": "0.00",
"vat_tax_amount": "0.00",
"vat_tax_rate": "0.00",
"billing_address": {
"first_name": "",
"last_name": "",
"address_1": "",
"address_2": "",
"company": "",
"city": "",
"state": "",
"postal_code": "",
"country": "",
"email": "",
"phone": "",
"cell_phone": "",
"fax": ""
},
"shipping_address": {
"first_name": "",
"last_name": "",
"address_1": "",
"address_2": "",
"company": "",
"city": "",
"state": "",
"postal_code": "",
"country": "",
"email": "",
"phone": "",
"fax": ""
},
"card": {
"cc_number": "411111******1111",
"cc_exp": "1025",
"cavv": "",
"cavv_result": "",
"xid": "",
"eci": "",
"avs_response": "",
"csc_response": "M",
"cardholder_auth": "",
"cc_start_date": "",
"cc_issue_number": "",
"card_balance": "",
"card_available_balance": "",
"entry_mode": "4",
"cc_bin": "",
"cc_type": "Visa",
"feature_token": ""
},
"merchant_defined_fields": {},
"action": {
"amount": "10.00",
"action_type": "auth",
"date": "20230801113700",
"success": "1",
"ip_address": "123.123.123.123",
"source": "api",
"api_method": "direct_post",
"username": "test",
"response_text": "SUCCESS",
"response_code": "100",
"processor_response_text": "",
"tap_to_mobile": false,
"processor_response_code": "",
"device_license_number": "",
"device_nickname": ""
}
}
}
{
"event_id": "322ac05a-cf6c-4c16-948a-3048d007f742",
"event_type": "transaction.auth.failure",
"event_body": {
"merchant": {
"id": "944025",
"name": "Test merchant account"
},
"features": {
"is_test_mode": true
},
"transaction_id": "8597004002",
"transaction_type": "cc",
"condition": "failed",
"processor_id": "ccprocessora",
"ponumber": "",
"order_description": "",
"order_id": "",
"customerid": "",
"customertaxid": "",
"website": "",
"shipping": "",
"currency": "USD",
"tax": "",
"surcharge": "",
"convenience_fee": "",
"misc_fee": "",
"misc_fee_name": "",
"cash_discount": "",
"tip": "",
"requested_amount": "0.50",
"shipping_carrier": "",
"tracking_number": "",
"shipping_date": "",
"partial_payment_id": "",
"partial_payment_balance": "",
"platform_id": "",
"authorization_code": "123456",
"social_security_number": "",
"drivers_license_number": "",
"drivers_license_state": "",
"drivers_license_dob": "",
"duty_amount": "0.00",
"discount_amount": "0.00",
"national_tax_amount": "0.00",
"summary_commodity_code": "",
"alternate_tax_amount": "0.00",
"vat_tax_amount": "0.00",
"vat_tax_rate": "0.00",
"billing_address": {
"first_name": "",
"last_name": "",
"address_1": "",
"address_2": "",
"company": "",
"city": "",
"state": "",
"postal_code": "",
"country": "",
"email": "",
"phone": "",
"cell_phone": "",
"fax": ""
},
"shipping_address": {
"first_name": "",
"last_name": "",
"address_1": "",
"address_2": "",
"company": "",
"city": "",
"state": "",
"postal_code": "",
"country": "",
"email": "",
"phone": "",
"fax": ""
},
"card": {
"cc_number": "411111******1111",
"cc_exp": "1025",
"cavv": "",
"cavv_result": "",
"xid": "",
"eci": "",
"avs_response": "",
"csc_response": "M",
"cardholder_auth": "",
"cc_start_date": "",
"cc_issue_number": "",
"card_balance": "",
"card_available_balance": "",
"entry_mode": "4",
"cc_bin": "",
"cc_type": "Visa",
"feature_token": ""
},
"merchant_defined_fields": {},
"action": {
"amount": "10.00",
"action_type": "auth",
"date": "20230801113700",
"success": "0",
"ip_address": "123.123.123.123",
"source": "api",
"api_method": "direct_post",
"username": "test",
"response_text": "DECLINE",
"response_code": "200",
"processor_response_text": "",
"tap_to_mobile": false,
"processor_response_code": "",
"device_license_number": "",
"device_nickname": ""
}
}
}
{
"event_id": "e5267749-c235-45c9-b93e-21f4379b94d1",
"event_type": "transaction.capture.success",
"event_body": {
"merchant": {
"id": "944025",
"name": "Test merchant account"
},
"features": {
"is_test_mode": true
},
"transaction_id": "8584341675",
"transaction_type": "cc",
"condition": "pendingsettlement",
"processor_id": "ccprocessora",
"ponumber": "",
"order_description": "",
"order_id": "",
"customerid": "",
"customertaxid": "",
"website": "",
"shipping": "0.00",
"currency": "USD",
"tax": "0.00",
"surcharge": "",
"convenience_fee": "",
"misc_fee": "",
"misc_fee_name": "",
"cash_discount": "",
"tip": "",
"requested_amount": "10.00",
"shipping_carrier": "",
"tracking_number": "",
"shipping_date": "",
"partial_payment_id": "",
"partial_payment_balance": "",
"platform_id": "",
"authorization_code": "123456",
"social_security_number": "",
"drivers_license_number": "",
"drivers_license_state": "",
"drivers_license_dob": "",
"duty_amount": "0.00",
"discount_amount": "0.00",
"national_tax_amount": "0.00",
"summary_commodity_code": "",
"alternate_tax_amount": "0.00",
"vat_tax_amount": "0.00",
"vat_tax_rate": "0.00",
"billing_address": {
"first_name": "",
"last_name": "",
"address_1": "",
"address_2": "",
"company": "",
"city": "",
"state": "",
"postal_code": "",
"country": "",
"email": "",
"phone": "",
"cell_phone": "",
"fax": ""
},
"shipping_address": {
"first_name": "",
"last_name": "",
"address_1": "",
"address_2": "",
"company": "",
"city": "",
"state": "",
"postal_code": "",
"country": "",
"email": "",
"phone": "",
"fax": ""
},
"card": {
"cc_number": "411111******1111",
"cc_exp": "1025",
"cavv": "",
"cavv_result": "",
"xid": "",
"eci": "",
"avs_response": "",
"csc_response": "M",
"cardholder_auth": "",
"cc_start_date": "",
"cc_issue_number": "",
"card_balance": "",
"card_available_balance": "",
"entry_mode": "4",
"cc_bin": "",
"cc_type": "Visa",
"feature_token": ""
},
"merchant_defined_fields": {},
"action": {
"amount": "10.00",
"action_type": "capture",
"date": "20230801113955",
"success": "1",
"ip_address": "123.123.123.123",
"source": "api",
"api_method": "direct_post",
"username": "test",
"response_text": "SUCCESS",
"response_code": "100",
"processor_response_text": "",
"tap_to_mobile": false,
"processor_response_code": "",
"device_license_number": "",
"device_nickname": ""
}
}
}
{
"event_id": "e5267749-c235-45c9-b93e-21f4379b94d1",
"event_type": "transaction.refund.success",
"event_body": {
"merchant": {
"id": "944025",
"name": "Test merchant account"
},
"features": {
"is_test_mode": true
},
"transaction_id": "8597047042",
"transaction_type": "cc",
"condition": "pendingsettlement",
"processor_id": "ccprocessora",
"ponumber": "",
"order_description": "",
"order_id": "",
"customerid": "",
"customertaxid": "",
"website": "",
"shipping": "0.00",
"currency": "USD",
"tax": "0.00",
"surcharge": "",
"convenience_fee": "",
"misc_fee": "",
"misc_fee_name": "",
"cash_discount": "",
"tip": "",
"requested_amount": "-1.50",
"shipping_carrier": "",
"tracking_number": "",
"shipping_date": "",
"partial_payment_id": "",
"partial_payment_balance": "",
"platform_id": "",
"authorization_code": "123456",
"social_security_number": "",
"drivers_license_number": "",
"drivers_license_state": "",
"drivers_license_dob": "",
"duty_amount": "0.00",
"discount_amount": "0.00",
"national_tax_amount": "0.00",
"summary_commodity_code": "",
"alternate_tax_amount": "0.00",
"vat_tax_amount": "0.00",
"vat_tax_rate": "0.00",
"billing_address": {
"first_name": "",
"last_name": "",
"address_1": "",
"address_2": "",
"company": "",
"city": "",
"state": "",
"postal_code": "",
"country": "",
"email": "",
"phone": "",
"cell_phone": "",
"fax": ""
},
"shipping_address": {
"first_name": "",
"last_name": "",
"address_1": "",
"address_2": "",
"company": "",
"city": "",
"state": "",
"postal_code": "",
"country": "",
"email": "",
"phone": "",
"fax": ""
},
"card": {
"cc_number": "411111******1111",
"cc_exp": "1025",
"cavv": "",
"cavv_result": "",
"xid": "",
"eci": "",
"avs_response": "",
"csc_response": "",
"cardholder_auth": "",
"cc_start_date": "",
"cc_issue_number": "",
"card_balance": "",
"card_available_balance": "",
"entry_mode": "4",
"cc_bin": "",
"cc_type": "Visa",
"feature_token": ""
},
"merchant_defined_fields": {},
"action": {
"amount": "-1.50",
"action_type": "refund",
"date": "20230804155935",
"success": "1",
"ip_address": "123.123.123.123",
"source": "api",
"api_method": "direct_post",
"username": "test",
"response_text": "SUCCESS",
"response_code": "100",
"processor_response_text": "",
"tap_to_mobile": false,
"processor_response_code": "",
"device_license_number": "",
"device_nickname": ""
}
}
}
{
"event_id": "56fce295-ee70-46a1-83c2-1f423c43c34c",
"event_type": "transaction.void.success",
"event_body": {
"merchant": {
"id": "944025",
"name": "Test merchant account"
},
"features": {
"is_test_mode": true
},
"transaction_id": "8584341675",
"transaction_type": "cc",
"condition": "canceled",
"processor_id": "ccprocessora",
"ponumber": "",
"order_description": "",
"order_id": "",
"customerid": "",
"customertaxid": "",
"website": "",
"shipping": "0.00",
"currency": "USD",
"tax": "0.00",
"surcharge": "",
"convenience_fee": "",
"misc_fee": "",
"misc_fee_name": "",
"cash_discount": "",
"tip": "",
"requested_amount": "10.00",
"shipping_carrier": "",
"tracking_number": "",
"shipping_date": "",
"partial_payment_id": "",
"partial_payment_balance": "",
"platform_id": "",
"authorization_code": "123456",
"social_security_number": "",
"drivers_license_number": "",
"drivers_license_state": "",
"drivers_license_dob": "",
"duty_amount": "0.00",
"discount_amount": "0.00",
"national_tax_amount": "0.00",
"summary_commodity_code": "",
"alternate_tax_amount": "0.00",
"vat_tax_amount": "0.00",
"vat_tax_rate": "0.00",
"billing_address": {
"first_name": "",
"last_name": "",
"address_1": "",
"address_2": "",
"company": "",
"city": "",
"state": "",
"postal_code": "",
"country": "",
"email": "",
"phone": "",
"cell_phone": "",
"fax": ""
},
"shipping_address": {
"first_name": "",
"last_name": "",
"address_1": "",
"address_2": "",
"company": "",
"city": "",
"state": "",
"postal_code": "",
"country": "",
"email": "",
"phone": "",
"fax": ""
},
"card": {
"cc_number": "411111******1111",
"cc_exp": "1025",
"cavv": "",
"cavv_result": "",
"xid": "",
"eci": "",
"avs_response": "",
"csc_response": "M",
"cardholder_auth": "",
"cc_start_date": "",
"cc_issue_number": "",
"card_balance": "",
"card_available_balance": "",
"entry_mode": "4",
"cc_bin": "",
"cc_type": "Visa",
"feature_token": ""
},
"merchant_defined_fields": {},
"action": {
"amount": "10.00",
"action_type": "void",
"date": "20230801115329",
"success": "1",
"ip_address": "123.123.123.123",
"source": "api",
"api_method": "direct_post",
"username": "test",
"response_text": "SUCCESS",
"response_code": "100",
"processor_response_text": "",
"tap_to_mobile": false,
"processor_response_code": "",
"device_license_number": "",
"device_nickname": ""
}
}
}