#wolframhempel
1 messages ยท Page 1 of 1 (latest)
Of course, pi_3N6ri2LTQ3XSPTsR1oaI9tcw
(thanks so much for taking the time to help me :-D)
I do see an address on the PaymentIntent itself and also on the associated PaymentMethod.
Hm - ok. But would you expect that to translate into a customer or invoice address?
What do you mean? You want the address to be stored directly on the customer object?
Yes - or - since it is the billing address - I would assume that it would at least show up on the invoices
But no such luck ๐ฆ
I see. I think you would need to update the customer object to set the new address there.
Alright - got you. I'll do this explicitly upon confirm
Thanks
One last quick question if you don't mind
I've suddenly started getting this message when creating a subscription:
The payment method type "paypal" is invalid. Please ensure the provided type is activated in your dashboard (https://dashboard.stripe.com/account/payments/settings) and your account is enabled for any preview features that you are trying to use.',
This worked before and I didn't change anything (especially not related to paypal)
Would you have any pointers for me
Here's the code I use to create the subscription:
subscription = await stripe.subscriptions.create({
customer: info.customer.id,
items: [{
price: plan.priceId,
}],
payment_behavior: 'default_incomplete',
payment_settings: { save_default_payment_method: 'on_subscription' },
expand: ['latest_invoice.payment_intent'],
});
Thanks for the info, we are currently investigating this issue.
Thanks ๐
can you try again now?
yup, works again - thanks ๐
great, thanks for confirming. Sorry for the issue, something was rolled back.