This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Configure payment request action
Edwin Woudt edited this page Feb 13, 2020
·
2 revisions
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)
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_inquiry
Note: this must match exactly!
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 |
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!