Configure draft payment action - woudt/bunq2ifttt GitHub Wiki
Introduction
This is an action that creates a draft payment that still needs to be confirmed in the bunq app before it is sent.
1. Create new action
In IFTTT platform, go to API -> Actions and click on the New action button. You can then enter the following details:
- Name:
bunq draft payment(can be changed to anything you like) - Description:
This action will create a draft payment that still needs to be confirmed by the user for execution.(can be changed to anything you like) - Verbiage:
create a draft payment(can be changed to anything you like) - Endpoint:
bunq_draft_paymentNote: this must match exactly!
See screenshot
2. Create action fields
Once the action is created, you need to add the following action fields:
| Amount | [ screenshot ] |
|---|---|
| Label: | Amount |
| Optional helper text: | The amount in euro to transfer |
| Key name: | amount |
| Required: | yes (This action field is required for Applets to work) |
| Action field type: | Text input / Other / none of the above |
| Source account | [ screenshot ] |
| Label: | Source account |
| Optional helper text: | IBAN of the account to transfer money from |
| Key name: | source_account |
| Required: | yes (This action field is required for Applets to work) |
| Action field type: | Dropdown list / Retrieve list items from my service |
| Target account | [ screenshot ] |
| Label: | Target account |
| Optional helper text: | IBAN of the account to transfer money to |
| Key name: | target_account |
| Required: | yes (This action field is required for Applets to work) |
| Action field type: | Text input / Other / none of the above |
| Target name | [ screenshot ] |
| Label: | Target name |
| Optional helper text: | Name of the counterparty that owns the target account |
| Key name: | target_name |
| Required: | yes (This action field is required for Applets to work) |
| Action field type: | Text input / Other / none of the above |
| Description | [ screenshot ] |
| Label: | Description |
| Optional helper text: | Text to include with the payment |
| Key name: | description |
| Required: | no (This action field is optional) |
| Action field type: | Text input / Title / Title of a blog post, email subject, or other short text |
3. Finally
Once you are done, the result should look something like this screenshot
Go to API -> Endpoint tests and click on the 'Begin test' button. In case all results are green: congratulations, you configured the draft payment action correctly!