Skip to content

Commit 4f16870

Browse files
ntombingmax-koro
andauthored
Update docs/topics/merchants/online/sdd/guide-get-mandate.mdx
Co-authored-by: Max B. <17831738+max-koro@users.noreply.github.com>
1 parent aa3841e commit 4f16870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/merchants/online/sdd/guide-get-mandate.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can retrieve a specific mandate using the **payment mandate ID**.
1515
Queries are highly customizable. This guide focuses solely on using the `paymentMandate` query to get the mandate URL.
1616

1717
1. Call the `paymentMandate` query.
18-
2. Check the boxes for `id` (line 2) and `SEPAPaymentDirectDebitMandate` (line 3).
18+
2. Add your payment mandate ID (line 2). Include the `SEPAPaymentDirectDebitMandate` fragment with the fields you need (line 3).
1919
3. Under `SEPAPaymentDirectDebitMandate`, check the boxes for `id`, `name` and `mandateDocumentUrl` (lines 4-6).
2020
* `mandateDocumentUrl` allows you to receive a **download URL** in the payload.
2121

0 commit comments

Comments
 (0)