What's new at ShopWired?
Order webhook updated with ShopWired Payments information
The order webhook, sent when a new completed order is created on a ShopWired account / website, has been updated to include information about the transaction relevant to ShopWired Payments. It is only present for ShopWired Payments transactions.
Sample information now included is displayed below
"transactionData": {
"id": "pi_3QFjduK293jk524zHcIYY",
"riskLevel": "normal",
"card": {
"last4": "5008",
"brand": "visa",
"cvcCheck": true,
"postcodeCheck": true,
"threeDSecureResult": "Challenge - Authenticated - Version 2.2.0"
},
"feeAmount": 2.13
}