Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Configure internal payment action

Edwin Woudt edited this page Jun 15, 2019 · 2 revisions

Introduction

This is an action that makes a payment between two accounts owned by the same user.

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 internal payment (can be changed to anything you like)
  • Description: This action will execute an internal payment between two bunq accounts of the same user. (can be changed to anything you like)
  • Verbiage: send an internal payment (can be changed to anything you like)
  • Endpoint: bunq_internal_payment Note: 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: Dropdown list / Retrieve list items from my service
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 internal payment action correctly!