#Louie Ip-Invoice

1 messages · Page 1 of 1 (latest)

rugged osprey
#

Hi, I'll take a look in a moment.

warm temple
#

Ps: I am using Stripe RESTFUL APIs to perform my actions

rugged osprey
warm temple
#

Hi @rugged osprey, I am still a little bit confused about is there a way to only collect mandate but not perform the payment ?

limber breach
warm temple
#

Is it possible to get the mandate when the payment method object is created but not also creating the payment intent ?

muted beacon
#

Hi, taking over!

#

When you create a SetupIntent per above guide, technically you collect a PaymentMethod inside it, so yes

warm temple
#

I see but Is it just possible if I am just creating a Payment method object only ?

muted beacon
#

Technically possible but it may require you to collect mandate yourself, in contrast with SetupIntent when you just mount the HTML div and Stripe PaymentElement does it for you

#

Oh I think this may work with a mounted auBankAccount Element. Give it a try!

warm temple
#

Unfortnately, I have no access to the frontend. I am using the RESTFUL APIs to complete the processes

muted beacon
warm temple
#

Yes I have used this API endpoint for creation but how may I get the mandate object from creating this object ?

muted beacon
warm temple
#

Sorry but how can I reference the setup_intent with the invoice object that I am using "invoice/invoiceId/pay to create a payment ?

#

I am just a bit confused about the process flow

muted beacon
warm temple
#

Hi Orakaro, regarding to the setupIntent with its paymentmethod. I still can't perform "invoice/invoiceId/pay" POST action for using the au_decs_debit, because the payment method doesn't have mandate

muted beacon
#

After you successfully confirmed the SetupIntent (client-side), you should have the mandate inside it, right? On Step 5

warm temple
#

I am not able to replicate the step 4 since I don't have access to frontend JS library

#

Is there a way that I can complete step 4 on RESTFUL APIs ?

muted beacon
#

No, this is a flow requires both frontend and backend

warm temple
muted beacon
#

You can't. It need to be collected client-side

warm temple
#

Are there other flows that collect the mandate with the APIs/backend ?