#rmoura-mandate-retrieve
1 messages · Page 1 of 1 (latest)
No you don't have access to the Mandate that way
The Mandate is stored on a previous Charge or SetupAttempt instead
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?
@rotund aspen So does stripe have any way to check if the mandate is available?
If the user disputed the payment it means it revoked the mandate
you'd need to collect mandate acceptance again
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
Hmm ok makes sense