Configure payment request action - woudt/bunq2ifttt GitHub Wiki
Introduction
This is an action that creates a payment request and sends it to someone else (that person doesn't need to have a bunq account)
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 payment request(can be changed to anything you like) - Description:
This action will send a payment request to someone.(can be changed to anything you like) - Verbiage:
send a payment request(can be changed to anything you like) - Endpoint:
bunq_request_inquiryNote: this must match exactly!
2. Create action fields
Once the action is created, you need to add the following action fields:
| Amount | |
|---|---|
| Label: | Amount |
| Optional helper text: | Amount in EUR |
| Key name: | amount |
| Required: | yes (This action field is required for Applets to work) |
| Action field type: | Text input / Other / none of the above |
| Account | |
| Label: | Account |
| Optional helper text: | Account where the money from the request should be deposited in |
| Key name: | account |
| Required: | yes (This action field is required for Applets to work) |
| Action field type: | Dropdown list / Retrieve list items from my service |
| Phone Email IBAN | |
| Label: | Phone Email IBAN |
| Optional helper text: | Enter a phone number (starting with + and country code), email address or IBAN of the recipient |
| Key name: | phone_email_iban |
| Required: | yes (This action field is required for Applets to work) |
| Action field type: | Text input / Other / none of the above |
| Description | |
| Label: | Description |
| Optional helper text: | Text to include with the request |
| 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
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!