How can I generate a mandate ID without initiating a payment? #4368
Unanswered
filippocamagni
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I’m currently working with the Payments API and I’m seeking to understand if it’s feasible to generate a mandate ID without initiating a payment transaction.
Upon reviewing the documentation, it suggests using the
/payments
endpoint and passing amandate_data
object to create amandate_id
. However, I’m struggling to find the correct parameter configuration to solely generate themandate_id
without triggering an actual payment.To provide more context, I intend to integrate the Payments API into my application for the purpose of implementing recurring payments using the mandate. Here are the steps I’ve implemented so far:
/payments
.<UnifiedCheckout />
component.Now, I’m trying to confirm the payment by passing
capture_method=manual
in order to save the card data associated with the mandate, without theoretically capturing the money. However, it triggers the payment anyway. I need to generate amandate_id
without initiating a payment, which I can use for future recurring payments.Any guidance on this matter would be greatly appreciated. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions