I am getting the following response from the E-commerce API and also see the payment and email come thru for the successful transaction but the card is never charged. Here is a snippet of the response. Capture is also set to true.
{
"id" : "PQN3P0AG6AGPP",
"amount" : 199,
"tax_amount" : 20,
"payment_method_details" : "card",
"amount_refunded" : 0,
"currency" : "usd",
"created" : 1683340931388,
"captured" : true,
"ref_num" : "409559860",
"auth_code" : "780828",
"outcome" : {
"network_status" : "approved_by_network",
"type" : "authorized"
},
"paid" : true,
"status" : "succeeded",