#Scular
1 messages · Page 1 of 1 (latest)
Any reason why you're using Sources API and not Payment Methods?
But yes, those fields are largely immutable: https://stripe.com/docs/api/sources/update
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You'd just create a new object with different details
Okay I will check it maybe I can try to update it to the payment methods api
You can't update them either, but they're just the new(er) API that have replaced Sources
Okay I understand