#djachim_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1272912974910193738
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- djachim_code, 21 hours ago, 9 messages
- djachim_docs, 5 days ago, 5 messages
I need this information from the card:
"card": {
"brand": "visa",
"exp_month": 1,
"exp_year": 2025,
"last4": "1111"
}
Hello, apologies for the delay the server is a bit busy. Can you send me the ID from each of these scenarios so I can take a look? I am not immediately sure of why that info would be present or not based on OBO. As far as I know that parameter shouldn't effect this behavior but I will see if we have anything documented about that
I sent you the confirmationToken and OBO account. do you need any other values?
Our request logs actually show card data being returned in that request that created that confirmation token. Can you retrieve that token and send me the body of what that call returns?
https://dashboard.stripe.com/test/logs/req_DHQKEpvHg7VJ7X
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Also it is safe to share object IDs in this channel. Other people can't do anything with them unless they have your secret key
That confirmationToken returns the card populated now. Could there be a delay in when it is available? I tried another confirmationToken just now, and it returned card=null again.
new confirmationToken = ctoken_1PnLNiFuWYLdpKW5zAjlTnnN
Ah that confirmation token is using Link, it is expected for card details to not be available for Link payments
Link wraps the payment methods in a way where you typically don't get the underlying data
So, that account is probably setup to use Link?
I don't have access to the OBO accounts. So, I need to relay the information to someone else.
Link works like other payment methods object-wise. This is still a PaymentMethod object that lives on your account, the thing here is that if they directly used the payment method you would have more data as part of that object, but it is abstracted away with link
This is how it renders:
does a setting need to be changed on the OBO account so that "Secure, 1-click checkout with Link" does not appear?
Yep, you can turn link for OBO charges off in your connect settings https://dashboard.stripe.com/settings/payment_methods/connected_accounts
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.