#Kyle De Ayala

1 messages · Page 1 of 1 (latest)

old krakenBOT
quartz venture
#

Can you be more specific? What is happening? What are you expecting to happen?

gaunt atlas
#

Hi @quartz venture
My problem is that none of the transactions are being recorded (as success, failed or uncaptured).

quartz venture
#

Do you have an example of an actual transaction? This is just a Card Token

gaunt atlas
#

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"
}

quartz venture
gaunt atlas
#

Is this what you need?

#

here is the req id req_ZGavU0XrcuLFY1

quartz venture
#

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?

gaunt atlas
#

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?

quartz venture
#

Perhaps. Are you building a new integration? Or are you modifying an old integration?

gaunt atlas
#

I am creating a new integration actually, do you have any documents you can provide for creating an actual charge?