#gr_dev

1 messages · Page 1 of 1 (latest)

sour warrenBOT
nova spoke
#

Which integration type do you use? Can you share an example Checkout Session ID (cs_xxx) or Payment Intent ID (pi_xxx)?

fathom rampart
#

Sorry, Didn't get. "Which integration type do you use? "

#

Payment Intent ID: "pi_3NdoctKtlbUlFk1209tXx8Uo"

nova spoke
#

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

fathom rampart
#

Payment Intent with Payment Element

#

Hello

nova spoke
#

Can you share what you're trying to achieve?

#

Are you looking for Invoice or one-time Payment Intent integration?

fathom rampart
#

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
nova spoke
fathom rampart
#

With invoice its not possible right?

nova spoke
fathom rampart
#

This means my existing flow doesn't work for Giropay and Sofort

#

Hello

nova spoke
#

Thanks for waiting! Discord is busy now

fathom rampart
#

Okay

nova spoke
#

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

#

This means my existing flow doesn't work for Giropay and Sofort
So yes, your existiing flow doesn't work for giropay and sofort

fathom rampart
#

OKay

#

Thank you