#woah-its-joe_api
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/1339823595068588065
๐ 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.
- woah-its-joe_api, 9 minutes ago, 11 messages
Thanks again @blazing nova ๐ edit: or @cosmic pilot
Hi! Catching up! Thanks!
Is the payment method object ID (pm_1QsGgNIwU6Fs) correct? I cannot retrieve it.
The full payment method id is pm_1QsGgNIwU6Fsm9ubyEmo8F93, had to shorten it as we hit the character limit for the 1st msg.
pm_1QsGesIwU6Fsm9ubk8uuHt6n is one with off session (payment id pi_3QsGeIIwU6Fsm9ub1zvxTeAZ )
Regarding your second question, product is required for a subscription because it describes the services being provided to the customer. When you create a product and price, you are describing the details of the subscription. E.g. How often are the interval, is it metered or flat rate pricing, etc. A payment intent just represnets a single transaction's life cycle. So it just requires certain information like the charge amount, currency, etc.
Looking at the payment methods.
Why do you need to know if a payment method is on or off session? Typically, merchants create payment methods with off session that can be used for either.
"Why do you need to know if a payment method is on or off session?"
Not entirely sure, but from reading the docs on why they even matter - if its registered as on session we can enable 3d secure.
Well to enable 3d secure we would need to know if the payment method is compatible?
"Typically, merchants create payment methods with off session that can be used for either."
Are you saying you can register every payment as off session, but when needed it can be used as on session?
Are you saying you can register every payment as off session, but when needed it can be used as on session?
Yeap your understanding is correct.