Command Bank Transfer Created

Notification that a bank transfer to an external IBAN has been created.

Overview

This webhook will be sent when a bank transfer to an external IBAN has been created, but not yet executed (i.e. the money has not yet been transferred from your wallet). When the transfer is executed, the Command Bank Transfer Executed webhook will be sent.

Webhook configuration

To enable within the Viva Wallet banking app:

  1. Log in to Viva Wallet, demo or live , and select the required account.

  2. Visit Settings > API Access > Webhooks.

  3. Click on the Create Webhook link.
    The New Webhook dialog box is displayed.

  4. Enter your webhook URL in the URL field.

  5. Click on the Verify link.
    If verified successfully, a confirmation message is displayed.

  6. Choose Command Bank Transfer Created from the Event Type dropdown:

    Bank Transfer Created webhook

  7. Select the Active checkbox to activate notifications.

  8. Click on the Save button.

Response example

You may find below the sample response with EventTypeId 768.

{
  "Url": "Your webhook url",
  "EventData": {
    "Fee": 0.8,
    "Iban": "LU280019400644750000",
    "PersonId": "11ac9cd4-c9ea-48d3-b414-1f10ce664aad",
    "WalletId": 2263446434318,
    "Amount": 200.4, // Amount in EUR, GBP, ZLOTY, ETC.
    "CommandId": "c7e77d8d-20e3-422b-835b-c52c94b6edf0",
    "IsInstant": true,
    "WalletName": "Primary",
    "Description": "test-reference",
    "DisplayName": "Luxembourg Services",
    "CountryCode": "LU",
    "CurrencyCode": "978",
    "BankCommandId": "5253cb4b-7a3b-46f4-a232-252ce40420f6",
    "PersonLastName": "Cantoreggi",
    "PersonFirstName": "George",
    "BankAccountName": "jdoe",
    "BeneficiaryName": "john doe",
    "PersonRoles": [
      "ViewBalance",
      "AllowOriginalCredit",
      "ManageAccount",
      "AllowLiquidation",
      "AllowPayment",
      "Merchant",
      "AllowPayOut",
      "ApiAllowBalanceTransfer",
      "AllowVirtualCards",
      "AllowBankTransfers",
      "AllowRefund"
    ],
    "WalletTransactionId": "00000000-0000-0000-0000-000000000000",
    "BankAccountBankName": "Banque et Caisse d'Epargne de l'Etat, Luxembourg",
    "BankAccountSwiftCode": "BCEELULL"
  },
  "Created": "2022-05-26T00:09:06.7824689Z",
  "CorrelationId": "22-146-3EA6C2C7",
  "EventTypeId": 768,
  "Delay": null,
  "MessageId": "597c1812-5aa9-476c-8bf7-43300ddf62b8",
  "RecipientId": "11ac9cd4-c9ea-48d3-b414-1f10ce664aad",
  "MessageTypeId": 512
}

Webhook body

You can find below the body parameters of this webhook

Parameter Description Example
Fee (decimal) The transaction fee 0.8
Iban (string) The Iban the wallet owner sent a bank transfer to "GR0202601240000380200549056"
PersonId (uuid) The Id of the person/merchant that initiated the action, or who billing created an obligation for "a15aa183-78b8-4245-961c-889c71c3f62d"
WalletId (int64) The wallet from which the transaction took place 251173484076
Amount (decimal) The signed amount of the transaction. Represents the total funds paid by the customer and includes TotalFee 110.4
CommandId (uuid) The internal Id of the command "56e97838-84b9-454b-bca0-e018d7d8cad3"
IsInstant (boolean) If the bank transfer is instant false
WalletName (string) Friendly name of the wallet "Primary"
Description (string) Short description that is related to the wallet transaction "TEST BANK TRANSFER"
DisplayName (string) The Full name in case of a personal wallet, or the Company Legal Name in the case of a merchant wallet. If the legal name doesn’t exist (not applicable) we use the Trade Name "Screwdrivers Inc"
CountryCode (string) Merchant's country code "GR"
CurrencyCode (string) The currency of the transaction in ISO 4217 numeric format (e.g. “978” for Euro) 978
BankCommandId (uuid) Internal unique identification of the bank command created – could be used for debug purposes "5d21743a-fa8d-4047-9900-dae9eb941c91"
PersonLastName (string) The last name of the wallet's owner null
PersonFirstName (string) The first name of the wallet's owner null
BankAccountName (string) The friendly/beneficiary name of the bank account - (e.g. when you send a bank transfer via your mobile VW banking app to your Alpha Bank account you can use a friendly name such as My Own Alpha Bank Account – that is the BankAccountName) null
BeneficiaryName (string) The beneficiary's name "Screwdrivers"
PersonRoles (arrayOfStrings) The roles the owner of the wallet has in Viva Wallet (e.g. AllowLiquidation etc) ["ViewBalance", "ManageAccount", "AllowLiquidation", "AllowPayment", "Merchant", "AllowVirtualCards", "AllowBankTransfers", "AllowRefund"]
WalletTransactionId (uuid) The Id of the wallet transaction that was created as a result of this transaction "00000000-0000-0000-0000-000000000000"
BankAccountBankName (string) The name of the transfer receipient's bank "F XBank"

Get Support

If you would like to integrate with Viva Wallet, or if you have any queries about our products and solutions, please see our Contact & Support page to see how we can help!