#NewtReyes-metadata
1 messages · Page 1 of 1 (latest)
This seems odd.
Are you setting payment_method_types on the Setup Intent?https://stripe.com/docs/api/setup_intents/create#create_setup_intent-payment_method_types
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I don't think Stripe gives you the option to set metadata on the Payment Method if type='card', which seems odd
Ah, yup
It looks like you would need to get the Payment Method ID from the newly created Setup Intent and make a separate API call to update the Payment Method with metadata.
Why, oh why?
Sigh
Thank you, @marble chasm
This is the second time in the same day that I am asking for stuff which should be simple and I am told that it just doesn't work "by design"
Single Time payment methods using setup intents don't work either
@marble chasm Is there any test source I can use for testing setup intents using payment_method param? https://stripe.com/docs/api/setup_intents/create#create_setup_intent-payment_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
"visa_tok" doesn't work