#kd-subscription-test-card
1 messages ยท Page 1 of 1 (latest)
Hello ๐
taking a look
do you have the request ID by any chance for the upgrade?
req_bnixxkupZvB4q8
Hi ๐ I'm stepping in for @wintry ember
ok
I'm looking into whether the invoice that gets generated is treated as a "one-off" or not since this card will require authentication for "one-off" payments
Ok, if that is indeed the case, how is this card 'authenticated' considering that it is a test card which doesn't actually exist?
You would need to bring the user on-session and use Stripe.js. We would present a modal window to you where you can choose to complete authentication or fail it.
Ok, and were you able to confirm if this is because the invoice is treated as one off?
Checking with colleagues now
Okay, yes this invoice is considered an on-session payment. If you want to make it off-session (which should work with this card) you need to pass off_session: true in your Update request:
https://stripe.com/docs/api/subscriptions/update#update_subscription-off_session
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Does that make sense here?