#DaganChen
1 messages ยท Page 1 of 1 (latest)
Hi there ๐
Copying other message for context:
resource_missing - source
No such source: 'pm_1Mizi9Frv2nk53suwDMYff1b'
Was this useful?
Yes
No
{
"currency": "eur",
"off_session": "true",
"confirm": "true",
"source": "pm_1Mizi9Frv2nk53suwDMYff1b",
"amount": "30000",
"customer": "cus_L4oHLynNoFLwks"
}
Can you share the ID of the request that returned that error?
Thank you, pulling those up
I believe that is happening because you're passing a Payment Method into the source parameter. If you instead provide that via payment_method, does the error resolve?
https://stripe.com/docs/api/payment_intents/create#create_payment_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.
I'm using it on card it works great
what is the difference?
my good I dont even see source param there, how it works
god
Payment Methods are our newer object and replace the user of Sources.
Card is also a little ambiguous, there are Sources that represent cards as well as Payment Methods that do so.
In general, Sources can be used as Payment Methods, but not necessarily the other way around.
Awesome! Happy to help!
Can you elaborate?
when using setupIntent to the client
it's iDEAL
when charging I need to point sepa_debit
That is expected and how iDEAL works, setting up those types of Payment Methods for future usage results in creating SEPA Payment Methods:
https://stripe.com/docs/payments/ideal/set-up-payment
alright thanks
one more thing, on iDEAL it says on response, I get success or fail immentidatly
but some banks there returns "status": "requires_action"
and then 'pm' is null
and some success and then it works