#gr_dev
1 messages · Page 1 of 1 (latest)
Which integration type do you use? Can you share an example Checkout Session ID (cs_xxx) or Payment Intent ID (pi_xxx)?
Sorry, Didn't get. "Which integration type do you use? "
Payment Intent ID: "pi_3NdoctKtlbUlFk1209tXx8Uo"
Which integration type do you use?
Sorry that I'm unclear. Integration types here refer to Checkout Session (Stripe hosted payment), Payment Intent with Payment Element, Invoice, Subscription... etc
From the example pi_3NdoctKtlbUlFk1209tXx8Uo, this Payment Intent was created from the Invoice that only card and sepa_debit are supported: https://dashboard.stripe.com/invoices/in_1NdocsKtlbUlFk12DCjSW6IK
Can you share what you're trying to achieve?
Are you looking for Invoice or one-time Payment Intent integration?
How can I show all the enabled payment methods which are enabled on the stripe dashboard shown on the checkout page?
I'm using UPE using client_secret.
Here is my step:
- Create customer
- Added invoice line items
- Create Invoice
- Finalize invoice with expand payment_intent
- Get client_secret from the expanded payment_intent
- Mount stripe payment element using that client_secret
The payment method configuration page (https://dashboard.stripe.com/test/settings/payment_methods/connected_accounts) in the Dashboard is for direct Payment Element integration without Invoice and Checkout Session: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
With invoice its not possible right?
The payment method should be configured in Invoice template page: https://stripe.com/docs/invoicing/payment-methods
Thanks for waiting! Discord is busy now
Okay
The invoice was created by the platfrom on the connected account acct_1K3dftKtlbUlFk12.
In the payment setting page of acct_1K3dftKtlbUlFk12, only card and sepa_debit are enabled: https://dashboard.stripe.com/settings/payments
Only when giropay and sofort are enabled in payment setting page https://dashboard.stripe.com/settings/payments AND invoice template page https://dashboard.stripe.com/settings/billing/invoice, the they will be shown
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
This means my existing flow doesn't work for Giropay and Sofort
So yes, your existiing flow doesn't work for giropay and sofort