#Scott
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
This is a success request.
What you mean exactly here?
The API key you provided was for what Account Id ?
Failed to add the card to the customer.
The API key belongs to the platform, to the best of my knowledge?
Can you share the id?
Can you share also the complete customer Id starting with cus_NLV?
Account ID: acct_1JD5puBHoAmxvHT4
Customer ID: cus_NLVHGBzcBKYpFP
I tried again using the sk_test api key and got this
Can you share the requestId of that call ?
req_XNGT8bVaolCuIa
This a success request.
I mean the requestId of this call.
I must be looking somewhere wrong because that is the requestid for that call..
You can check in your dashboard and see that this request passed successfully:
https://dashboard.stripe.com/test/logs/iar_XNGT8bVaolCuIa
It said status "200 OK"..
Maybe I ma doing something else wrong. Is there a certain way of adding bank accounts/debit cards to a platform customer?
I don't want to use payment intents
You can use SetupIntent:
https://stripe.com/docs/payments/save-and-reuse?platform=web
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!