#rmoura-mandate-retrieve

1 messages · Page 1 of 1 (latest)

rotund aspen
#

No you don't have access to the Mandate that way

#

The Mandate is stored on a previous Charge or SetupAttempt instead

simple remnant
#

ohh

#

I tried to create a payment inttent with a sepa paymnet method, but this is what it returns: This PaymentIntent requires a mandate, but no existing mandate was found. Collect mandate acceptance from the customer and try again, providing acceptance data in the mandate_data parameter.

#

What should I do? I checked and the user just disputed a payment... But we should be able to conitnue to make payment intents, no?

simple remnant
#

@rotund aspen So does stripe have any way to check if the mandate is available?

rotund aspen
#

If the user disputed the payment it means it revoked the mandate

#

you'd need to collect mandate acceptance again

simple remnant
#

How can I do that?

#

By requesting to fill the stripe payment element?

rotund aspen
#

that is the easiest solution yes

#

If a customer dispute a charge with me I wouldn't want to debit their bank account again since they could dispute it again

simple remnant
#

Hmm ok makes sense