#djachim_code

1 messages ยท Page 1 of 1 (latest)

small ginkgoBOT
#

๐Ÿ‘‹ 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.

kindred grailBOT
#

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.

celest niche
#

I need this information from the card:

"card": {
"brand": "visa",
"exp_month": 1,
"exp_year": 2025,
"last4": "1111"
}

arctic sleet
#

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

celest niche
#

I sent you the confirmationToken and OBO account. do you need any other values?

arctic sleet
#

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

celest niche
#

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

arctic sleet
#

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

celest niche
#

I don't have access to the OBO accounts. So, I need to relay the information to someone else.

arctic sleet
#

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

celest niche
#

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?

arctic sleet