i want to get a token to send to backend ,but unable to do so kindly help #1762
Unanswered
fisforfaheem
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
the thing i am doing: // import 'dart:convert';
///the thing i want
{
"id": "pm_1PDU2ydIHw9TtdSD3N0i0i40",
"object": "payment_method",
"allow_redisplay": "unspecified",
"billing_details": {
"address": {
"city": null,
"country": null,
"line1": null,
"line2": null,
"postal_code": "23123",
"state": null
},
"email": null,
"name": "Azhar Khan",
"phone": null
},
"card": {
"brand": "visa",
"checks": {
"address_line1_check": null,
"address_postal_code_check": null,
"cvc_check": null
},
"country": "US",
"display_brand": "visa",
"exp_month": 12,
"exp_year": 2025,
"funding": "credit",
"generated_from": null,
"last4": "4242",
"networks": {
"available": [
"visa"
],
"preferred": null
},
"three_d_secure_usage": {
"supported": true
},
"wallet": null
},
"created": 1715011548,
"customer": null,
"livemode": false,
"radar_options": {},
"type": "card"
}
Beta Was this translation helpful? Give feedback.
All reactions