You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/merchants/online/idd/guide-initiate.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ title: Initiate a transaction
18
18
1. Confirm you have a project access token or, if you're an account member, a user access token with `CanManageAccountMembership` permissions.
19
19
1. Call the `initiateMerchantPaymentCollection` mutation.
20
20
1. Include the amount `value` and `currency`.
21
-
1. Choose `internalDirectDebit` (line 5), and add the payment mandate ID (line 6) from the [declare a payment mandate](./guide-declare.mdx) guide.
21
+
1. Choose `internalDirectDebit` (line 5), and add the payment mandate ID (line 6) that was declared on the creditor's account using the [declare a payment mandate](./guide-declare.mdx) guide.
22
22
1. Add validations and rejections that are helpful for you, as well as optional information such as a `reference` for your internal use.
0 commit comments