#D365 Developer
1 messages · Page 1 of 1 (latest)
Setupintents aren't for payment
They're to set up a payment method for future usage
If you're going to process a payment much later after collecting the customer's payment method
Okay i want to use that payment method, for payment how can i?
You can get the payment method id here: https://stripe.com/docs/api/setup_intents/object#setup_intent_object-payment_method and then charge it here: 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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.