#Kyle De Ayala
1 messages · Page 1 of 1 (latest)
Can you be more specific? What is happening? What are you expecting to happen?
Hi @quartz venture
My problem is that none of the transactions are being recorded (as success, failed or uncaptured).
Do you have an example of an actual transaction? This is just a Card Token
Here: {
"key": "pk_live_h2******************WgYQ",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 OPR/94.0.0.0",
"referrer": "https://aca-cdid.com/cart.php",
"device_id": "cdcfd396-890d-45e8-be13-778afd044728",
"sid": "21be0f16-8af6-4c8e-a354-41bc63c699f5591ae8",
"validation_type": "card",
"time_checkout_loaded": "1675223882",
"time_checkout_opened": "1675223894",
"card": {
"number": "*********0395",
"exp_month": "8",
"address_country": "United States",
"address_state": "OK",
"address_line1": "3808 E. 51st Street",
"exp_year": "2023",
"cvc": "",
"address_zip": "74135",
"address_city": "Tulsa",
"name": "Dr. Michael Taylor"
},
"payment_user_agent": "Stripe Checkout v3 (stripe.js/78ef418)",
"muid": "73c56d39-02bd-4254-8f85-8e8396cf4cffe97ebe",
"time_on_page": "104623",
"guid": "d820b482-cb69-4dff-a652-5ccf001e9bd58951a0",
"email": "drtaylor@healinginc.net"
}
I have no idea what that is. Do you have a Charge ID? Or a Request ID?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
This is a request to create a Card Token. This is not a transaction. Do you have a transaction? Like a Charge or Payment Intent that was used to attempt payment?
So the reason is that I am creating a card token instead of an actual payment that is why there is no information if it was successful or failed is that right?
Perhaps. Are you building a new integration? Or are you modifying an old integration?
I am creating a new integration actually, do you have any documents you can provide for creating an actual charge?