From 99bffca430a144de48d6e29a2a5b35c314c60d79 Mon Sep 17 00:00:00 2001 From: Lewis Westwood Flood Date: Thu, 6 Aug 2026 12:00:07 +0100 Subject: [PATCH 1/2] Add Open Banking docs for VND --- source/includes/_pis.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/includes/_pis.md b/source/includes/_pis.md index eedc713..10cf4e0 100644 --- a/source/includes/_pis.md +++ b/source/includes/_pis.md @@ -203,6 +203,7 @@ The table below outlines the currencies and supported payment rails, along with | USD | `UK.MONZO.ABA` | `UK.OBIE.BBAN` | Account Number | - | `UK.OBIE.NCC.US` | ABA Routing Number | Required | - | | | USD | `UK.MONZO.FEDWIRE` | `UK.OBIE.BBAN` | Account Number | - | `UK.OBIE.NCC.US` | Fedwire Routing Number | Required | - | | | USD | `UK.OBIE.SWIFT` | `UK.OBIE.BBAN` | Account Number | - | `UK.OBIE.BICFI` | BIC | Required | - | | +| VND | - | `UK.OBIE.BBAN` | Account Number | - | `UK.OBIE.BICFI` | BIC | - | `Relationship` (required for `Business` or `BusinessSavingsAccount` recipients) | | `CreditorAccount.Name` is required for all currencies. @@ -243,6 +244,14 @@ For COP payments, `Initiation.SupplementaryData` must be a JSON object containin } ``` +For VND payments to a `Business` or `BusinessSavingsAccount` recipient, `Initiation.SupplementaryData` must be a JSON object containing a `Relationship` field describing the relationship between the payer and the recipient, for example: + +```json +{ + "Relationship": "COLLEAGUE" +} +``` + From b423277794d7b3de756939a0bd91af43bab12d6f Mon Sep 17 00:00:00 2001 From: Lewis Westwood Flood Date: Thu, 13 Aug 2026 13:22:01 +0100 Subject: [PATCH 2/2] Add relationship field mapping --- source/includes/_pis.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/includes/_pis.md b/source/includes/_pis.md index 10cf4e0..7d2de48 100644 --- a/source/includes/_pis.md +++ b/source/includes/_pis.md @@ -252,6 +252,20 @@ For VND payments to a `Business` or `BusinessSavingsAccount` recipient, `Initiat } ``` +`Relationship` supports the following values: + +| Value | Description | +|------------------------|---------------------------------| +| `SELF` | Self | +| `COLLEAGUE` | Business partner | +| `CUSTOMER` | Customer | +| `BRANCH` | Branch/Representative office | +| `SUBSIDIARY` | Subsidiary | +| `VENDOR` | Supplier | +| `CREDITOR` | Creditor | +| `DEBTOR` | Debtor | +| `OTHER_NOT_SPECIFIED` | Other | +