Understanding Stripe API (App demo link below)

Here’s the response in Postman API


{
“id”: “tok_1N695FSXXXXXXXXXXXX”,
“object”: “token”,
“card”: {
“id”: “card_1N695FSXXXXXXXXXXX”,
“object”: “card”,
“address_city”: null,
“address_country”: null,
“address_line1”: null,
“address_line1_check”: null,
“address_line2”: null,
“address_state”: null,
“address_zip”: null,
“address_zip_check”: null,
“brand”: “Visa”,
“country”: “IN”,
“cvc_check”: “unchecked”,
“dynamic_last4”: null,
“exp_month”: 4,
“exp_year”: 2026,
“fingerprint”: “Hx84JEXXXXXXXX”,
“funding”: “credit”,
“last4”: “8637”,
“metadata”: {},
“name”: null,
“tokenization_method”: null,
“wallet”: null
},
“client_ip”: “54.86.XX.XXXX”,
“created”: 1683XXXXX,
“livemode”: false,
“type”: “card”,
“used”: false
}
But when Post the Same things in my app, It gets Error of 3DS Rules

When I post customer ID API, Following was the error

Okay, so you’ll need help from Stripe and/or Postman.

That’s my point: get it working in Postman first and then try it in Thunkable. It doesn’t make sense to troubleshoot in Thunkable if you’re getting errors in Postman.