#romas9110

1 messages · Page 1 of 1 (latest)

native emberBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

vocal thorn
#

generally you build that yourself by listing a Customer's PaymentMethods on the backend, displaying details on the frontend, and calling stripe.js directly with the ID of a selected card

umbral stirrup
#

will it render any UI elements for customer?

vocal thorn
#

no, Elements itself would not be involved here

#

it's more like you just have some HTML in your own page for a list of payment methods and you can show details like the payment_method.card.brand and payment_method.card.last_4 there

umbral stirrup
#

yes, I have this. Now my task is to use default PM in invoice page. Like customer sees list of PMs in invoice, select one he desires to use for payment and clicks "Pay now".

That "Pay now" part is headache for me, as I do not understand what I must to do in stripe side via stripe.js

#

just simple javascript for confirm card payment API call?

vocal thorn
#

the call that I linked above should help, yes