#Julio-invoice
1 messages · Page 1 of 1 (latest)
Hi there! Are you planning on using send_invoice or charge_automatically for your collection method?
charge_automatically i guess
Gotcha. So yeah you can't add setup_future_usage to an invoice's PaymentIntent. Instead in this case you would want to attach the card to the customer first and then pay the invoice.
hum too bad
i'll try another way, i'm doing this so the react)native payment sheet can display the checkbox "Save for later payment"
Ah
In that case you want to use a SetupIntent
To collect card details with PaymentSheet
And then charge the invoice
but wit ha setupintent, i have no "checkbox"
No?
I haven't played with PaymentSheet in a while
But I thought it indicated the card would be saved if you use SetupIntent
I could be wrong
can you check this please ? i think it does not indicate it, but i might have missed some parameters