We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3841e commit 4f16870Copy full SHA for 4f16870
docs/topics/merchants/online/sdd/guide-get-mandate.mdx
@@ -15,7 +15,7 @@ You can retrieve a specific mandate using the **payment mandate ID**.
15
Queries are highly customizable. This guide focuses solely on using the `paymentMandate` query to get the mandate URL.
16
17
1. Call the `paymentMandate` query.
18
-2. Check the boxes for `id` (line 2) and `SEPAPaymentDirectDebitMandate` (line 3).
+2. Add your payment mandate ID (line 2). Include the `SEPAPaymentDirectDebitMandate` fragment with the fields you need (line 3).
19
3. Under `SEPAPaymentDirectDebitMandate`, check the boxes for `id`, `name` and `mandateDocumentUrl` (lines 4-6).
20
* `mandateDocumentUrl` allows you to receive a **download URL** in the payload.
21
0 commit comments