{"info":{"_postman_id":"7cf3c714-3f1a-45ca-88f6-cec302b041e5","name":"FV Bank - Merchant Partner APIs","description":"<html><head></head><body><h2 id=\"introduction\">Introduction</h2>\n<p>APIs to interact with FV Bank programmatically. As a business account holder you can request for the API access to your account.</p>\n<p>Note: Merchant Partner will be referred as <em>Client</em> hereafter in this document.</p>\n<h2 id=\"authorization\">Authorization</h2>\n<p>Client has to call the GET AUTH TOKEN endpoint to receive the session token. The session token will be required as bearer token in all the other calls.</p>\n<p>Client will be given with ClientID, ClientSecretKey upon enabling API Access. These will be needed to sign a payload to create a JWT that will be used in the GET AUTH TOKEN endpoint. Further details on the endpoint are given in the relevant section.</p>\n<h2 id=\"error-handling\">Error Handling</h2>\n<p>APIs uses the http response codes to indicate if the requests are successful or failed. If the response codes are ~200, then the submitted requests are completed successfully.</p>\n<h2 id=\"unified-response-model\">Unified Response Model</h2>\n<p>All the responses are returned in below format</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"ResponseCode\": 200, // number\n    \"ResponseMessage\": \"Successful\", // string\n    \"ResponseData\": {} // object or array\n}\n\n</code></pre><p>in case there is some error the above response will have the ResponseError in place of ResponseData, which will be always be array of strings. For example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"ResponseCode\": 401, // number\n    \"ResponseMessage\": \"Successful\", // string\n    \"ResponseError\": [ \"header['authorization']: 'missing authorization header'\" ] // array\n}\n\n</code></pre><h2 id=\"unique-reference-id\">Unique Reference ID</h2>\n<p>As a merchant partner you can refer individuals to sign up with FVBank with your referral code. The referral URL (which can be found in the <code>My Profile</code>section on your login.) must contain UNIQUE REFERENCE ID from your system like employeeID, or username. Few endpoints in this API collection like check account balance, send payment, request payment uses this reference ID to perform the operations. Callbacks like member registration, KYC Status Updates, etc., will be sent to the merchant with this reference ID.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16878989","collectionId":"7cf3c714-3f1a-45ca-88f6-cec302b041e5","publishedId":"UVXgKc4R","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"5599CC"},"publishDate":"2026-04-20T10:30:59.000Z"},"item":[{"name":"Classes","item":[],"id":"652110d4-0389-417a-82bd-d9f5631442e7","description":"<h1 id=\"currency-codes\">Currency Codes</h1>\n<p>List of currency codes supported on the platform</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>USD\n\n</code></pre><h1 id=\"digital-assets\">Digital Assets</h1>\n<p>List of digital assets supported on the platform</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BTC</td>\n<td>Bitcoin</td>\n</tr>\n<tr>\n<td>ETH</td>\n<td>Ethereum</td>\n</tr>\n<tr>\n<td>USDC</td>\n<td>USD coin</td>\n</tr>\n<tr>\n<td>USDT</td>\n<td>Teather USD</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"transaction-status\">Transaction Status</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Code</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AUTHORIZED</td>\n<td>The transaction has been authorized by the FV Bank team.</td>\n</tr>\n<tr>\n<td>CANCELLED</td>\n<td>The transaction has been cancelled by the FV Bank team.</td>\n</tr>\n<tr>\n<td>COMPLETE</td>\n<td>The transaction has been confirmed by the associated bank</td>\n</tr>\n<tr>\n<td>CHARGED_BACK</td>\n<td>The Transaction was reverted back i.e. new transactions are created to revert back the balance</td>\n</tr>\n<tr>\n<td>DENIED_AUTHORIZATION</td>\n<td>The transaction was denied authorization by the FV Bank team.</td>\n</tr>\n<tr>\n<td>PENDING_AUTHORIZATION</td>\n<td>The transaction has not been authorized by FV Bank team yet.</td>\n</tr>\n<tr>\n<td>EXPIRED</td>\n<td>The transaction has passed its expiry date without authorization</td>\n</tr>\n<tr>\n<td>FAILED</td>\n<td>Transaction was unable to be processed</td>\n</tr>\n<tr>\n<td>IN_PROCESS</td>\n<td>Transaction has been authorized by FV Bank team and is in process to be confirmed by the associated bank</td>\n</tr>\n<tr>\n<td>COMPLIANCE_REVIEW</td>\n<td>The transaction is been reviewed by the compliance team</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"transaction-types\">Transaction Types</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Label</strong></th>\n<th><strong>Value</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CREDIT – ACH DOMESTIC TRANSACTION</td>\n<td>debit.BUS_ACH_Deposit</td>\n<td>Deposit</td>\n<td>--</td>\n</tr>\n<tr>\n<td>CREDIT - INTERNATIONAL ACH TRANSACTION (IAT)</td>\n<td>debit.Credit_IAT_ACH</td>\n<td>Deposit</td>\n<td>--</td>\n</tr>\n<tr>\n<td>Deposit - Domestic Wire</td>\n<td>debit.Deposit_Domestic_Wire</td>\n<td>Deposit</td>\n<td>--</td>\n</tr>\n<tr>\n<td>Deposit - International Wire</td>\n<td>debit.Business_Deposit</td>\n<td>Deposit</td>\n<td>--</td>\n</tr>\n<tr>\n<td>Deposit - Third Party Custodial Transfer</td>\n<td>debit.Deposit_Third_Party_Custodial_Transfer</td>\n<td>Deposit</td>\n<td>--</td>\n</tr>\n<tr>\n<td>Payment - Domestic (ACH)</td>\n<td>BUS_USD_Account.Business_ACH</td>\n<td>Bank Transfer</td>\n<td>--</td>\n</tr>\n<tr>\n<td>Payment - Domestic Wire</td>\n<td>BUS_USD_Account.Domestic_Wire_BUS</td>\n<td>Bank Transfer</td>\n<td>--</td>\n</tr>\n<tr>\n<td>Payment - International Wire</td>\n<td>BUS_USD_Account.BUS_International_Transfer</td>\n<td>Bank Transfer</td>\n<td>--</td>\n</tr>\n<tr>\n<td>Withdraw (BTC)</td>\n<td>BUS_BTC_Account.Payment_BTC</td>\n<td>Custody Withdraw</td>\n<td></td>\n</tr>\n<tr>\n<td>Withdraw (ETH)</td>\n<td>BUS_ETH_Account.Payment_ETH</td>\n<td>Custody Withdraw</td>\n<td></td>\n</tr>\n<tr>\n<td>Withdraw (USDC)</td>\n<td>BUS_USDC_Account.Payment_USDC</td>\n<td>Custody Withdraw</td>\n<td></td>\n</tr>\n<tr>\n<td>Withdraw (USDT)</td>\n<td>BUS_USDT_Account.Payment_USDT</td>\n<td>Custody Withdraw</td>\n<td></td>\n</tr>\n<tr>\n<td>Payment - FV Net</td>\n<td>BUS_USD_Account.Payment_FV_Net</td>\n<td>FV Net</td>\n<td>--</td>\n</tr>\n<tr>\n<td>Transaction Fee</td>\n<td>BUS_USD_Account.Transaction_Fee</td>\n<td>Fee</td>\n<td>--</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"additional_info-fields-for-payments-endpoint\">Additional_Info fields for payments endpoint</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Possible Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Beneficiary_DOB</td>\n<td>format YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>Beneficiary_Relationship</td>\n<td>AUNT, BROTHER, BROTHER_IN_LAW, COUSIN,  <br />DAUGHTER, FATHER, FATHER_IN_LAW, FRIEND,  <br />GRAND_FATHER, GRAND_MORTHER, HUSBAND, MOTHER, MOTHER_IN_LAW, NEPHEW, NIECE, SELF, SISTER, SISTER_IN_LAW, SON, UNCLE, WIFE, OTHERS</td>\n</tr>\n<tr>\n<td>Beneficiary_ID_Type</td>\n<td>DL, NationalID, Passport</td>\n</tr>\n<tr>\n<td>Beneficiary_ID_No</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Beneficiary_Relationship_Other</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"652110d4-0389-417a-82bd-d9f5631442e7"},{"name":"Models","item":[],"id":"79c51f2b-c68a-4b53-b17f-99d1a1d4305d","description":"<h1 id=\"accountbalance\">AccountBalance</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Balance</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Balance of the account</td>\n</tr>\n<tr>\n<td>ReservedAmount</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Amount put on hold for a pending transaction</td>\n</tr>\n<tr>\n<td>AableBalance</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Available balance to create a transaction</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Currency of the account</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"bankaddress\">BankAddress</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AddressLine1</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Address line 1</td>\n</tr>\n<tr>\n<td>AddressLine2</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Address line 2</td>\n</tr>\n<tr>\n<td>Location</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Location of the bank</td>\n</tr>\n<tr>\n<td>Region</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Region where bank is located</td>\n</tr>\n<tr>\n<td>PostalCode</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Postal code of the region</td>\n</tr>\n<tr>\n<td>CountryCode</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Country code of the bank</td>\n</tr>\n<tr>\n<td>CountryName</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Name of the country where bank is associated.</td>\n</tr>\n<tr>\n<td>PhoneNumber</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Phone number of the bank</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"bankdetails\">BankDetails</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RoutingNumber</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Provided Routing/Swift number</td>\n</tr>\n<tr>\n<td>RoutingNumberType</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Provided Routing Number Type</td>\n</tr>\n<tr>\n<td>BankName</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Name of the bank</td>\n</tr>\n<tr>\n<td>BankAddress</td>\n<td><a href=\"#bankaddress\">Bank Address</a></td>\n<td>--</td>\n<td>Address of the bank</td>\n<td>Address of the Bank</td>\n</tr>\n<tr>\n<td>SupportedPaymentTypes</td>\n<td>Array</td>\n<td>--</td>\n<td>payment types that are supported</td>\n<td>Value from the Get Payment Types endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"beneficiarydetails\">BeneficiaryDetails</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BeneficiaryID</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Unique ID associated with the beneficiary</td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Date in ISO format on which beneficiary was created</td>\n</tr>\n<tr>\n<td>Beneficiary_Name</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Name of the beneficiary</td>\n</tr>\n<tr>\n<td>Beneficiary_Email</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Email of the beneficiary</td>\n</tr>\n<tr>\n<td>Beneficiary_Type</td>\n<td>string</td>\n<td>--</td>\n<td>Individual, Business</td>\n<td>Type of the beneficiary</td>\n</tr>\n<tr>\n<td>Beneficiary_Status</td>\n<td>string</td>\n<td>--</td>\n<td>Active, Disabled: Reason for rejection.</td>\n<td>Status of the beneficiary in the system</td>\n</tr>\n<tr>\n<td>Beneficiary_Company_Name</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Company name for business beneficiary</td>\n</tr>\n<tr>\n<td>Beneficiary_First_Name</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>First name of the individual creating beneficiary</td>\n</tr>\n<tr>\n<td>Beneficiary_Last_Name</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Last name of the individual creating beneficiary</td>\n</tr>\n<tr>\n<td>Beneficiary_Address</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Address</td>\n</tr>\n<tr>\n<td>Beneficiary_City</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>City</td>\n</tr>\n<tr>\n<td>Beneficiary_State</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>State</td>\n</tr>\n<tr>\n<td>Beneficiary_Country</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Country</td>\n</tr>\n<tr>\n<td>Available_Transfer_Types</td>\n<td>object</td>\n<td>--</td>\n<td>--</td>\n<td>information about all the different payment type that are available in the beneficiary</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"beneficiary-document-for-business-beneficiary\">Beneficiary Document (For Business Beneficiary)</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Document_Type</td>\n<td>string</td>\n<td>Yes</td>\n<td>Find list of values in Get Required Fields (Add Virtual Account) response</td>\n<td>Type of document used for creating virtual account</td>\n</tr>\n<tr>\n<td>Document_Number</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Unique number on the document</td>\n</tr>\n<tr>\n<td>Document_Expiration_Date</td>\n<td>string</td>\n<td>No</td>\n<td>--</td>\n<td>Expiry date of the document</td>\n</tr>\n<tr>\n<td>Document_File</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>File Id from the upload file endpoint(use \"Document_File\" as customField in upload file endpoint)</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"beneficiary-document-for-individual-beneficiary\">Beneficiary Document (For Individual Beneficiary)</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ID_Type</td>\n<td>string</td>\n<td>Yes</td>\n<td>Find list of values in Get Required Fields (Add Virtual Account) response</td>\n<td>Type of document used for creating virtual account</td>\n</tr>\n<tr>\n<td>ID_Number</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Unique number on the document</td>\n</tr>\n<tr>\n<td>ID_Expiration_Date</td>\n<td>string</td>\n<td>No</td>\n<td>--</td>\n<td>Expiry date of the document</td>\n</tr>\n<tr>\n<td>Front_Document</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>File Id from the upload file endpoint for the front part of the document(use \"Front_Document\" as customField in upload file endpoint)</td>\n</tr>\n<tr>\n<td>Back_Document</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>File Id from the upload file endpoint for the front part of the document(use \"Back_Document\" as customField in upload file endpoint)</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"countries\">Countries</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>alpha2Code</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Alpha-2 country code</td>\n</tr>\n<tr>\n<td>alpha3Code</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Alpha-3 country code</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Name of the country</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"depositinstructions\">DepositInstructions</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>string</td>\n<td>--</td>\n<td>Wire/ACH</td>\n<td>Type of payment</td>\n</tr>\n<tr>\n<td>BankName</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Name of the bank</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Address of the bank</td>\n</tr>\n<tr>\n<td>\"SWIFT/BIC\" or \"BIC\"</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>SWIFT/BIC number of the bank</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Account number to deposit funds.</td>\n</tr>\n<tr>\n<td>DepositReference</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Unique Reference number from FVBank</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Currency of deposit</td>\n</tr>\n<tr>\n<td>Gateway</td>\n<td>string</td>\n<td>--</td>\n<td>summit, fortress</td>\n<td>There are two possible gateway for making deposits</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"fieldandvalue\">FieldAndValue</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>field</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Display name of an field</td>\n</tr>\n<tr>\n<td>value</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Value of the field</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"getrequiredfieldsforbeneficiary\">GetRequiredFieldsForBeneficiary</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Fields</td>\n<td>Array&lt;<a href=\"#requiredfields\">Required Fields</a>&gt;</td>\n<td>--</td>\n<td>--</td>\n<td>All the fields that are required to create a beneficiary</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"labelandvalue\">LabelAndValue</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>label</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Display name of an entity</td>\n</tr>\n<tr>\n<td>value</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Value of the entity</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"previewbankpayment\">PreviewBankPayment</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Amount</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Amount to be transferred in the transaction.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Currency of the transaction</td>\n</tr>\n<tr>\n<td>Fee</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Fee to be charged for the transaction</td>\n</tr>\n<tr>\n<td>From</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Name of the sender</td>\n</tr>\n<tr>\n<td>To</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Name of the receiver</td>\n</tr>\n<tr>\n<td>Total</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Total amount to be debited</td>\n</tr>\n<tr>\n<td>BeneficiaryDetails</td>\n<td><a href=\"#beneficiarydetails\">Beneficiary Details</a></td>\n<td>--</td>\n<td>--</td>\n<td>Details of the beneficiary</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"previewtransfer\">PreviewTransfer</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Amount</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Amount to be transferred in the transaction.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Currency of the transaction</td>\n</tr>\n<tr>\n<td>Fee</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Fee to be charged for the transaction</td>\n</tr>\n<tr>\n<td>From</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Name of the sender</td>\n</tr>\n<tr>\n<td>To</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Name of the receiver</td>\n</tr>\n<tr>\n<td>Total</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Total amount to be debited</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Description of the transfer</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"requiredfields\">RequiredFields</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Name of the field</td>\n</tr>\n<tr>\n<td>Required</td>\n<td>boolean</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Type of the field</td>\n</tr>\n<tr>\n<td>PossibleValues</td>\n<td>Array &lt;<a href=\"#labelandvalue\">Label And Value</a>&gt;</td>\n<td>--</td>\n<td>--</td>\n<td>Put 'N/A' if not applicable</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"transactiondata\">TransactionData</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionNumber</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Unique id associated with the transaction.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Amount transferred in the transaction.</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Currency of the transaction</td>\n</tr>\n<tr>\n<td>From</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Name of the sender</td>\n</tr>\n<tr>\n<td>To</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Name of the receiver</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>string</td>\n<td></td>\n<td>*refer to transaction status table</td>\n<td>Status of the transaction in the system</td>\n</tr>\n<tr>\n<td>CreatedAt</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Date in ISO Format</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Description about the transaction</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Comments about the transaction, if any comments updated by the bank</td>\n</tr>\n<tr>\n<td>Type</td>\n<td><a href=\"#LabelAndValue\">LabelAndValue</a></td>\n<td>--</td>\n<td>--</td>\n<td>An Object describing the type of transaction</td>\n</tr>\n<tr>\n<td>Direction</td>\n<td>string</td>\n<td>--</td>\n<td>credit, debit</td>\n<td>Amount credited or debited</td>\n</tr>\n<tr>\n<td>AdditionalData</td>\n<td>Array</td>\n<td>--</td>\n<td>--</td>\n<td>Additional information about the transaction</td>\n</tr>\n<tr>\n<td>ChargedBackBy</td>\n<td>String</td>\n<td>--</td>\n<td>--</td>\n<td>Transaction number of the chargeback transaction created for this transaction</td>\n</tr>\n<tr>\n<td>ChargeBackOf</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Transaction number of the original transaction for which this chargeback transaction is created</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"transactionhistorydata\">TransactionHistoryData</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Data</td>\n<td>Array&lt;<a href=\"#transactiondata\">Transaction Data</a>&gt;</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>PageNumber</td>\n<td>integer</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>PageSize</td>\n<td>integer</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>TotalCount</td>\n<td>integer</td>\n<td>--</td>\n<td>--</td>\n<td>Total number of Rows</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"paymentinstrumentdetails\">PaymentInstrumentDetails</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>CreatedOn</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Timestamp of when payment instrument was created</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>PaymentInstrumentID</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Unique Id of the payment instrument</td>\n</tr>\n<tr>\n<td>Beneficiary</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Beneficiary associated with the payment instrument</td>\n</tr>\n<tr>\n<td>Payment_Type</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Type of payment</td>\n</tr>\n<tr>\n<td>Account</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Type of Account</td>\n</tr>\n<tr>\n<td>Nickname</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Name of the payment instrument.</td>\n</tr>\n<tr>\n<td>Payment_Instrument_Status</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Payment instrument status</td>\n</tr>\n<tr>\n<td>Account_Number</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Account number for the payment</td>\n</tr>\n<tr>\n<td>Swift_Bic</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Swift number of the bank for international payments.</td>\n</tr>\n<tr>\n<td>Routing_Number</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Routing number of the bank for domestic payments</td>\n</tr>\n<tr>\n<td>Beneficiary_Bank_Name</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Bank of the beneficiary account</td>\n</tr>\n<tr>\n<td>Beneficiary_Bank_Address</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Address of the beneficiary bank</td>\n</tr>\n<tr>\n<td>Beneficiary_Bank_City</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>City of the beneficiary bank</td>\n</tr>\n<tr>\n<td>Beneficiary_Bank_State</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>State/Region of the beneficiary bank</td>\n</tr>\n<tr>\n<td>Beneficiary_Bank_Country</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Country of the beneficiary bank</td>\n</tr>\n<tr>\n<td>Beneficiary_Bank_Postal_Code</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>Postal code of the beneficiary bank</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"custodystatus\">CustodyStatus</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Status</td>\n<td>string</td>\n<td>SUBMITTED, APPROVED, NOT_SUBMITTED</td>\n<td>status of the custody account application</td>\n</tr>\n<tr>\n<td>Asset</td>\n<td>string</td>\n<td>BTC, ETH, USDC, USDT</td>\n<td>Digital Asset</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>string</td>\n<td>--</td>\n<td>Blockchain address of the custody account</td>\n</tr>\n<tr>\n<td>Balance</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>ReservedAmount</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>AvailableAmount</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"previewcustodywithdraw\">PreviewCustodyWithdraw</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Amount</td>\n<td>string</td>\n<td>--</td>\n<td>Amount of digital asset to be transferred</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>string</td>\n<td>BTC, ETH, USDT, USDC</td>\n<td>Asset code of digital asset</td>\n</tr>\n<tr>\n<td>To</td>\n<td>string</td>\n<td>--</td>\n<td>Beneficiary Name</td>\n</tr>\n<tr>\n<td>ToAddress</td>\n<td>string</td>\n<td>--</td>\n<td>Destination blockchain address</td>\n</tr>\n<tr>\n<td>From</td>\n<td>string</td>\n<td>--</td>\n<td>User name</td>\n</tr>\n<tr>\n<td>FromAddress</td>\n<td>string</td>\n<td>--</td>\n<td>Custody account address</td>\n</tr>\n<tr>\n<td>WithdrawalAmount</td>\n<td>string</td>\n<td>--</td>\n<td>Asset amount to be withdrawn</td>\n</tr>\n<tr>\n<td>EstimatedWithdrawalFee</td>\n<td>string</td>\n<td>--</td>\n<td>Withdraw fee estimate (asset) for the transaction</td>\n</tr>\n<tr>\n<td>EstimatedTotalAmount</td>\n<td>string</td>\n<td>--</td>\n<td>Total amount that will be withdrawn from the account</td>\n</tr>\n<tr>\n<td>BalanceBeforeWithdrawal</td>\n<td>string</td>\n<td>--</td>\n<td>Account balance before  <br />withdrawal</td>\n</tr>\n<tr>\n<td>BalanceAfterWithdrawal</td>\n<td>string</td>\n<td>--</td>\n<td>Account balance after  <br />withdrawal</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>Disclaimer</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"79c51f2b-c68a-4b53-b17f-99d1a1d4305d"},{"name":"Endpoints","item":[{"name":"Auth [V2]","item":[{"name":"Get Session Token","event":[{"listen":"prerequest","script":{"id":"398b1175-f681-4a6e-b5e1-edf25dd5d919","exec":["// JWT generation script adapted from","// https://gist.github.com/corbanb/db03150abbe899285d6a86cc480f674d","","var jwtSecret = pm.environment.get('clientSecret') || ''","","// Set headers for JWT","var header = {","\t'typ': 'JWT',","\t'alg': 'HS256'","};","","// Prepare timestamp in seconds","var currentTimestamp = Math.floor(Date.now() / 1000)","","var data = {","    'ClientID': pm.environment.get('clientID'),","\t'iat': currentTimestamp,","\t'exp': currentTimestamp + 30, // expiry time is 30 seconds from time of creation","}","","function base64url(source) {","    // Encode in classical base64","    encodedSource = CryptoJS.enc.Base64.stringify(source)","    ","    // Remove padding equal characters","    encodedSource = encodedSource.replace(/=+$/, '')","    ","    // Replace characters according to base64url specifications","    encodedSource = encodedSource.replace(/\\+/g, '-')","    encodedSource = encodedSource.replace(/\\//g, '_')","    ","    return encodedSource","}","","// encode header","var stringifiedHeader = CryptoJS.enc.Utf8.parse(JSON.stringify(header))","var encodedHeader = base64url(stringifiedHeader)","","// encode data","var stringifiedData = CryptoJS.enc.Utf8.parse(JSON.stringify(data))","var encodedData = base64url(stringifiedData)","","// build token","var token = `${encodedHeader}.${encodedData}`","","// sign token","var signature = CryptoJS.HmacSHA256(token, jwtSecret)","signature = base64url(signature)","var signedToken = `${token}.${signature}`","","pm.environment.set('authToken', signedToken)","console.log('Signed and encoded JWT', signedToken)"],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"test","script":{"id":"dafe3b44-3733-4132-91a1-d39e347e7329","exec":["var jsonData = pm.response.json();","pm.environment.set(\"sessionToken\", jsonData.ResponseData.SessionToken);"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"e8f68a06-aa2e-4235-91f8-b60115ac8eb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{authToken}}","type":"text"}],"url":"{{baseURL}}/v2/auth","description":"<p>To get the SessionToken that is to be used in all other endpoints. This endpoint requires a header named <code>AUTH-TOKEN</code> which expected to be a JWT token of the below payload signed with the client secret that is shared by the FV Bank Team.</p>\n<p>P.S <code>AUTH-TOKEN</code> is changed to <code>X-AUTH-TOKEN</code>. The former one is deprecated and removed.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"ClientID\": \"YOUR_CLIENT_ID\",\n   \"iat\": CURRENT_TIMESTAMP,\n   \"exp\":CURRENT_TIMESTAMP + 30 \\* 60 \\* 60 \\* 24\n}\n\n</code></pre>\n<p>Note: <code>HS256</code> is the algorithm to be used while generating JWT.</p>\n<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td></td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Response Data</td>\n<td>{  <br />\"SessionToken\": string  <br />}</td>\n<td></td>\n<td>Session token generate for the client to call secured endpoints</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>SessionToken</code> returned from the API is valid for 15 minutes.</p>\n<p>The <code>x-refresh-token</code> header will be present in the other endpoints before 2 minutes of the current token expiry, the same can be replaced with existing one.</p>\n<p>Note that calls to the secured endpoints requires the same IP address that was used to obtain the session token.</p>\n","urlObject":{"path":["v2","auth"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"039bf851-276a-47ff-9cd8-2f3e1f83ff6e","name":"Get Session Token","originalRequest":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{authToken}}","type":"text"}],"url":"{{baseURL}}/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"278"},{"key":"etag","value":"W/\"116-wryw7XWU88NWapM89RrHdfosafE\""},{"key":"x-execution-time","value":"143"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Thu, 25 Nov 2021 10:41:22 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"SessionToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJDbGllbnRJRCI6ImRlY2EzNWZkLTMzMGItNDA2My04ZmRhLWZjMGQxYjYxMDcyYyIsImlhdCI6MTYzNzgzNjg4MiwiZXhwIjoxNjM3ODM3NzgyfQ.9c97iKdf-IAdvVz7O_QvjB-zL7e4OQAEukBCD3qXIa8\"\n    }\n}"},{"id":"7a6b0afa-9f21-43ef-aec3-13ebc9cd3deb","name":"Get Session Token - Incorrect Token","originalRequest":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"fsdfdsfsdf.asfsadfasdfsda.asfasdfasdfsdf","type":"text"}],"url":"{{baseURL}}/auth"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"106"},{"key":"etag","value":"W/\"6a-C4LASMCPnCyFHADljvpEV/Iba3c\""},{"key":"x-execution-time","value":"14"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Wed, 01 Dec 2021 05:50:30 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 400,\n    \"ResponseMessage\": \"BadRequest\",\n    \"ResponseErrors\": [\n        \"headers[auth-token]: Bad Request.\"\n    ]\n}"}],"_postman_id":"e8f68a06-aa2e-4235-91f8-b60115ac8eb9"},{"name":"Ping","event":[{"listen":"prerequest","script":{"id":"398b1175-f681-4a6e-b5e1-edf25dd5d919","exec":["// JWT generation script adapted from","// https://gist.github.com/corbanb/db03150abbe899285d6a86cc480f674d","","var jwtSecret = pm.environment.get('clientSecret') || ''","","// Set headers for JWT","var header = {","\t'typ': 'JWT',","\t'alg': 'HS256'","};","","// Prepare timestamp in seconds","var currentTimestamp = Math.floor(Date.now() / 1000)","","var data = {","    'ClientID': pm.environment.get('clientID'),","\t'iat': currentTimestamp,","\t'exp': currentTimestamp + 30, // expiry time is 30 seconds from time of creation","}","","function base64url(source) {","    // Encode in classical base64","    encodedSource = CryptoJS.enc.Base64.stringify(source)","    ","    // Remove padding equal characters","    encodedSource = encodedSource.replace(/=+$/, '')","    ","    // Replace characters according to base64url specifications","    encodedSource = encodedSource.replace(/\\+/g, '-')","    encodedSource = encodedSource.replace(/\\//g, '_')","    ","    return encodedSource","}","","// encode header","var stringifiedHeader = CryptoJS.enc.Utf8.parse(JSON.stringify(header))","var encodedHeader = base64url(stringifiedHeader)","","// encode data","var stringifiedData = CryptoJS.enc.Utf8.parse(JSON.stringify(data))","var encodedData = base64url(stringifiedData)","","// build token","var token = `${encodedHeader}.${encodedData}`","","// sign token","var signature = CryptoJS.HmacSHA256(token, jwtSecret)","signature = base64url(signature)","var signedToken = `${token}.${signature}`","","pm.environment.set('authToken', signedToken)","console.log('Signed and encoded JWT', signedToken)"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"dafe3b44-3733-4132-91a1-d39e347e7329","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3319a54f-373a-41eb-8fce-63e40dfbfd95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{authToken}}","type":"text"}],"url":"{{baseURL}}/v2/ping","description":"<p>To get the SessionToken that is to be used in all other endpoints. This endpoint requires a header named <code>AUTH-TOKEN</code> which expected to be a JWT token of the below payload signed with the client secret that is shared by the FV Bank Team.</p>\n<p>P.S <code>AUTH-TOKEN</code> is changed to <code>X-AUTH-TOKEN</code>. The former one is deprecated and removed.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"ClientID\": \"YOUR_CLIENT_ID\",\n   \"iat\": CURRENT_TIMESTAMP,\n   \"exp\":CURRENT_TIMESTAMP + 30 \\* 60 \\* 60 \\* 24\n}\n\n</code></pre>\n<p>Note: <code>HS256</code> is the algorithm to be used while generating JWT.</p>\n<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td></td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Response Data</td>\n<td>{  <br />\"SessionToken\": string  <br />}</td>\n<td></td>\n<td>Session token generate for the client to call secured endpoints</td>\n</tr>\n</tbody>\n</table>\n</div><p><code>SessionToken</code> returned from the API is valid for 15 minutes.</p>\n<p>The <code>x-refresh-token</code> header will be present in the other endpoints before 2 minutes of the current token expiry, the same can be replaced with existing one.</p>\n<p>Note that calls to the secured endpoints requires the same IP address that was used to obtain the session token.</p>\n","urlObject":{"path":["v2","ping"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"c954c489-fe6a-450b-b433-d3b23fa54133","name":"Get Session Token","originalRequest":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"{{authToken}}","type":"text"}],"url":"{{baseURL}}/auth"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"278"},{"key":"etag","value":"W/\"116-wryw7XWU88NWapM89RrHdfosafE\""},{"key":"x-execution-time","value":"143"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Thu, 25 Nov 2021 10:41:22 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"SessionToken\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJDbGllbnRJRCI6ImRlY2EzNWZkLTMzMGItNDA2My04ZmRhLWZjMGQxYjYxMDcyYyIsImlhdCI6MTYzNzgzNjg4MiwiZXhwIjoxNjM3ODM3NzgyfQ.9c97iKdf-IAdvVz7O_QvjB-zL7e4OQAEukBCD3qXIa8\"\n    }\n}"},{"id":"8bf3f6f4-11bf-4ff4-bc3c-0611f0753647","name":"Get Session Token - Incorrect Token","originalRequest":{"method":"GET","header":[{"key":"X-AUTH-TOKEN","value":"fsdfdsfsdf.asfsadfasdfsda.asfasdfasdfsdf","type":"text"}],"url":"{{baseURL}}/auth"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"106"},{"key":"etag","value":"W/\"6a-C4LASMCPnCyFHADljvpEV/Iba3c\""},{"key":"x-execution-time","value":"14"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Wed, 01 Dec 2021 05:50:30 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 400,\n    \"ResponseMessage\": \"BadRequest\",\n    \"ResponseErrors\": [\n        \"headers[auth-token]: Bad Request.\"\n    ]\n}"}],"_postman_id":"3319a54f-373a-41eb-8fce-63e40dfbfd95"}],"id":"c28e2f3e-96d3-4599-952b-f2dea14faaf1","_postman_id":"c28e2f3e-96d3-4599-952b-f2dea14faaf1","description":""},{"name":"Secured","item":[{"name":"V2","item":[{"name":"Accounts","item":[{"name":"Get Account Balance","id":"01b648c7-13c9-4676-846d-365fd35afc40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/v2/account/balance","description":"<p>To get the account balance of the client. While the API returns all three types of balances (balance, reserved, available) for the merchant partner, it is advised to check against the availableBalance before performing any transactions.</p>\n<p>Reserved balance - Several transactions needs authorizations from the bank / the payer. Amounts of such transactions get added in the reserved balance.</p>\n<p>Available balance - Balance that can considered before performing any transactions.</p>\n<p>Balance - Total balance on the account which is the sum of reserved, and available balances.</p>\n<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td></td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Response Data</td>\n<td>Array&lt;<a href=\"#accountbalancedata\">Account Balance Data</a> &gt;</td>\n<td></td>\n<td>Object contains all the types of balance of the client account</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","account","balance"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"5fc2666e-b438-41d1-b4cc-2a7d39b509dc","name":"Get Account Balance","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/v2/account/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"53a-bBe+r4e+iFx4J6OssMG2H5gM8tE\""},{"key":"Expect-Ct","value":"max-age=0"},{"key":"Function-Execution-Id","value":"638sl5kybict"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"075e043a8862df7b795474a600798e1f"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"IN"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Execution-Time","value":"193"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Mon, 11 Dec 2023 10:26:46 GMT"},{"key":"X-Served-By","value":"cache-del21747-DEL"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1702290406.053466,VS0,VE491"},{"key":"Vary","value":"Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": [\n        {\n            \"Balance\": \"12386.00\",\n            \"ReservedAmount\": \"30.00\",\n            \"AvailableBalance\": \"12356.00\",\n            \"Currency\": \"USD\",\n            \"Name\": \"Account (USD)\",\n            \"Id\": \"417971020\"\n        },\n        {\n            \"Balance\": \"0.000000\",\n            \"ReservedAmount\": \"0.000000\",\n            \"AvailableBalance\": \"0.000000\",\n            \"Currency\": \"ADA\",\n            \"Name\": \"Custody (ADA)\",\n            \"Id\": \"540460491\"\n        },\n        {\n            \"Balance\": \"0.00000000\",\n            \"ReservedAmount\": \"0.00000000\",\n            \"AvailableBalance\": \"0.00000000\",\n            \"Currency\": \"BNB\",\n            \"Name\": \"Custody (BNB)\",\n            \"Id\": \"292851323\"\n        },\n        {\n            \"Balance\": \"0.00000000\",\n            \"ReservedAmount\": \"0.00000000\",\n            \"AvailableBalance\": \"0.00000000\",\n            \"Currency\": \"BTC\",\n            \"Name\": \"Custody (BTC)\",\n            \"Id\": \"338529142\"\n        },\n        {\n            \"Balance\": \"0.000000000\",\n            \"ReservedAmount\": \"0.000000000\",\n            \"AvailableBalance\": \"0.000000000\",\n            \"Currency\": \"ETH\",\n            \"Name\": \"Custody (ETH)\",\n            \"Id\": \"476310157\"\n        },\n        {\n            \"Balance\": \"0.000000000\",\n            \"ReservedAmount\": \"0.000000000\",\n            \"AvailableBalance\": \"0.000000000\",\n            \"Currency\": \"MATIC\",\n            \"Name\": \"Custody (MATIC)\",\n            \"Id\": \"988028458\"\n        },\n        {\n            \"Balance\": \"0.000000\",\n            \"ReservedAmount\": \"0.000000\",\n            \"AvailableBalance\": \"0.000000\",\n            \"Currency\": \"USDC\",\n            \"Name\": \"Custody (USDC)\",\n            \"Id\": \"078346313\"\n        },\n        {\n            \"Balance\": \"0.000000\",\n            \"ReservedAmount\": \"0.000000\",\n            \"AvailableBalance\": \"0.000000\",\n            \"Currency\": \"USDT\",\n            \"Name\": \"Custody (USDT)\",\n            \"Id\": \"623196743\"\n        },\n        {\n            \"Balance\": \"0.00\",\n            \"ReservedAmount\": \"0.00\",\n            \"AvailableBalance\": \"0.00\",\n            \"Currency\": \"USD\",\n            \"Name\": \"Custody Account (USD)\",\n            \"Id\": \"140404433\"\n        }\n    ]\n}"},{"id":"148d0c06-a530-4f25-9194-477aefad2484","name":"Get Account Balance","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/v2/account/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"53a-bBe+r4e+iFx4J6OssMG2H5gM8tE\""},{"key":"x-execution-time","value":"992"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Mon, 11 Dec 2023 05:47:01 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": [\n        {\n            \"Balance\": \"12386.00\",\n            \"ReservedAmount\": \"30.00\",\n            \"AvailableBalance\": \"12356.00\",\n            \"Currency\": \"USD\",\n            \"Name\": \"Account (USD)\",\n            \"Id\": \"417971020\"\n        },\n        {\n            \"Balance\": \"0.000000\",\n            \"ReservedAmount\": \"0.000000\",\n            \"AvailableBalance\": \"0.000000\",\n            \"Currency\": \"ADA\",\n            \"Name\": \"Custody (ADA)\",\n            \"Id\": \"540460491\"\n        },\n        {\n            \"Balance\": \"0.00000000\",\n            \"ReservedAmount\": \"0.00000000\",\n            \"AvailableBalance\": \"0.00000000\",\n            \"Currency\": \"BNB\",\n            \"Name\": \"Custody (BNB)\",\n            \"Id\": \"292851323\"\n        },\n        {\n            \"Balance\": \"0.00000000\",\n            \"ReservedAmount\": \"0.00000000\",\n            \"AvailableBalance\": \"0.00000000\",\n            \"Currency\": \"BTC\",\n            \"Name\": \"Custody (BTC)\",\n            \"Id\": \"338529142\"\n        },\n        {\n            \"Balance\": \"0.000000000\",\n            \"ReservedAmount\": \"0.000000000\",\n            \"AvailableBalance\": \"0.000000000\",\n            \"Currency\": \"ETH\",\n            \"Name\": \"Custody (ETH)\",\n            \"Id\": \"476310157\"\n        },\n        {\n            \"Balance\": \"0.000000000\",\n            \"ReservedAmount\": \"0.000000000\",\n            \"AvailableBalance\": \"0.000000000\",\n            \"Currency\": \"MATIC\",\n            \"Name\": \"Custody (MATIC)\",\n            \"Id\": \"988028458\"\n        },\n        {\n            \"Balance\": \"0.000000\",\n            \"ReservedAmount\": \"0.000000\",\n            \"AvailableBalance\": \"0.000000\",\n            \"Currency\": \"USDC\",\n            \"Name\": \"Custody (USDC)\",\n            \"Id\": \"078346313\"\n        },\n        {\n            \"Balance\": \"0.000000\",\n            \"ReservedAmount\": \"0.000000\",\n            \"AvailableBalance\": \"0.000000\",\n            \"Currency\": \"USDT\",\n            \"Name\": \"Custody (USDT)\",\n            \"Id\": \"623196743\"\n        },\n        {\n            \"Balance\": \"0.00\",\n            \"ReservedAmount\": \"0.00\",\n            \"AvailableBalance\": \"0.00\",\n            \"Currency\": \"USD\",\n            \"Name\": \"Custody Account (USD)\",\n            \"Id\": \"140404433\"\n        }\n    ]\n}"}],"_postman_id":"01b648c7-13c9-4676-846d-365fd35afc40"},{"name":"Get Deposit Instructions","id":"037f76fb-755f-497a-958a-8f3f8ba675db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/v2/account/deposit/instructions","description":"<p>To get the deposit instructions for the client</p>\n<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td></td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Response Data</td>\n<td><a href=\"#depositinstructions\">Deposit Instructions</a></td>\n<td></td>\n<td>Instructions for making a deposit to FVBank</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","account","deposit","instructions"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"3df6c236-43d8-41a0-8fca-a9f6284255e3","name":"Get Deposit Instructions","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/v2/account/deposit/instructions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"50c-/9pzdIxfQqaDvb+w8Kw8HYqswDU\""},{"key":"Expect-Ct","value":"max-age=0"},{"key":"Function-Execution-Id","value":"erwd5iv76nno"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"9b3b81b202ecc84daecdc1e3c691dee9"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"IN"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Execution-Time","value":"1655"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Fri, 16 Jun 2023 14:46:01 GMT"},{"key":"X-Served-By","value":"cache-bom4747-BOM"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1686926759.106411,VS0,VE1989"},{"key":"Vary","value":"Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": [\n        {\n            \"Type\": \"Domestic Wire/ACH\",\n            \"BankName\": \"Summit National Bank\",\n            \"Address\": \"133 Main Street Hulett, WY\",\n            \"RoutingNumber/ABA\": \"102307591\",\n            \"AccountNumber\": \"1122334455\",\n            \"DepositReference\": \"Your Reference Number. (Optional)\",\n            \"Currency\": \"USD\",\n            \"Gateway\": \"summit\"\n        },\n        {\n            \"Type\": \"International Wire\",\n            \"BankName\": \"Summit National Bank\",\n            \"Address\": \"133 Main Street Hulett, WY\",\n            \"BIC\": \"SUATUS52 (Non-connected)\",\n            \"AccountNumber\": \"1122334455\",\n            \"DepositReference\": \"Your Reference Number. (Optional)\",\n            \"Currency\": \"USD\",\n            \"Note\": \"For International originated wires, please note, your sending bank must have a US correspondent bank and be able to process through FedWire. SWIFT payments are not supported with these details\",\n            \"Gateway\": \"summit\"\n        },\n        {\n            \"Type\": \"Wire/ACH\",\n            \"RoutingNumber/ABA\": \"021001208\",\n            \"BankName\": \"Bank of the Lakes\",\n            \"Address\": \"123 Cherry Street, Duluth, MN, US, 55812\",\n            \"AccountNumber\": \"395260899046\",\n            \"DepositReference\": \"Your Reference Number. (Optional)\",\n            \"Currency\": \"USD\",\n            \"Gateway\": \"fortress\"\n        },\n        {\n            \"Type\": \"International Wire\",\n            \"BIC\": \"LAKEUS41\",\n            \"BankName\": \"Bank of the Lakes\",\n            \"Address\": \"123 Cherry Street, Duluth, MN, US, 55812\",\n            \"AccountNumber\": \"395260899046\",\n            \"DepositReference\": \"Your Reference Number. (Optional)\",\n            \"Currency\": \"USD\",\n            \"Gateway\": \"fortress\"\n        }\n    ]\n}"}],"_postman_id":"037f76fb-755f-497a-958a-8f3f8ba675db"}],"id":"4a44fa4e-961b-4dfd-9272-72a96be66262","_postman_id":"4a44fa4e-961b-4dfd-9272-72a96be66262","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}}},{"name":"Beneficiary","item":[{"name":"Get Required Fields (Create Beneficiary)","id":"de09b378-55bc-432c-9c9d-5e20a1892b85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryType\": \"individual\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/get-required-fields","description":"<p>This endpoint provides the list of fields that are needed in the Create Beneficiary endpoint.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BeneficiaryType</td>\n<td>string</td>\n<td>true</td>\n<td>Individual, Business</td>\n<td>Type of beneficiary to be created</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>number</td>\n<td>--</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>ResponseData</td>\n<td><a href=\"#getrequiredfieldsforbeneficiary\">Get Required Fields For Beneficiary</a></td>\n<td>--</td>\n<td>--</td>\n<td>List of all the fields required to create the beneficiary</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","beneficiary","get-required-fields"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"07f092e0-a053-4ebe-a836-1ce958518b9b","name":"Get Required Fields (Create Beneficiary - Individual)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryType\": \"Individual\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"access-control-allow-credentials","value":"true"},{"key":"cache-control","value":"private"},{"key":"content-encoding","value":"gzip"},{"key":"content-security-policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"etag","value":"W/\"2061-A2czyPu8vDtnQNjOGlPmagbeUxo\""},{"key":"expect-ct","value":"max-age=0"},{"key":"function-execution-id","value":"8k3gth3gcjfd"},{"key":"origin-agent-cluster","value":"?1"},{"key":"permissions-policy","value":"geolocation=(self), microphone=(), camera=()"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-cloud-trace-context","value":"fb889d1e1600981ffd9b0b4bd93238c2"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-country-code","value":"US"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-execution-time","value":"673"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"0"},{"key":"accept-ranges","value":"bytes"},{"key":"date","value":"Wed, 20 May 2026 07:37:10 GMT"},{"key":"x-served-by","value":"cache-chi-klot8100179-CHI"},{"key":"x-cache","value":"MISS"},{"key":"x-cache-hits","value":"0"},{"key":"x-timer","value":"S1779262629.425812,VS0,VE752"},{"key":"vary","value":"Origin, Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400, h3=\":443\"; ma=2592000, h3=\":443\"; ma=2592000"},{"key":"x-request-id","value":"c3c9b464-3fb1-46f0-ab1b-389c2f174ffb"},{"key":"via","value":"1.1 google, 1.1 google"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"Beneficiary_Name\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Individual\",\n                        \"value\": \"individual\"\n                    },\n                    {\n                        \"label\": \"Business\",\n                        \"value\": \"business\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Beneficiary_Email\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_First_Name\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Middle_Name\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Last_Name\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_DOB\",\n                \"Required\": false,\n                \"Type\": \"Date\"\n            },\n            {\n                \"Name\": \"Beneficiary_Landline_Phone\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Mobile_Phone\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Relationship\",\n                \"Required\": false,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Self (i.e. the sender, himself)\",\n                        \"value\": \"SELF\"\n                    },\n                    {\n                        \"label\": \"Niece\",\n                        \"value\": \"NIECE\"\n                    },\n                    {\n                        \"label\": \"Nephew\",\n                        \"value\": \"NEPHEW\"\n                    },\n                    {\n                        \"label\": \"Sister-in-law\",\n                        \"value\": \"SISTER_IN_LAW\"\n                    },\n                    {\n                        \"label\": \"Sister\",\n                        \"value\": \"SISTER\"\n                    },\n                    {\n                        \"label\": \"Son\",\n                        \"value\": \"SON\"\n                    },\n                    {\n                        \"label\": \"Uncle\",\n                        \"value\": \"UNCLE\"\n                    },\n                    {\n                        \"label\": \"Wife\",\n                        \"value\": \"WIFE\"\n                    },\n                    {\n                        \"label\": \"Aunt\",\n                        \"value\": \"AUNT\"\n                    },\n                    {\n                        \"label\": \"Brother\",\n                        \"value\": \"BROTHER\"\n                    },\n                    {\n                        \"label\": \"Brother-in-law\",\n                        \"value\": \"BROTHER_IN_LAW\"\n                    },\n                    {\n                        \"label\": \"Cousin\",\n                        \"value\": \"COUSIN\"\n                    },\n                    {\n                        \"label\": \"Daughter\",\n                        \"value\": \"DAUGHTER\"\n                    },\n                    {\n                        \"label\": \"Father\",\n                        \"value\": \"FATHER\"\n                    },\n                    {\n                        \"label\": \"Father-in-law\",\n                        \"value\": \"FATHER_IN_LAW\"\n                    },\n                    {\n                        \"label\": \"Friend\",\n                        \"value\": \"FRIEND\"\n                    },\n                    {\n                        \"label\": \"Grandfather\",\n                        \"value\": \"GRAND_FATHER\"\n                    },\n                    {\n                        \"label\": \"Grandmother\",\n                        \"value\": \"GRAND_MOTHER\"\n                    },\n                    {\n                        \"label\": \"Husband\",\n                        \"value\": \"HUSBAND\"\n                    },\n                    {\n                        \"label\": \"Mother\",\n                        \"value\": \"MOTHER\"\n                    },\n                    {\n                        \"label\": \"Mother-in-law\",\n                        \"value\": \"MOTHER_IN_LAW\"\n                    },\n                    {\n                        \"label\": \"Affiliate\",\n                        \"value\": \"AFFILIATE\"\n                    },\n                    {\n                        \"label\": \"Client\",\n                        \"value\": \"CLIENT\"\n                    },\n                    {\n                        \"label\": \"Contractor\",\n                        \"value\": \"CONTRACTOR\"\n                    },\n                    {\n                        \"label\": \"Employee\",\n                        \"value\": \"EMPLOYEE\"\n                    },\n                    {\n                        \"label\": \"Vendor\",\n                        \"value\": \"VENDOR\"\n                    },\n                    {\n                        \"label\": \"Others not listed\",\n                        \"value\": \"OTHER\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Beneficiary_Relationship_Other\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Address\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_City\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_State\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Country\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Albania\",\n                        \"value\": \"AL\"\n                    },\n                    {\n                        \"label\": \"Algeria\",\n                        \"value\": \"DZ\"\n                    },\n                    {\n                        \"label\": \"Andorra\",\n                        \"value\": \"AD\"\n                    },\n                    {\n                        \"label\": \"Angola\",\n                        \"value\": \"AO\"\n                    },\n                    {\n                        \"label\": \"Antigua and Barbuda\",\n                        \"value\": \"AG\"\n                    },\n                    {\n                        \"label\": \"Argentina\",\n                        \"value\": \"AR\"\n                    },\n                    {\n                        \"label\": \"Armenia\",\n                        \"value\": \"AM\"\n                    },\n                    {\n                        \"label\": \"Australia\",\n                        \"value\": \"AU\"\n                    },\n                    {\n                        \"label\": \"Austria\",\n                        \"value\": \"AT\"\n                    },\n                    {\n                        \"label\": \"Azerbaijan\",\n                        \"value\": \"AZ\"\n                    },\n                    {\n                        \"label\": \"Bahamas\",\n                        \"value\": \"BS\"\n                    },\n                    {\n                        \"label\": \"Bahrain\",\n                        \"value\": \"BH\"\n                    },\n                    {\n                        \"label\": \"Bangladesh\",\n                        \"value\": \"BD\"\n                    },\n                    {\n                        \"label\": \"Barbados\",\n                        \"value\": \"BB\"\n                    },\n                    {\n                        \"label\": \"Belgium\",\n                        \"value\": \"BE\"\n                    },\n                    {\n                        \"label\": \"Belize\",\n                        \"value\": \"BZ\"\n                    },\n                    {\n                        \"label\": \"Benin\",\n                        \"value\": \"BJ\"\n                    },\n                    {\n                        \"label\": \"Bermuda\",\n                        \"value\": \"BM\"\n                    },\n                    {\n                        \"label\": \"Bhutan\",\n                        \"value\": \"BT\"\n                    },\n                    {\n                        \"label\": \"Bolivia\",\n                        \"value\": \"BO\"\n                    },\n                    {\n                        \"label\": \"Botswana\",\n                        \"value\": \"BW\"\n                    },\n                    {\n                        \"label\": \"Brazil\",\n                        \"value\": \"BR\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (British)\",\n                        \"value\": \"VG\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (U.S.)\",\n                        \"value\": \"VI\"\n                    },\n                    {\n                        \"label\": \"Brunei Darussalam\",\n                        \"value\": \"BN\"\n                    },\n                    {\n                        \"label\": \"Bulgaria\",\n                        \"value\": \"BG\"\n                    },\n                    {\n                        \"label\": \"Burkina Faso\",\n                        \"value\": \"BF\"\n                    },\n                    {\n                        \"label\": \"Burundi\",\n                        \"value\": \"BI\"\n                    },\n                    {\n                        \"label\": \"Cambodia\",\n                        \"value\": \"KH\"\n                    },\n                    {\n                        \"label\": \"Cameroon\",\n                        \"value\": \"CM\"\n                    },\n                    {\n                        \"label\": \"Canada\",\n                        \"value\": \"CA\"\n                    },\n                    {\n                        \"label\": \"Cabo Verde\",\n                        \"value\": \"CV\"\n                    },\n                    {\n                        \"label\": \"Cayman Islands\",\n                        \"value\": \"KY\"\n                    },\n                    {\n                        \"label\": \"Chad\",\n                        \"value\": \"TD\"\n                    },\n                    {\n                        \"label\": \"Chile\",\n                        \"value\": \"CL\"\n                    },\n                    {\n                        \"label\": \"China\",\n                        \"value\": \"CN\"\n                    },\n                    {\n                        \"label\": \"Colombia\",\n                        \"value\": \"CO\"\n                    },\n                    {\n                        \"label\": \"Comoros\",\n                        \"value\": \"KM\"\n                    },\n                    {\n                        \"label\": \"Cook Islands\",\n                        \"value\": \"CK\"\n                    },\n                    {\n                        \"label\": \"Costa Rica\",\n                        \"value\": \"CR\"\n                    },\n                    {\n                        \"label\": \"Cyprus\",\n                        \"value\": \"CY\"\n                    },\n                    {\n                        \"label\": \"Czech Republic\",\n                        \"value\": \"CZ\"\n                    },\n                    {\n                        \"label\": \"Denmark\",\n                        \"value\": \"DK\"\n                    },\n                    {\n                        \"label\": \"Djibouti\",\n                        \"value\": \"DJ\"\n                    },\n                    {\n                        \"label\": \"Dominica\",\n                        \"value\": \"DM\"\n                    },\n                    {\n                        \"label\": \"Dominican Republic\",\n                        \"value\": \"DO\"\n                    },\n                    {\n                        \"label\": \"Ecuador\",\n                        \"value\": \"EC\"\n                    },\n                    {\n                        \"label\": \"Egypt\",\n                        \"value\": \"EG\"\n                    },\n                    {\n                        \"label\": \"El Salvador\",\n                        \"value\": \"SV\"\n                    },\n                    {\n                        \"label\": \"Equatorial Guinea\",\n                        \"value\": \"GQ\"\n                    },\n                    {\n                        \"label\": \"Eritrea\",\n                        \"value\": \"ER\"\n                    },\n                    {\n                        \"label\": \"Estonia\",\n                        \"value\": \"EE\"\n                    },\n                    {\n                        \"label\": \"Fiji\",\n                        \"value\": \"FJ\"\n                    },\n                    {\n                        \"label\": \"Finland\",\n                        \"value\": \"FI\"\n                    },\n                    {\n                        \"label\": \"France\",\n                        \"value\": \"FR\"\n                    },\n                    {\n                        \"label\": \"Gabon\",\n                        \"value\": \"GA\"\n                    },\n                    {\n                        \"label\": \"Gambia\",\n                        \"value\": \"GM\"\n                    },\n                    {\n                        \"label\": \"Georgia\",\n                        \"value\": \"GE\"\n                    },\n                    {\n                        \"label\": \"Germany\",\n                        \"value\": \"DE\"\n                    },\n                    {\n                        \"label\": \"Ghana\",\n                        \"value\": \"GH\"\n                    },\n                    {\n                        \"label\": \"Gibraltar\",\n                        \"value\": \"GI\"\n                    },\n                    {\n                        \"label\": \"Greece\",\n                        \"value\": \"GR\"\n                    },\n                    {\n                        \"label\": \"Grenada\",\n                        \"value\": \"GD\"\n                    },\n                    {\n                        \"label\": \"Guatemala\",\n                        \"value\": \"GT\"\n                    },\n                    {\n                        \"label\": \"Guinea\",\n                        \"value\": \"GN\"\n                    },\n                    {\n                        \"label\": \"Guinea-Bissau\",\n                        \"value\": \"GW\"\n                    },\n                    {\n                        \"label\": \"Guyana\",\n                        \"value\": \"GY\"\n                    },\n                    {\n                        \"label\": \"Haiti\",\n                        \"value\": \"HT\"\n                    },\n                    {\n                        \"label\": \"Honduras\",\n                        \"value\": \"HN\"\n                    },\n                    {\n                        \"label\": \"Hong Kong\",\n                        \"value\": \"HK\"\n                    },\n                    {\n                        \"label\": \"Hungary\",\n                        \"value\": \"HU\"\n                    },\n                    {\n                        \"label\": \"Iceland\",\n                        \"value\": \"IS\"\n                    },\n                    {\n                        \"label\": \"India\",\n                        \"value\": \"IN\"\n                    },\n                    {\n                        \"label\": \"Indonesia\",\n                        \"value\": \"ID\"\n                    },\n                    {\n                        \"label\": \"Ireland\",\n                        \"value\": \"IE\"\n                    },\n                    {\n                        \"label\": \"Isle of Man\",\n                        \"value\": \"IM\"\n                    },\n                    {\n                        \"label\": \"Israel\",\n                        \"value\": \"IL\"\n                    },\n                    {\n                        \"label\": \"Italy\",\n                        \"value\": \"IT\"\n                    },\n                    {\n                        \"label\": \"Jamaica\",\n                        \"value\": \"JM\"\n                    },\n                    {\n                        \"label\": \"Japan\",\n                        \"value\": \"JP\"\n                    },\n                    {\n                        \"label\": \"Jordan\",\n                        \"value\": \"JO\"\n                    },\n                    {\n                        \"label\": \"Kazakhstan\",\n                        \"value\": \"KZ\"\n                    },\n                    {\n                        \"label\": \"Kenya\",\n                        \"value\": \"KE\"\n                    },\n                    {\n                        \"label\": \"Kiribati\",\n                        \"value\": \"KI\"\n                    },\n                    {\n                        \"label\": \"Kuwait\",\n                        \"value\": \"KW\"\n                    },\n                    {\n                        \"label\": \"Kyrgyzstan\",\n                        \"value\": \"KG\"\n                    },\n                    {\n                        \"label\": \"Laos\",\n                        \"value\": \"LA\"\n                    },\n                    {\n                        \"label\": \"Latvia\",\n                        \"value\": \"LV\"\n                    },\n                    {\n                        \"label\": \"Lesotho\",\n                        \"value\": \"LS\"\n                    },\n                    {\n                        \"label\": \"Liberia\",\n                        \"value\": \"LR\"\n                    },\n                    {\n                        \"label\": \"Liechtenstein\",\n                        \"value\": \"LI\"\n                    },\n                    {\n                        \"label\": \"Lithuania\",\n                        \"value\": \"LT\"\n                    },\n                    {\n                        \"label\": \"Luxembourg\",\n                        \"value\": \"LU\"\n                    },\n                    {\n                        \"label\": \"Madagascar\",\n                        \"value\": \"MG\"\n                    },\n                    {\n                        \"label\": \"Malawi\",\n                        \"value\": \"MW\"\n                    },\n                    {\n                        \"label\": \"Malaysia\",\n                        \"value\": \"MY\"\n                    },\n                    {\n                        \"label\": \"Maldives\",\n                        \"value\": \"MV\"\n                    },\n                    {\n                        \"label\": \"Malta\",\n                        \"value\": \"MT\"\n                    },\n                    {\n                        \"label\": \"Marshall Islands\",\n                        \"value\": \"MH\"\n                    },\n                    {\n                        \"label\": \"Mauritania\",\n                        \"value\": \"MR\"\n                    },\n                    {\n                        \"label\": \"Mauritius\",\n                        \"value\": \"MU\"\n                    },\n                    {\n                        \"label\": \"Mexico\",\n                        \"value\": \"MX\"\n                    },\n                    {\n                        \"label\": \"Micronesia\",\n                        \"value\": \"FM\"\n                    },\n                    {\n                        \"label\": \"Moldova\",\n                        \"value\": \"MD\"\n                    },\n                    {\n                        \"label\": \"Monaco\",\n                        \"value\": \"MC\"\n                    },\n                    {\n                        \"label\": \"Mongolia\",\n                        \"value\": \"MN\"\n                    },\n                    {\n                        \"label\": \"Morocco\",\n                        \"value\": \"MA\"\n                    },\n                    {\n                        \"label\": \"Mozambique\",\n                        \"value\": \"MZ\"\n                    },\n                    {\n                        \"label\": \"Namibia\",\n                        \"value\": \"NA\"\n                    },\n                    {\n                        \"label\": \"Nauru\",\n                        \"value\": \"NR\"\n                    },\n                    {\n                        \"label\": \"Nepal\",\n                        \"value\": \"NP\"\n                    },\n                    {\n                        \"label\": \"Netherlands\",\n                        \"value\": \"NL\"\n                    },\n                    {\n                        \"label\": \"New Zealand\",\n                        \"value\": \"NZ\"\n                    },\n                    {\n                        \"label\": \"Niger\",\n                        \"value\": \"NE\"\n                    },\n                    {\n                        \"label\": \"Nigeria\",\n                        \"value\": \"NG\"\n                    },\n                    {\n                        \"label\": \"Norway\",\n                        \"value\": \"NO\"\n                    },\n                    {\n                        \"label\": \"Oman\",\n                        \"value\": \"OM\"\n                    },\n                    {\n                        \"label\": \"Pakistan\",\n                        \"value\": \"PK\"\n                    },\n                    {\n                        \"label\": \"Palau\",\n                        \"value\": \"PW\"\n                    },\n                    {\n                        \"label\": \"Palestine\",\n                        \"value\": \"PS\"\n                    },\n                    {\n                        \"label\": \"Panama\",\n                        \"value\": \"PA\"\n                    },\n                    {\n                        \"label\": \"Papua New Guinea\",\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"label\": \"Paraguay\",\n                        \"value\": \"PY\"\n                    },\n                    {\n                        \"label\": \"Peru\",\n                        \"value\": \"PE\"\n                    },\n                    {\n                        \"label\": \"Philippines\",\n                        \"value\": \"PH\"\n                    },\n                    {\n                        \"label\": \"Poland\",\n                        \"value\": \"PL\"\n                    },\n                    {\n                        \"label\": \"Portugal\",\n                        \"value\": \"PT\"\n                    },\n                    {\n                        \"label\": \"Qatar\",\n                        \"value\": \"QA\"\n                    },\n                    {\n                        \"label\": \"Romania\",\n                        \"value\": \"RO\"\n                    },\n                    {\n                        \"label\": \"Rwanda\",\n                        \"value\": \"RW\"\n                    },\n                    {\n                        \"label\": \"Saint Kitts and Nevis\",\n                        \"value\": \"KN\"\n                    },\n                    {\n                        \"label\": \"Saint Lucia\",\n                        \"value\": \"LC\"\n                    },\n                    {\n                        \"label\": \"Saint Vincent and the Grenadines\",\n                        \"value\": \"VC\"\n                    },\n                    {\n                        \"label\": \"Samoa\",\n                        \"value\": \"WS\"\n                    },\n                    {\n                        \"label\": \"San Marino\",\n                        \"value\": \"SM\"\n                    },\n                    {\n                        \"label\": \"Sao Tome and Principe\",\n                        \"value\": \"ST\"\n                    },\n                    {\n                        \"label\": \"Saudi Arabia\",\n                        \"value\": \"SA\"\n                    },\n                    {\n                        \"label\": \"Senegal\",\n                        \"value\": \"SN\"\n                    },\n                    {\n                        \"label\": \"Seychelles\",\n                        \"value\": \"SC\"\n                    },\n                    {\n                        \"label\": \"Sierra Leone\",\n                        \"value\": \"SL\"\n                    },\n                    {\n                        \"label\": \"Singapore\",\n                        \"value\": \"SG\"\n                    },\n                    {\n                        \"label\": \"Slovakia\",\n                        \"value\": \"SK\"\n                    },\n                    {\n                        \"label\": \"Solomon Islands\",\n                        \"value\": \"SB\"\n                    },\n                    {\n                        \"label\": \"South Africa\",\n                        \"value\": \"ZA\"\n                    },\n                    {\n                        \"label\": \"South Korea\",\n                        \"value\": \"KR\"\n                    },\n                    {\n                        \"label\": \"Spain\",\n                        \"value\": \"ES\"\n                    },\n                    {\n                        \"label\": \"Sri Lanka\",\n                        \"value\": \"LK\"\n                    },\n                    {\n                        \"label\": \"Suriname\",\n                        \"value\": \"SR\"\n                    },\n                    {\n                        \"label\": \"Sweden\",\n                        \"value\": \"SE\"\n                    },\n                    {\n                        \"label\": \"Switzerland\",\n                        \"value\": \"CH\"\n                    },\n                    {\n                        \"label\": \"Taiwan\",\n                        \"value\": \"TW\"\n                    },\n                    {\n                        \"label\": \"Tajikistan\",\n                        \"value\": \"TJ\"\n                    },\n                    {\n                        \"label\": \"Tanzania\",\n                        \"value\": \"TZ\"\n                    },\n                    {\n                        \"label\": \"Thailand\",\n                        \"value\": \"TH\"\n                    },\n                    {\n                        \"label\": \"Timor-Leste\",\n                        \"value\": \"TL\"\n                    },\n                    {\n                        \"label\": \"Togo\",\n                        \"value\": \"TG\"\n                    },\n                    {\n                        \"label\": \"Tonga\",\n                        \"value\": \"TO\"\n                    },\n                    {\n                        \"label\": \"Trinidad and Tobago\",\n                        \"value\": \"TT\"\n                    },\n                    {\n                        \"label\": \"Tunisia\",\n                        \"value\": \"TN\"\n                    },\n                    {\n                        \"label\": \"Turkey\",\n                        \"value\": \"TR\"\n                    },\n                    {\n                        \"label\": \"Turkmenistan\",\n                        \"value\": \"TM\"\n                    },\n                    {\n                        \"label\": \"Tuvalu\",\n                        \"value\": \"TV\"\n                    },\n                    {\n                        \"label\": \"Uganda\",\n                        \"value\": \"UG\"\n                    },\n                    {\n                        \"label\": \"United Arab Emirates\",\n                        \"value\": \"AE\"\n                    },\n                    {\n                        \"label\": \"United Kingdom\",\n                        \"value\": \"GB\"\n                    },\n                    {\n                        \"label\": \"United States of America\",\n                        \"value\": \"US\"\n                    },\n                    {\n                        \"label\": \"Uruguay\",\n                        \"value\": \"UY\"\n                    },\n                    {\n                        \"label\": \"Uzbekistan\",\n                        \"value\": \"UZ\"\n                    },\n                    {\n                        \"label\": \"Vanuatu\",\n                        \"value\": \"VU\"\n                    },\n                    {\n                        \"label\": \"Vietnam\",\n                        \"value\": \"VN\"\n                    },\n                    {\n                        \"label\": \"Zambia\",\n                        \"value\": \"ZM\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Beneficiary_Postal_Code\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            }\n        ]\n    }\n}"},{"id":"f28e937c-9322-4ad4-8fa9-2c43a9e769a5","name":"Get Required Fields (Create Beneficiary - Business)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryType\": \"Business\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"access-control-allow-credentials","value":"true"},{"key":"cache-control","value":"private"},{"key":"content-encoding","value":"gzip"},{"key":"content-security-policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"etag","value":"W/\"37e2-B3CpzRYC+r+mRw6MdbPwjV7CDog\""},{"key":"expect-ct","value":"max-age=0"},{"key":"function-execution-id","value":"8k3gubokiszc"},{"key":"origin-agent-cluster","value":"?1"},{"key":"permissions-policy","value":"geolocation=(self), microphone=(), camera=()"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-cloud-trace-context","value":"770ce1fbea708e50975318ac98745107;o=1"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-country-code","value":"US"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-execution-time","value":"1165"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"0"},{"key":"accept-ranges","value":"bytes"},{"key":"date","value":"Wed, 20 May 2026 07:38:00 GMT"},{"key":"x-served-by","value":"cache-chi-klot8100028-CHI"},{"key":"x-cache","value":"MISS"},{"key":"x-cache-hits","value":"0"},{"key":"x-timer","value":"S1779262680.650806,VS0,VE1225"},{"key":"vary","value":"Origin, Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400, h3=\":443\"; ma=2592000, h3=\":443\"; ma=2592000"},{"key":"x-request-id","value":"3862f8ca-120a-4f15-8748-ffc6b17781ee"},{"key":"via","value":"1.1 google, 1.1 google"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"Beneficiary_Name\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Individual\",\n                        \"value\": \"individual\"\n                    },\n                    {\n                        \"label\": \"Business\",\n                        \"value\": \"business\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Beneficiary_Email\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Company_Name\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Landline_Phone\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Mobile_Phone\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Business_Formation_Date\",\n                \"Required\": false,\n                \"Type\": \"Date\"\n            },\n            {\n                \"Name\": \"Beneficiary_Business_Registration_Number\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Business_Registration_Country\",\n                \"Required\": false,\n                \"Type\": \"Text\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Albania\",\n                        \"value\": \"AL\"\n                    },\n                    {\n                        \"label\": \"Algeria\",\n                        \"value\": \"DZ\"\n                    },\n                    {\n                        \"label\": \"Andorra\",\n                        \"value\": \"AD\"\n                    },\n                    {\n                        \"label\": \"Angola\",\n                        \"value\": \"AO\"\n                    },\n                    {\n                        \"label\": \"Antigua and Barbuda\",\n                        \"value\": \"AG\"\n                    },\n                    {\n                        \"label\": \"Argentina\",\n                        \"value\": \"AR\"\n                    },\n                    {\n                        \"label\": \"Armenia\",\n                        \"value\": \"AM\"\n                    },\n                    {\n                        \"label\": \"Australia\",\n                        \"value\": \"AU\"\n                    },\n                    {\n                        \"label\": \"Austria\",\n                        \"value\": \"AT\"\n                    },\n                    {\n                        \"label\": \"Azerbaijan\",\n                        \"value\": \"AZ\"\n                    },\n                    {\n                        \"label\": \"Bahamas\",\n                        \"value\": \"BS\"\n                    },\n                    {\n                        \"label\": \"Bahrain\",\n                        \"value\": \"BH\"\n                    },\n                    {\n                        \"label\": \"Bangladesh\",\n                        \"value\": \"BD\"\n                    },\n                    {\n                        \"label\": \"Barbados\",\n                        \"value\": \"BB\"\n                    },\n                    {\n                        \"label\": \"Belgium\",\n                        \"value\": \"BE\"\n                    },\n                    {\n                        \"label\": \"Belize\",\n                        \"value\": \"BZ\"\n                    },\n                    {\n                        \"label\": \"Benin\",\n                        \"value\": \"BJ\"\n                    },\n                    {\n                        \"label\": \"Bermuda\",\n                        \"value\": \"BM\"\n                    },\n                    {\n                        \"label\": \"Bhutan\",\n                        \"value\": \"BT\"\n                    },\n                    {\n                        \"label\": \"Bolivia\",\n                        \"value\": \"BO\"\n                    },\n                    {\n                        \"label\": \"Botswana\",\n                        \"value\": \"BW\"\n                    },\n                    {\n                        \"label\": \"Brazil\",\n                        \"value\": \"BR\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (British)\",\n                        \"value\": \"VG\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (U.S.)\",\n                        \"value\": \"VI\"\n                    },\n                    {\n                        \"label\": \"Brunei Darussalam\",\n                        \"value\": \"BN\"\n                    },\n                    {\n                        \"label\": \"Bulgaria\",\n                        \"value\": \"BG\"\n                    },\n                    {\n                        \"label\": \"Burkina Faso\",\n                        \"value\": \"BF\"\n                    },\n                    {\n                        \"label\": \"Burundi\",\n                        \"value\": \"BI\"\n                    },\n                    {\n                        \"label\": \"Cambodia\",\n                        \"value\": \"KH\"\n                    },\n                    {\n                        \"label\": \"Cameroon\",\n                        \"value\": \"CM\"\n                    },\n                    {\n                        \"label\": \"Canada\",\n                        \"value\": \"CA\"\n                    },\n                    {\n                        \"label\": \"Cabo Verde\",\n                        \"value\": \"CV\"\n                    },\n                    {\n                        \"label\": \"Cayman Islands\",\n                        \"value\": \"KY\"\n                    },\n                    {\n                        \"label\": \"Chad\",\n                        \"value\": \"TD\"\n                    },\n                    {\n                        \"label\": \"Chile\",\n                        \"value\": \"CL\"\n                    },\n                    {\n                        \"label\": \"China\",\n                        \"value\": \"CN\"\n                    },\n                    {\n                        \"label\": \"Colombia\",\n                        \"value\": \"CO\"\n                    },\n                    {\n                        \"label\": \"Comoros\",\n                        \"value\": \"KM\"\n                    },\n                    {\n                        \"label\": \"Cook Islands\",\n                        \"value\": \"CK\"\n                    },\n                    {\n                        \"label\": \"Costa Rica\",\n                        \"value\": \"CR\"\n                    },\n                    {\n                        \"label\": \"Cyprus\",\n                        \"value\": \"CY\"\n                    },\n                    {\n                        \"label\": \"Czech Republic\",\n                        \"value\": \"CZ\"\n                    },\n                    {\n                        \"label\": \"Denmark\",\n                        \"value\": \"DK\"\n                    },\n                    {\n                        \"label\": \"Djibouti\",\n                        \"value\": \"DJ\"\n                    },\n                    {\n                        \"label\": \"Dominica\",\n                        \"value\": \"DM\"\n                    },\n                    {\n                        \"label\": \"Dominican Republic\",\n                        \"value\": \"DO\"\n                    },\n                    {\n                        \"label\": \"Ecuador\",\n                        \"value\": \"EC\"\n                    },\n                    {\n                        \"label\": \"Egypt\",\n                        \"value\": \"EG\"\n                    },\n                    {\n                        \"label\": \"El Salvador\",\n                        \"value\": \"SV\"\n                    },\n                    {\n                        \"label\": \"Equatorial Guinea\",\n                        \"value\": \"GQ\"\n                    },\n                    {\n                        \"label\": \"Eritrea\",\n                        \"value\": \"ER\"\n                    },\n                    {\n                        \"label\": \"Estonia\",\n                        \"value\": \"EE\"\n                    },\n                    {\n                        \"label\": \"Fiji\",\n                        \"value\": \"FJ\"\n                    },\n                    {\n                        \"label\": \"Finland\",\n                        \"value\": \"FI\"\n                    },\n                    {\n                        \"label\": \"France\",\n                        \"value\": \"FR\"\n                    },\n                    {\n                        \"label\": \"Gabon\",\n                        \"value\": \"GA\"\n                    },\n                    {\n                        \"label\": \"Gambia\",\n                        \"value\": \"GM\"\n                    },\n                    {\n                        \"label\": \"Georgia\",\n                        \"value\": \"GE\"\n                    },\n                    {\n                        \"label\": \"Germany\",\n                        \"value\": \"DE\"\n                    },\n                    {\n                        \"label\": \"Ghana\",\n                        \"value\": \"GH\"\n                    },\n                    {\n                        \"label\": \"Gibraltar\",\n                        \"value\": \"GI\"\n                    },\n                    {\n                        \"label\": \"Greece\",\n                        \"value\": \"GR\"\n                    },\n                    {\n                        \"label\": \"Grenada\",\n                        \"value\": \"GD\"\n                    },\n                    {\n                        \"label\": \"Guatemala\",\n                        \"value\": \"GT\"\n                    },\n                    {\n                        \"label\": \"Guinea\",\n                        \"value\": \"GN\"\n                    },\n                    {\n                        \"label\": \"Guinea-Bissau\",\n                        \"value\": \"GW\"\n                    },\n                    {\n                        \"label\": \"Guyana\",\n                        \"value\": \"GY\"\n                    },\n                    {\n                        \"label\": \"Haiti\",\n                        \"value\": \"HT\"\n                    },\n                    {\n                        \"label\": \"Honduras\",\n                        \"value\": \"HN\"\n                    },\n                    {\n                        \"label\": \"Hong Kong\",\n                        \"value\": \"HK\"\n                    },\n                    {\n                        \"label\": \"Hungary\",\n                        \"value\": \"HU\"\n                    },\n                    {\n                        \"label\": \"Iceland\",\n                        \"value\": \"IS\"\n                    },\n                    {\n                        \"label\": \"India\",\n                        \"value\": \"IN\"\n                    },\n                    {\n                        \"label\": \"Indonesia\",\n                        \"value\": \"ID\"\n                    },\n                    {\n                        \"label\": \"Ireland\",\n                        \"value\": \"IE\"\n                    },\n                    {\n                        \"label\": \"Isle of Man\",\n                        \"value\": \"IM\"\n                    },\n                    {\n                        \"label\": \"Israel\",\n                        \"value\": \"IL\"\n                    },\n                    {\n                        \"label\": \"Italy\",\n                        \"value\": \"IT\"\n                    },\n                    {\n                        \"label\": \"Jamaica\",\n                        \"value\": \"JM\"\n                    },\n                    {\n                        \"label\": \"Japan\",\n                        \"value\": \"JP\"\n                    },\n                    {\n                        \"label\": \"Jordan\",\n                        \"value\": \"JO\"\n                    },\n                    {\n                        \"label\": \"Kazakhstan\",\n                        \"value\": \"KZ\"\n                    },\n                    {\n                        \"label\": \"Kenya\",\n                        \"value\": \"KE\"\n                    },\n                    {\n                        \"label\": \"Kiribati\",\n                        \"value\": \"KI\"\n                    },\n                    {\n                        \"label\": \"Kuwait\",\n                        \"value\": \"KW\"\n                    },\n                    {\n                        \"label\": \"Kyrgyzstan\",\n                        \"value\": \"KG\"\n                    },\n                    {\n                        \"label\": \"Laos\",\n                        \"value\": \"LA\"\n                    },\n                    {\n                        \"label\": \"Latvia\",\n                        \"value\": \"LV\"\n                    },\n                    {\n                        \"label\": \"Lesotho\",\n                        \"value\": \"LS\"\n                    },\n                    {\n                        \"label\": \"Liberia\",\n                        \"value\": \"LR\"\n                    },\n                    {\n                        \"label\": \"Liechtenstein\",\n                        \"value\": \"LI\"\n                    },\n                    {\n                        \"label\": \"Lithuania\",\n                        \"value\": \"LT\"\n                    },\n                    {\n                        \"label\": \"Luxembourg\",\n                        \"value\": \"LU\"\n                    },\n                    {\n                        \"label\": \"Madagascar\",\n                        \"value\": \"MG\"\n                    },\n                    {\n                        \"label\": \"Malawi\",\n                        \"value\": \"MW\"\n                    },\n                    {\n                        \"label\": \"Malaysia\",\n                        \"value\": \"MY\"\n                    },\n                    {\n                        \"label\": \"Maldives\",\n                        \"value\": \"MV\"\n                    },\n                    {\n                        \"label\": \"Malta\",\n                        \"value\": \"MT\"\n                    },\n                    {\n                        \"label\": \"Marshall Islands\",\n                        \"value\": \"MH\"\n                    },\n                    {\n                        \"label\": \"Mauritania\",\n                        \"value\": \"MR\"\n                    },\n                    {\n                        \"label\": \"Mauritius\",\n                        \"value\": \"MU\"\n                    },\n                    {\n                        \"label\": \"Mexico\",\n                        \"value\": \"MX\"\n                    },\n                    {\n                        \"label\": \"Micronesia\",\n                        \"value\": \"FM\"\n                    },\n                    {\n                        \"label\": \"Moldova\",\n                        \"value\": \"MD\"\n                    },\n                    {\n                        \"label\": \"Monaco\",\n                        \"value\": \"MC\"\n                    },\n                    {\n                        \"label\": \"Mongolia\",\n                        \"value\": \"MN\"\n                    },\n                    {\n                        \"label\": \"Morocco\",\n                        \"value\": \"MA\"\n                    },\n                    {\n                        \"label\": \"Mozambique\",\n                        \"value\": \"MZ\"\n                    },\n                    {\n                        \"label\": \"Namibia\",\n                        \"value\": \"NA\"\n                    },\n                    {\n                        \"label\": \"Nauru\",\n                        \"value\": \"NR\"\n                    },\n                    {\n                        \"label\": \"Nepal\",\n                        \"value\": \"NP\"\n                    },\n                    {\n                        \"label\": \"Netherlands\",\n                        \"value\": \"NL\"\n                    },\n                    {\n                        \"label\": \"New Zealand\",\n                        \"value\": \"NZ\"\n                    },\n                    {\n                        \"label\": \"Niger\",\n                        \"value\": \"NE\"\n                    },\n                    {\n                        \"label\": \"Nigeria\",\n                        \"value\": \"NG\"\n                    },\n                    {\n                        \"label\": \"Norway\",\n                        \"value\": \"NO\"\n                    },\n                    {\n                        \"label\": \"Oman\",\n                        \"value\": \"OM\"\n                    },\n                    {\n                        \"label\": \"Pakistan\",\n                        \"value\": \"PK\"\n                    },\n                    {\n                        \"label\": \"Palau\",\n                        \"value\": \"PW\"\n                    },\n                    {\n                        \"label\": \"Palestine\",\n                        \"value\": \"PS\"\n                    },\n                    {\n                        \"label\": \"Panama\",\n                        \"value\": \"PA\"\n                    },\n                    {\n                        \"label\": \"Papua New Guinea\",\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"label\": \"Paraguay\",\n                        \"value\": \"PY\"\n                    },\n                    {\n                        \"label\": \"Peru\",\n                        \"value\": \"PE\"\n                    },\n                    {\n                        \"label\": \"Philippines\",\n                        \"value\": \"PH\"\n                    },\n                    {\n                        \"label\": \"Poland\",\n                        \"value\": \"PL\"\n                    },\n                    {\n                        \"label\": \"Portugal\",\n                        \"value\": \"PT\"\n                    },\n                    {\n                        \"label\": \"Qatar\",\n                        \"value\": \"QA\"\n                    },\n                    {\n                        \"label\": \"Romania\",\n                        \"value\": \"RO\"\n                    },\n                    {\n                        \"label\": \"Rwanda\",\n                        \"value\": \"RW\"\n                    },\n                    {\n                        \"label\": \"Saint Kitts and Nevis\",\n                        \"value\": \"KN\"\n                    },\n                    {\n                        \"label\": \"Saint Lucia\",\n                        \"value\": \"LC\"\n                    },\n                    {\n                        \"label\": \"Saint Vincent and the Grenadines\",\n                        \"value\": \"VC\"\n                    },\n                    {\n                        \"label\": \"Samoa\",\n                        \"value\": \"WS\"\n                    },\n                    {\n                        \"label\": \"San Marino\",\n                        \"value\": \"SM\"\n                    },\n                    {\n                        \"label\": \"Sao Tome and Principe\",\n                        \"value\": \"ST\"\n                    },\n                    {\n                        \"label\": \"Saudi Arabia\",\n                        \"value\": \"SA\"\n                    },\n                    {\n                        \"label\": \"Senegal\",\n                        \"value\": \"SN\"\n                    },\n                    {\n                        \"label\": \"Seychelles\",\n                        \"value\": \"SC\"\n                    },\n                    {\n                        \"label\": \"Sierra Leone\",\n                        \"value\": \"SL\"\n                    },\n                    {\n                        \"label\": \"Singapore\",\n                        \"value\": \"SG\"\n                    },\n                    {\n                        \"label\": \"Slovakia\",\n                        \"value\": \"SK\"\n                    },\n                    {\n                        \"label\": \"Solomon Islands\",\n                        \"value\": \"SB\"\n                    },\n                    {\n                        \"label\": \"South Africa\",\n                        \"value\": \"ZA\"\n                    },\n                    {\n                        \"label\": \"South Korea\",\n                        \"value\": \"KR\"\n                    },\n                    {\n                        \"label\": \"Spain\",\n                        \"value\": \"ES\"\n                    },\n                    {\n                        \"label\": \"Sri Lanka\",\n                        \"value\": \"LK\"\n                    },\n                    {\n                        \"label\": \"Suriname\",\n                        \"value\": \"SR\"\n                    },\n                    {\n                        \"label\": \"Sweden\",\n                        \"value\": \"SE\"\n                    },\n                    {\n                        \"label\": \"Switzerland\",\n                        \"value\": \"CH\"\n                    },\n                    {\n                        \"label\": \"Taiwan\",\n                        \"value\": \"TW\"\n                    },\n                    {\n                        \"label\": \"Tajikistan\",\n                        \"value\": \"TJ\"\n                    },\n                    {\n                        \"label\": \"Tanzania\",\n                        \"value\": \"TZ\"\n                    },\n                    {\n                        \"label\": \"Thailand\",\n                        \"value\": \"TH\"\n                    },\n                    {\n                        \"label\": \"Timor-Leste\",\n                        \"value\": \"TL\"\n                    },\n                    {\n                        \"label\": \"Togo\",\n                        \"value\": \"TG\"\n                    },\n                    {\n                        \"label\": \"Tonga\",\n                        \"value\": \"TO\"\n                    },\n                    {\n                        \"label\": \"Trinidad and Tobago\",\n                        \"value\": \"TT\"\n                    },\n                    {\n                        \"label\": \"Tunisia\",\n                        \"value\": \"TN\"\n                    },\n                    {\n                        \"label\": \"Turkey\",\n                        \"value\": \"TR\"\n                    },\n                    {\n                        \"label\": \"Turkmenistan\",\n                        \"value\": \"TM\"\n                    },\n                    {\n                        \"label\": \"Tuvalu\",\n                        \"value\": \"TV\"\n                    },\n                    {\n                        \"label\": \"Uganda\",\n                        \"value\": \"UG\"\n                    },\n                    {\n                        \"label\": \"United Arab Emirates\",\n                        \"value\": \"AE\"\n                    },\n                    {\n                        \"label\": \"United Kingdom\",\n                        \"value\": \"GB\"\n                    },\n                    {\n                        \"label\": \"United States of America\",\n                        \"value\": \"US\"\n                    },\n                    {\n                        \"label\": \"Uruguay\",\n                        \"value\": \"UY\"\n                    },\n                    {\n                        \"label\": \"Uzbekistan\",\n                        \"value\": \"UZ\"\n                    },\n                    {\n                        \"label\": \"Vanuatu\",\n                        \"value\": \"VU\"\n                    },\n                    {\n                        \"label\": \"Vietnam\",\n                        \"value\": \"VN\"\n                    },\n                    {\n                        \"label\": \"Zambia\",\n                        \"value\": \"ZM\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Beneficiary_Relationship\",\n                \"Required\": false,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Self (i.e. the sender, himself)\",\n                        \"value\": \"SELF\"\n                    },\n                    {\n                        \"label\": \"Niece\",\n                        \"value\": \"NIECE\"\n                    },\n                    {\n                        \"label\": \"Nephew\",\n                        \"value\": \"NEPHEW\"\n                    },\n                    {\n                        \"label\": \"Sister-in-law\",\n                        \"value\": \"SISTER_IN_LAW\"\n                    },\n                    {\n                        \"label\": \"Sister\",\n                        \"value\": \"SISTER\"\n                    },\n                    {\n                        \"label\": \"Son\",\n                        \"value\": \"SON\"\n                    },\n                    {\n                        \"label\": \"Uncle\",\n                        \"value\": \"UNCLE\"\n                    },\n                    {\n                        \"label\": \"Wife\",\n                        \"value\": \"WIFE\"\n                    },\n                    {\n                        \"label\": \"Aunt\",\n                        \"value\": \"AUNT\"\n                    },\n                    {\n                        \"label\": \"Brother\",\n                        \"value\": \"BROTHER\"\n                    },\n                    {\n                        \"label\": \"Brother-in-law\",\n                        \"value\": \"BROTHER_IN_LAW\"\n                    },\n                    {\n                        \"label\": \"Cousin\",\n                        \"value\": \"COUSIN\"\n                    },\n                    {\n                        \"label\": \"Daughter\",\n                        \"value\": \"DAUGHTER\"\n                    },\n                    {\n                        \"label\": \"Father\",\n                        \"value\": \"FATHER\"\n                    },\n                    {\n                        \"label\": \"Father-in-law\",\n                        \"value\": \"FATHER_IN_LAW\"\n                    },\n                    {\n                        \"label\": \"Friend\",\n                        \"value\": \"FRIEND\"\n                    },\n                    {\n                        \"label\": \"Grandfather\",\n                        \"value\": \"GRAND_FATHER\"\n                    },\n                    {\n                        \"label\": \"Grandmother\",\n                        \"value\": \"GRAND_MOTHER\"\n                    },\n                    {\n                        \"label\": \"Husband\",\n                        \"value\": \"HUSBAND\"\n                    },\n                    {\n                        \"label\": \"Mother\",\n                        \"value\": \"MOTHER\"\n                    },\n                    {\n                        \"label\": \"Mother-in-law\",\n                        \"value\": \"MOTHER_IN_LAW\"\n                    },\n                    {\n                        \"label\": \"Affiliate\",\n                        \"value\": \"AFFILIATE\"\n                    },\n                    {\n                        \"label\": \"Client\",\n                        \"value\": \"CLIENT\"\n                    },\n                    {\n                        \"label\": \"Contractor\",\n                        \"value\": \"CONTRACTOR\"\n                    },\n                    {\n                        \"label\": \"Employee\",\n                        \"value\": \"EMPLOYEE\"\n                    },\n                    {\n                        \"label\": \"Vendor\",\n                        \"value\": \"VENDOR\"\n                    },\n                    {\n                        \"label\": \"Others not listed\",\n                        \"value\": \"OTHER\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Beneficiary_Relationship_Other\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Address\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_City\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_State\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Country\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Albania\",\n                        \"value\": \"AL\"\n                    },\n                    {\n                        \"label\": \"Algeria\",\n                        \"value\": \"DZ\"\n                    },\n                    {\n                        \"label\": \"Andorra\",\n                        \"value\": \"AD\"\n                    },\n                    {\n                        \"label\": \"Angola\",\n                        \"value\": \"AO\"\n                    },\n                    {\n                        \"label\": \"Antigua and Barbuda\",\n                        \"value\": \"AG\"\n                    },\n                    {\n                        \"label\": \"Argentina\",\n                        \"value\": \"AR\"\n                    },\n                    {\n                        \"label\": \"Armenia\",\n                        \"value\": \"AM\"\n                    },\n                    {\n                        \"label\": \"Australia\",\n                        \"value\": \"AU\"\n                    },\n                    {\n                        \"label\": \"Austria\",\n                        \"value\": \"AT\"\n                    },\n                    {\n                        \"label\": \"Azerbaijan\",\n                        \"value\": \"AZ\"\n                    },\n                    {\n                        \"label\": \"Bahamas\",\n                        \"value\": \"BS\"\n                    },\n                    {\n                        \"label\": \"Bahrain\",\n                        \"value\": \"BH\"\n                    },\n                    {\n                        \"label\": \"Bangladesh\",\n                        \"value\": \"BD\"\n                    },\n                    {\n                        \"label\": \"Barbados\",\n                        \"value\": \"BB\"\n                    },\n                    {\n                        \"label\": \"Belgium\",\n                        \"value\": \"BE\"\n                    },\n                    {\n                        \"label\": \"Belize\",\n                        \"value\": \"BZ\"\n                    },\n                    {\n                        \"label\": \"Benin\",\n                        \"value\": \"BJ\"\n                    },\n                    {\n                        \"label\": \"Bermuda\",\n                        \"value\": \"BM\"\n                    },\n                    {\n                        \"label\": \"Bhutan\",\n                        \"value\": \"BT\"\n                    },\n                    {\n                        \"label\": \"Bolivia\",\n                        \"value\": \"BO\"\n                    },\n                    {\n                        \"label\": \"Botswana\",\n                        \"value\": \"BW\"\n                    },\n                    {\n                        \"label\": \"Brazil\",\n                        \"value\": \"BR\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (British)\",\n                        \"value\": \"VG\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (U.S.)\",\n                        \"value\": \"VI\"\n                    },\n                    {\n                        \"label\": \"Brunei Darussalam\",\n                        \"value\": \"BN\"\n                    },\n                    {\n                        \"label\": \"Bulgaria\",\n                        \"value\": \"BG\"\n                    },\n                    {\n                        \"label\": \"Burkina Faso\",\n                        \"value\": \"BF\"\n                    },\n                    {\n                        \"label\": \"Burundi\",\n                        \"value\": \"BI\"\n                    },\n                    {\n                        \"label\": \"Cambodia\",\n                        \"value\": \"KH\"\n                    },\n                    {\n                        \"label\": \"Cameroon\",\n                        \"value\": \"CM\"\n                    },\n                    {\n                        \"label\": \"Canada\",\n                        \"value\": \"CA\"\n                    },\n                    {\n                        \"label\": \"Cabo Verde\",\n                        \"value\": \"CV\"\n                    },\n                    {\n                        \"label\": \"Cayman Islands\",\n                        \"value\": \"KY\"\n                    },\n                    {\n                        \"label\": \"Chad\",\n                        \"value\": \"TD\"\n                    },\n                    {\n                        \"label\": \"Chile\",\n                        \"value\": \"CL\"\n                    },\n                    {\n                        \"label\": \"China\",\n                        \"value\": \"CN\"\n                    },\n                    {\n                        \"label\": \"Colombia\",\n                        \"value\": \"CO\"\n                    },\n                    {\n                        \"label\": \"Comoros\",\n                        \"value\": \"KM\"\n                    },\n                    {\n                        \"label\": \"Cook Islands\",\n                        \"value\": \"CK\"\n                    },\n                    {\n                        \"label\": \"Costa Rica\",\n                        \"value\": \"CR\"\n                    },\n                    {\n                        \"label\": \"Cyprus\",\n                        \"value\": \"CY\"\n                    },\n                    {\n                        \"label\": \"Czech Republic\",\n                        \"value\": \"CZ\"\n                    },\n                    {\n                        \"label\": \"Denmark\",\n                        \"value\": \"DK\"\n                    },\n                    {\n                        \"label\": \"Djibouti\",\n                        \"value\": \"DJ\"\n                    },\n                    {\n                        \"label\": \"Dominica\",\n                        \"value\": \"DM\"\n                    },\n                    {\n                        \"label\": \"Dominican Republic\",\n                        \"value\": \"DO\"\n                    },\n                    {\n                        \"label\": \"Ecuador\",\n                        \"value\": \"EC\"\n                    },\n                    {\n                        \"label\": \"Egypt\",\n                        \"value\": \"EG\"\n                    },\n                    {\n                        \"label\": \"El Salvador\",\n                        \"value\": \"SV\"\n                    },\n                    {\n                        \"label\": \"Equatorial Guinea\",\n                        \"value\": \"GQ\"\n                    },\n                    {\n                        \"label\": \"Eritrea\",\n                        \"value\": \"ER\"\n                    },\n                    {\n                        \"label\": \"Estonia\",\n                        \"value\": \"EE\"\n                    },\n                    {\n                        \"label\": \"Fiji\",\n                        \"value\": \"FJ\"\n                    },\n                    {\n                        \"label\": \"Finland\",\n                        \"value\": \"FI\"\n                    },\n                    {\n                        \"label\": \"France\",\n                        \"value\": \"FR\"\n                    },\n                    {\n                        \"label\": \"Gabon\",\n                        \"value\": \"GA\"\n                    },\n                    {\n                        \"label\": \"Gambia\",\n                        \"value\": \"GM\"\n                    },\n                    {\n                        \"label\": \"Georgia\",\n                        \"value\": \"GE\"\n                    },\n                    {\n                        \"label\": \"Germany\",\n                        \"value\": \"DE\"\n                    },\n                    {\n                        \"label\": \"Ghana\",\n                        \"value\": \"GH\"\n                    },\n                    {\n                        \"label\": \"Gibraltar\",\n                        \"value\": \"GI\"\n                    },\n                    {\n                        \"label\": \"Greece\",\n                        \"value\": \"GR\"\n                    },\n                    {\n                        \"label\": \"Grenada\",\n                        \"value\": \"GD\"\n                    },\n                    {\n                        \"label\": \"Guatemala\",\n                        \"value\": \"GT\"\n                    },\n                    {\n                        \"label\": \"Guinea\",\n                        \"value\": \"GN\"\n                    },\n                    {\n                        \"label\": \"Guinea-Bissau\",\n                        \"value\": \"GW\"\n                    },\n                    {\n                        \"label\": \"Guyana\",\n                        \"value\": \"GY\"\n                    },\n                    {\n                        \"label\": \"Haiti\",\n                        \"value\": \"HT\"\n                    },\n                    {\n                        \"label\": \"Honduras\",\n                        \"value\": \"HN\"\n                    },\n                    {\n                        \"label\": \"Hong Kong\",\n                        \"value\": \"HK\"\n                    },\n                    {\n                        \"label\": \"Hungary\",\n                        \"value\": \"HU\"\n                    },\n                    {\n                        \"label\": \"Iceland\",\n                        \"value\": \"IS\"\n                    },\n                    {\n                        \"label\": \"India\",\n                        \"value\": \"IN\"\n                    },\n                    {\n                        \"label\": \"Indonesia\",\n                        \"value\": \"ID\"\n                    },\n                    {\n                        \"label\": \"Ireland\",\n                        \"value\": \"IE\"\n                    },\n                    {\n                        \"label\": \"Isle of Man\",\n                        \"value\": \"IM\"\n                    },\n                    {\n                        \"label\": \"Israel\",\n                        \"value\": \"IL\"\n                    },\n                    {\n                        \"label\": \"Italy\",\n                        \"value\": \"IT\"\n                    },\n                    {\n                        \"label\": \"Jamaica\",\n                        \"value\": \"JM\"\n                    },\n                    {\n                        \"label\": \"Japan\",\n                        \"value\": \"JP\"\n                    },\n                    {\n                        \"label\": \"Jordan\",\n                        \"value\": \"JO\"\n                    },\n                    {\n                        \"label\": \"Kazakhstan\",\n                        \"value\": \"KZ\"\n                    },\n                    {\n                        \"label\": \"Kenya\",\n                        \"value\": \"KE\"\n                    },\n                    {\n                        \"label\": \"Kiribati\",\n                        \"value\": \"KI\"\n                    },\n                    {\n                        \"label\": \"Kuwait\",\n                        \"value\": \"KW\"\n                    },\n                    {\n                        \"label\": \"Kyrgyzstan\",\n                        \"value\": \"KG\"\n                    },\n                    {\n                        \"label\": \"Laos\",\n                        \"value\": \"LA\"\n                    },\n                    {\n                        \"label\": \"Latvia\",\n                        \"value\": \"LV\"\n                    },\n                    {\n                        \"label\": \"Lesotho\",\n                        \"value\": \"LS\"\n                    },\n                    {\n                        \"label\": \"Liberia\",\n                        \"value\": \"LR\"\n                    },\n                    {\n                        \"label\": \"Liechtenstein\",\n                        \"value\": \"LI\"\n                    },\n                    {\n                        \"label\": \"Lithuania\",\n                        \"value\": \"LT\"\n                    },\n                    {\n                        \"label\": \"Luxembourg\",\n                        \"value\": \"LU\"\n                    },\n                    {\n                        \"label\": \"Madagascar\",\n                        \"value\": \"MG\"\n                    },\n                    {\n                        \"label\": \"Malawi\",\n                        \"value\": \"MW\"\n                    },\n                    {\n                        \"label\": \"Malaysia\",\n                        \"value\": \"MY\"\n                    },\n                    {\n                        \"label\": \"Maldives\",\n                        \"value\": \"MV\"\n                    },\n                    {\n                        \"label\": \"Malta\",\n                        \"value\": \"MT\"\n                    },\n                    {\n                        \"label\": \"Marshall Islands\",\n                        \"value\": \"MH\"\n                    },\n                    {\n                        \"label\": \"Mauritania\",\n                        \"value\": \"MR\"\n                    },\n                    {\n                        \"label\": \"Mauritius\",\n                        \"value\": \"MU\"\n                    },\n                    {\n                        \"label\": \"Mexico\",\n                        \"value\": \"MX\"\n                    },\n                    {\n                        \"label\": \"Micronesia\",\n                        \"value\": \"FM\"\n                    },\n                    {\n                        \"label\": \"Moldova\",\n                        \"value\": \"MD\"\n                    },\n                    {\n                        \"label\": \"Monaco\",\n                        \"value\": \"MC\"\n                    },\n                    {\n                        \"label\": \"Mongolia\",\n                        \"value\": \"MN\"\n                    },\n                    {\n                        \"label\": \"Morocco\",\n                        \"value\": \"MA\"\n                    },\n                    {\n                        \"label\": \"Mozambique\",\n                        \"value\": \"MZ\"\n                    },\n                    {\n                        \"label\": \"Namibia\",\n                        \"value\": \"NA\"\n                    },\n                    {\n                        \"label\": \"Nauru\",\n                        \"value\": \"NR\"\n                    },\n                    {\n                        \"label\": \"Nepal\",\n                        \"value\": \"NP\"\n                    },\n                    {\n                        \"label\": \"Netherlands\",\n                        \"value\": \"NL\"\n                    },\n                    {\n                        \"label\": \"New Zealand\",\n                        \"value\": \"NZ\"\n                    },\n                    {\n                        \"label\": \"Niger\",\n                        \"value\": \"NE\"\n                    },\n                    {\n                        \"label\": \"Nigeria\",\n                        \"value\": \"NG\"\n                    },\n                    {\n                        \"label\": \"Norway\",\n                        \"value\": \"NO\"\n                    },\n                    {\n                        \"label\": \"Oman\",\n                        \"value\": \"OM\"\n                    },\n                    {\n                        \"label\": \"Pakistan\",\n                        \"value\": \"PK\"\n                    },\n                    {\n                        \"label\": \"Palau\",\n                        \"value\": \"PW\"\n                    },\n                    {\n                        \"label\": \"Palestine\",\n                        \"value\": \"PS\"\n                    },\n                    {\n                        \"label\": \"Panama\",\n                        \"value\": \"PA\"\n                    },\n                    {\n                        \"label\": \"Papua New Guinea\",\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"label\": \"Paraguay\",\n                        \"value\": \"PY\"\n                    },\n                    {\n                        \"label\": \"Peru\",\n                        \"value\": \"PE\"\n                    },\n                    {\n                        \"label\": \"Philippines\",\n                        \"value\": \"PH\"\n                    },\n                    {\n                        \"label\": \"Poland\",\n                        \"value\": \"PL\"\n                    },\n                    {\n                        \"label\": \"Portugal\",\n                        \"value\": \"PT\"\n                    },\n                    {\n                        \"label\": \"Qatar\",\n                        \"value\": \"QA\"\n                    },\n                    {\n                        \"label\": \"Romania\",\n                        \"value\": \"RO\"\n                    },\n                    {\n                        \"label\": \"Rwanda\",\n                        \"value\": \"RW\"\n                    },\n                    {\n                        \"label\": \"Saint Kitts and Nevis\",\n                        \"value\": \"KN\"\n                    },\n                    {\n                        \"label\": \"Saint Lucia\",\n                        \"value\": \"LC\"\n                    },\n                    {\n                        \"label\": \"Saint Vincent and the Grenadines\",\n                        \"value\": \"VC\"\n                    },\n                    {\n                        \"label\": \"Samoa\",\n                        \"value\": \"WS\"\n                    },\n                    {\n                        \"label\": \"San Marino\",\n                        \"value\": \"SM\"\n                    },\n                    {\n                        \"label\": \"Sao Tome and Principe\",\n                        \"value\": \"ST\"\n                    },\n                    {\n                        \"label\": \"Saudi Arabia\",\n                        \"value\": \"SA\"\n                    },\n                    {\n                        \"label\": \"Senegal\",\n                        \"value\": \"SN\"\n                    },\n                    {\n                        \"label\": \"Seychelles\",\n                        \"value\": \"SC\"\n                    },\n                    {\n                        \"label\": \"Sierra Leone\",\n                        \"value\": \"SL\"\n                    },\n                    {\n                        \"label\": \"Singapore\",\n                        \"value\": \"SG\"\n                    },\n                    {\n                        \"label\": \"Slovakia\",\n                        \"value\": \"SK\"\n                    },\n                    {\n                        \"label\": \"Solomon Islands\",\n                        \"value\": \"SB\"\n                    },\n                    {\n                        \"label\": \"South Africa\",\n                        \"value\": \"ZA\"\n                    },\n                    {\n                        \"label\": \"South Korea\",\n                        \"value\": \"KR\"\n                    },\n                    {\n                        \"label\": \"Spain\",\n                        \"value\": \"ES\"\n                    },\n                    {\n                        \"label\": \"Sri Lanka\",\n                        \"value\": \"LK\"\n                    },\n                    {\n                        \"label\": \"Suriname\",\n                        \"value\": \"SR\"\n                    },\n                    {\n                        \"label\": \"Sweden\",\n                        \"value\": \"SE\"\n                    },\n                    {\n                        \"label\": \"Switzerland\",\n                        \"value\": \"CH\"\n                    },\n                    {\n                        \"label\": \"Taiwan\",\n                        \"value\": \"TW\"\n                    },\n                    {\n                        \"label\": \"Tajikistan\",\n                        \"value\": \"TJ\"\n                    },\n                    {\n                        \"label\": \"Tanzania\",\n                        \"value\": \"TZ\"\n                    },\n                    {\n                        \"label\": \"Thailand\",\n                        \"value\": \"TH\"\n                    },\n                    {\n                        \"label\": \"Timor-Leste\",\n                        \"value\": \"TL\"\n                    },\n                    {\n                        \"label\": \"Togo\",\n                        \"value\": \"TG\"\n                    },\n                    {\n                        \"label\": \"Tonga\",\n                        \"value\": \"TO\"\n                    },\n                    {\n                        \"label\": \"Trinidad and Tobago\",\n                        \"value\": \"TT\"\n                    },\n                    {\n                        \"label\": \"Tunisia\",\n                        \"value\": \"TN\"\n                    },\n                    {\n                        \"label\": \"Turkey\",\n                        \"value\": \"TR\"\n                    },\n                    {\n                        \"label\": \"Turkmenistan\",\n                        \"value\": \"TM\"\n                    },\n                    {\n                        \"label\": \"Tuvalu\",\n                        \"value\": \"TV\"\n                    },\n                    {\n                        \"label\": \"Uganda\",\n                        \"value\": \"UG\"\n                    },\n                    {\n                        \"label\": \"United Arab Emirates\",\n                        \"value\": \"AE\"\n                    },\n                    {\n                        \"label\": \"United Kingdom\",\n                        \"value\": \"GB\"\n                    },\n                    {\n                        \"label\": \"United States of America\",\n                        \"value\": \"US\"\n                    },\n                    {\n                        \"label\": \"Uruguay\",\n                        \"value\": \"UY\"\n                    },\n                    {\n                        \"label\": \"Uzbekistan\",\n                        \"value\": \"UZ\"\n                    },\n                    {\n                        \"label\": \"Vanuatu\",\n                        \"value\": \"VU\"\n                    },\n                    {\n                        \"label\": \"Vietnam\",\n                        \"value\": \"VN\"\n                    },\n                    {\n                        \"label\": \"Zambia\",\n                        \"value\": \"ZM\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Beneficiary_Postal_Code\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            }\n        ]\n    }\n}"}],"_postman_id":"de09b378-55bc-432c-9c9d-5e20a1892b85"},{"name":"Create Beneficiary","event":[{"listen":"test","script":{"id":"bc5ec706-348f-41b0-91c9-2501b536b28f","exec":["var jsonData = pm.response.json();","if(jsonData?.ResponseData?.BeneficiaryId){","    pm.environment.set(\"beneficiaryIDV2\", jsonData.ResponseData.BeneficiaryId);"," }"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"16d7a242-b35b-49e5-8652-773baaaaa3c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"Beneficiary_Type\",\n        \"value\": \"individual\"\n    },\n    {\n        \"field\": \"Beneficiary_Email\",\n        \"value\": \"cursorTest@mailinator.com\"\n    },\n    {\n        \"field\": \"Beneficiary_Address\",\n        \"value\": \"1437 VIP Road\"\n    },\n    {\n        \"field\": \"Beneficiary_City\",\n        \"value\": \"Agra\"\n    },\n    {\n        \"field\": \"Beneficiary_Postal_Code\",\n        \"value\": \"282001\"\n    },\n    {\n        \"field\": \"Beneficiary_Country\",\n        \"value\": \"IN\"\n    },\n    {\n        \"field\": \"Beneficiary_State\",\n        \"value\": \"UP\"\n    },\n    {\n        \"field\": \"Beneficiary_First_Name\",\n        \"value\": \"Rishav\"\n    },\n    {\n        \"field\": \"Beneficiary_Last_Name\",\n        \"value\": \"Upadhayay\"\n    },\n    {\n        \"field\": \"Beneficiary_DOB\",\n        \"value\": \"2000-12-01\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/create","description":"<p>In-order to make transfer it is required to create the beneficiary first. This endpoint creates the beneficiary. Please refer to the examples for creatiing beneficiary with or without virtual account associated with it</p>\n<p>Note: A virtual account will be created if you include the 'Beneficiary_Document' field in the request body and the Virtual Account service is activated for your account.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>fields</em></td>\n<td>Array&lt;<a href=\"#fieldandvalue\">Field And Value</a>&gt;</td>\n<td>true</td>\n<td>--</td>\n<td>fields must be from get required fields endpoint</td>\n</tr>\n</tbody>\n</table>\n</div><p>Note: Use Get Bank Details endpoint to fetch beneficiary bank details using routing number.</p>\n<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>number</td>\n<td>--</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>ResponseData</td>\n<td>{  <br />BeneficiaryID: string  <br />}</td>\n<td>--</td>\n<td>--</td>\n<td>Beneficiary ID of the beneficiary created</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","beneficiary","create"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"a5a47937-12fc-4041-a342-20b738bf0606","name":"Create Individual Beneficiary","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"Beneficiary_Type\",\n        \"value\": \"individual\"\n    },\n    {\n        \"field\": \"Beneficiary_Email\",\n        \"value\": \"rishav.u+ind@fvbank.us\"\n    },\n    {\n        \"field\": \"Beneficiary_Address\",\n        \"value\": \"1437 VIP Road\"\n    },\n    {\n        \"field\": \"Beneficiary_City\",\n        \"value\": \"Agra\"\n    },\n    {\n        \"field\": \"Beneficiary_Postal_Code\",\n        \"value\": \"282001\"\n    },\n    {\n        \"field\": \"Beneficiary_Country\",\n        \"value\": \"IN\"\n    },\n    {\n        \"field\": \"Beneficiary_State\",\n        \"value\": \"UP\"\n    },\n    {\n        \"field\": \"Beneficiary_First_Name\",\n        \"value\": \"Rishav\"\n    },\n    {\n        \"field\": \"Beneficiary_Last_Name\",\n        \"value\": \"Upadhayay\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Wed, 28 May 2025 08:06:52 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"103"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"67-LlwxQNTsG9EkAwzuk+rXPs81wJ0\""},{"key":"x-execution-time","value":"22957"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"cache-control","value":"private"},{"key":"X-Served-By","value":"local.api.fvbank.us"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"BeneficiaryId\": \"4934710774492212995\"\n    }\n}"},{"id":"084e54ad-5616-4e67-9f65-d72ce6bb66dc","name":"Create Business Beneficiary","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"Beneficiary_Type\",\n        \"value\": \"business\"\n    },\n    {\n        \"field\": \"Beneficiary_Email\",\n        \"value\": \"rishav.u+bus@fvbank.us\"\n    },\n    {\n        \"field\": \"Beneficiary_Address\",\n        \"value\": \"1437 VIP Road\"\n    },\n    {\n        \"field\": \"Beneficiary_City\",\n        \"value\": \"Agra\"\n    },\n    {\n        \"field\": \"Beneficiary_Postal_Code\",\n        \"value\": \"282001\"\n    },\n    {\n        \"field\": \"Beneficiary_Country\",\n        \"value\": \"IN\"\n    },\n    {\n        \"field\": \"Beneficiary_State\",\n        \"value\": \"UP\"\n    },\n    {\n        \"field\": \"Beneficiary_Company_Name\",\n        \"value\": \"Rishav Inc\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Wed, 28 May 2025 08:08:19 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"103"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"67-ZafkPSqbQtLI61B1kTSFmWLC/S0\""},{"key":"x-execution-time","value":"24137"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"cache-control","value":"private"},{"key":"X-Served-By","value":"local.api.fvbank.us"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"BeneficiaryId\": \"4930207174864842499\"\n    }\n}"},{"id":"27fca33e-94d3-47af-9d80-5b3e1057df6d","name":"Create Business Beneficiary with Virtual Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"Beneficiary_Type\",\n        \"value\": \"business\"\n    },\n    {\n        \"field\": \"Beneficiary_Email\",\n        \"value\": \"rishav.u+bus_va@fvbank.us\"\n    },\n    {\n        \"field\": \"Beneficiary_Address\",\n        \"value\": \"1437 VIP Road\"\n    },\n    {\n        \"field\": \"Beneficiary_City\",\n        \"value\": \"Agra\"\n    },\n    {\n        \"field\": \"Beneficiary_Postal_Code\",\n        \"value\": \"282001\"\n    },\n    {\n        \"field\": \"Beneficiary_Country\",\n        \"value\": \"IN\"\n    },\n    {\n        \"field\": \"Beneficiary_State\",\n        \"value\": \"UP\"\n    },\n    {\n        \"field\": \"Beneficiary_Company_Name\",\n        \"value\": \"Rishav LLC\"\n    },\n    {\n        \"field\": \"Beneficiary_Document\",\n        \"value\": [\n            {\n                \"field\": \"Document_Type\",\n                \"value\": \"Cretificate_Of_Incorporation\"\n            },\n            {\n                \"field\": \"Document_Number\",\n                \"value\": \"X12345679\"\n            },\n            {\n                \"field\": \"Document_Expiration_Date\",\n                \"value\": \"2027-12-01\"\n            },\n            {\n                \"field\": \"Document_File\",\n                \"value\": \"{{FileId}}\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Wed, 28 May 2025 08:10:50 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"103"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"67-mNnZOhIC4cMwlOoYAZONpbWu6dI\""},{"key":"x-execution-time","value":"23537"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"cache-control","value":"private"},{"key":"X-Served-By","value":"local.api.fvbank.us"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"BeneficiaryId\": \"4952725173001694979\"\n    }\n}"},{"id":"9dc4ea73-1e6b-4a04-9e15-6c523340cdf4","name":"Create Individual Beneficiary with Virtual Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"Beneficiary_Type\",\n        \"value\": \"individual\"\n    },\n    {\n        \"field\": \"Beneficiary_Email\",\n        \"value\": \"john+ind_va@fvbank.us\"\n    },\n    {\n        \"field\": \"Beneficiary_Address\",\n        \"value\": \"1437 VIP Road\"\n    },\n    {\n        \"field\": \"Beneficiary_City\",\n        \"value\": \"Agra\"\n    },\n    {\n        \"field\": \"Beneficiary_Postal_Code\",\n        \"value\": \"282001\"\n    },\n    {\n        \"field\": \"Beneficiary_Country\",\n        \"value\": \"IN\"\n    },\n    {\n        \"field\": \"Beneficiary_State\",\n        \"value\": \"UP\"\n    },\n    {\n        \"field\": \"Beneficiary_First_Name\",\n        \"value\": \"Jon\"\n    },\n    {\n        \"field\": \"Beneficiary_Last_Name\",\n        \"value\": \"Doe\"\n    },\n    {\n        \"field\": \"Beneficiary_Document\",\n        \"value\": [\n            {\n                \"field\": \"ID_Type\",\n                \"value\": \"Driving_License\"\n            },\n            {\n                \"field\": \"ID_Number\",\n                \"value\": \"X12345679\"\n            },\n            {\n                \"field\": \"ID_Expiration_Date\",\n                \"value\": \"2027-12-01\"\n            },\n            {\n                \"field\": \"Front_Document\",\n                \"value\": \"{{FileId}}\"\n            },\n            {\n                \"field\": \"Back_Document\",\n                \"value\": \"-8911389245460361003\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Wed, 28 May 2025 08:19:35 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"103"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"67-FTYI+mnYY+zuzhsgkZ0zmz2W8J4\""},{"key":"x-execution-time","value":"23151"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"cache-control","value":"private"},{"key":"X-Served-By","value":"local.api.fvbank.us"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"BeneficiaryId\": \"4970739571511176963\"\n    }\n}"}],"_postman_id":"16d7a242-b35b-49e5-8652-773baaaaa3c5"},{"name":"Get Required Fields (Add Virtual Account)","id":"fb22391c-c706-4012-baab-58250a58c4e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryType\": \"individual\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/get-required-fields-for-virtual-account","description":"<p>Virtual accounts are a solution that enables account holders to generate unique account numbers for receiving third-party deposits while maintaining centralized fund management. Each virtual account is linked to a specific beneficiary relationship—whether a vendor or customer—and comes with dedicated deposit instructions accessible through web portals, mobile applications, and APIs. When funds are deposited using a virtual account reference, the system automatically routes these payments to the parent account holder's primary USD bank account. This creates a seamless collection mechanism for multiple payment sources without the complexity of managing separate physical bank accounts.</p>\n<p>This endpoint takes in the beneficiary type and returns all the fields required to add a virtual account to an already existing beneficiary</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BeneficiaryType</td>\n<td>string</td>\n<td>true</td>\n<td>Individual, Business</td>\n<td>Type of beneficiary to be created</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>number</td>\n<td>--</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>ResponseData</td>\n<td>Beneficiary Document (For Business Beneficiary) Or  <br />Beneficiary Document (For Individual Beneficiary)</td>\n<td>--</td>\n<td>--</td>\n<td>List of all the fields required to add the virtual account</td>\n</tr>\n</tbody>\n</table>\n</div><p>Note: Please refer to attached examples for the exact values</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","beneficiary","get-required-fields-for-virtual-account"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"1a76a860-3dce-41f3-91f5-7b9ed58c1ea1","name":"Get Required Fields (Add Virtual Account - Business)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryType\": \"business\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/get-required-fields-for-virtual-account"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"access-control-allow-credentials","value":"true"},{"key":"cache-control","value":"private"},{"key":"content-encoding","value":"gzip"},{"key":"content-security-policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"etag","value":"W/\"43d-AUl45MDbwGZt4ajPdVKBvJtOzaQ\""},{"key":"expect-ct","value":"max-age=0"},{"key":"function-execution-id","value":"0oqdwluqcn7f"},{"key":"origin-agent-cluster","value":"?1"},{"key":"permissions-policy","value":"geolocation=(self), microphone=(), camera=()"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-cloud-trace-context","value":"0861a06c481efc3ee7d74fe413a1201c"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-country-code","value":"US"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-execution-time","value":"1473"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"0"},{"key":"accept-ranges","value":"bytes"},{"key":"date","value":"Wed, 20 May 2026 10:13:01 GMT"},{"key":"x-served-by","value":"cache-chi-kigq8000042-CHI"},{"key":"x-cache","value":"MISS"},{"key":"x-cache-hits","value":"0"},{"key":"x-timer","value":"S1779271979.486124,VS0,VE1541"},{"key":"vary","value":"Origin, Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400, h3=\":443\"; ma=2592000, h3=\":443\"; ma=2592000"},{"key":"x-request-id","value":"7da3e8cc-1b18-4959-94e2-548eae6e3155"},{"key":"via","value":"1.1 google, 1.1 google"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"Beneficiary_Business_Document\",\n                \"Required\": true,\n                \"Type\": \"Object\",\n                \"Fields\": [\n                    {\n                        \"Name\": \"Document_Type\",\n                        \"Required\": true,\n                        \"Type\": \"SingleSelection\",\n                        \"PossibleValues\": [\n                            {\n                                \"label\": \"Articles of Incorporation\",\n                                \"value\": \"Articles_Of_Incorporation\"\n                            },\n                            {\n                                \"label\": \"Bylaws\",\n                                \"value\": \"Bylaws\"\n                            },\n                            {\n                                \"label\": \"Partnership Agreements\",\n                                \"value\": \"Partnership_Agreements\"\n                            },\n                            {\n                                \"label\": \"Operating Agreement\",\n                                \"value\": \"Operating_Agreement\"\n                            },\n                            {\n                                \"label\": \"Certificate of Incorporation\",\n                                \"value\": \"Certificate_Of_Incorporation\"\n                            },\n                            {\n                                \"label\": \"Business Registration Certificate\",\n                                \"value\": \"Business_Registration_Certificate\"\n                            },\n                            {\n                                \"label\": \"Proof of Business Registration and Legal Existence\",\n                                \"value\": \"Proof_Of_Business_Registration\"\n                            }\n                        ]\n                    },\n                    {\n                        \"Name\": \"Document_Number\",\n                        \"Required\": true,\n                        \"Type\": \"Text\"\n                    },\n                    {\n                        \"Name\": \"Document_Expiration_Date\",\n                        \"Required\": true,\n                        \"Type\": \"Date\"\n                    },\n                    {\n                        \"Name\": \"Document_File\",\n                        \"Required\": true,\n                        \"Type\": \"File\",\n                        \"MaxFiles\": 1,\n                        \"Accept\": [\n                            \"application/pdf\",\n                            \"image/gif\",\n                            \"image/jpeg\",\n                            \"image/pjpeg\",\n                            \"image/png\",\n                            \"image/x-png\",\n                            \"image/bmp\",\n                            \"image/webp\",\n                            \"image/svg+xml\"\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"cd74b03d-0b9d-4223-a9d7-4b889868444e","name":"Get Required Fields (Add Virtual Account - Individual)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryType\": \"individual\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/get-required-fields-for-virtual-account"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":":status","value":200},{"key":"content-length","value":"894"},{"key":"access-control-allow-credentials","value":"true"},{"key":"cache-control","value":"private"},{"key":"content-security-policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"etag","value":"W/\"37e-7CO0p7HdjMBngByMTF8oNgWjs44\""},{"key":"expect-ct","value":"max-age=0"},{"key":"function-execution-id","value":"0oqdt43ht2kb"},{"key":"origin-agent-cluster","value":"?1"},{"key":"permissions-policy","value":"geolocation=(self), microphone=(), camera=()"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-cloud-trace-context","value":"c8a639e256adfa5ac1fb4123932bb39a;o=1"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-country-code","value":"US"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-execution-time","value":"1366"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"0"},{"key":"accept-ranges","value":"bytes"},{"key":"date","value":"Wed, 20 May 2026 10:13:33 GMT"},{"key":"x-served-by","value":"cache-chi-klot8100123-CHI"},{"key":"x-cache","value":"MISS"},{"key":"x-cache-hits","value":"0"},{"key":"x-timer","value":"S1779272012.135825,VS0,VE1423"},{"key":"vary","value":"Origin, Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400, h3=\":443\"; ma=2592000, h3=\":443\"; ma=2592000"},{"key":"x-request-id","value":"e7fc8135-606d-44b8-b96b-b65909830e85"},{"key":"via","value":"1.1 google, 1.1 google"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"Beneficiary_DOB\",\n                \"Required\": true,\n                \"Type\": \"Date\"\n            },\n            {\n                \"Name\": \"Beneficiary_ID_Document\",\n                \"Required\": true,\n                \"Type\": \"Object\",\n                \"Fields\": [\n                    {\n                        \"Name\": \"ID_Type\",\n                        \"Required\": true,\n                        \"Type\": \"SingleSelection\",\n                        \"PossibleValues\": [\n                            {\n                                \"label\": \"Passport\",\n                                \"value\": \"passport\"\n                            },\n                            {\n                                \"label\": \"License\",\n                                \"value\": \"Driving_License\"\n                            }\n                        ]\n                    },\n                    {\n                        \"Name\": \"ID_Number\",\n                        \"Required\": true,\n                        \"Type\": \"Text\"\n                    },\n                    {\n                        \"Name\": \"ID_Expiration_Date\",\n                        \"Required\": true,\n                        \"Type\": \"Date\"\n                    },\n                    {\n                        \"Name\": \"Front_Document\",\n                        \"Required\": true,\n                        \"Type\": \"File\",\n                        \"MaxFiles\": 1,\n                        \"Accept\": [\n                            \"application/pdf\",\n                            \"image/gif\",\n                            \"image/jpeg\",\n                            \"image/pjpeg\",\n                            \"image/png\",\n                            \"image/x-png\",\n                            \"image/bmp\",\n                            \"image/webp\",\n                            \"image/svg+xml\"\n                        ]\n                    },\n                    {\n                        \"Name\": \"Back_Document\",\n                        \"Required\": true,\n                        \"Type\": \"File\",\n                        \"MaxFiles\": 1,\n                        \"Accept\": [\n                            \"application/pdf\",\n                            \"image/gif\",\n                            \"image/jpeg\",\n                            \"image/pjpeg\",\n                            \"image/png\",\n                            \"image/x-png\",\n                            \"image/bmp\",\n                            \"image/webp\",\n                            \"image/svg+xml\"\n                        ]\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"fb22391c-c706-4012-baab-58250a58c4e0"},{"name":"Add Virtual Account","event":[{"listen":"test","script":{"id":"bc5ec706-348f-41b0-91c9-2501b536b28f","exec":["var jsonData = pm.response.json();","if(jsonData?.ResponseData?.BeneficiaryId){","    pm.environment.set(\"beneficiaryIDV2\", jsonData.ResponseData.BeneficiaryId);"," }"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"4293af3c-0517-4b41-8fc3-4e7fbdf2aa87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"Beneficiary_Type\",\n        \"value\": \"Business\"\n    },\n    {\n        \"field\": \"Beneficiary_Document\",\n        \"value\": [\n            {\n                \"field\": \"Document_Type\",\n                \"value\": \"Certificate_Of_Incorporation\"\n            },\n            {\n                \"field\": \"Document_Number\",\n                \"value\": \"X12345679\"\n            },\n            {\n                \"field\": \"Document_Expiration_Date\",\n                \"value\": \"2027-12-01\"\n            },\n            {\n                \"field\": \"Document_File\",\n                \"value\": \"{{FileId}}\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/add-virtual-account/{{beneficiaryIDV2}}","description":"<p>This endpoint add a virtual account to an existing beneficiary</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Beneficiary_Document</td>\n<td>Beneficiary Document (For Business Beneficiary)  <br />  <br />Or  <br />  <br />Beneficiary Document (For Individual Beneficiary)</td>\n<td>Yes</td>\n<td>--</td>\n<td>fields must be from get required fields endpoint</td>\n</tr>\n<tr>\n<td>Beneficiary_Type</td>\n<td>Type of Beneficiary</td>\n<td>Yes</td>\n<td>\"individual\" or \"business\"</td>\n<td>--</td>\n</tr>\n<tr>\n<td>Beneficiary_DOB</td>\n<td>Date of Birth of Beneficiary</td>\n<td>Yes (Only For Individual Beneficiary)</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>ID_Type</td>\n<td>Individual document type for verification</td>\n<td>Yes (While Adding VAN to individual beneficiary)</td>\n<td>passport, Driving_License</td>\n<td></td>\n</tr>\n<tr>\n<td>Document_Type</td>\n<td>Business's document for verification</td>\n<td>Yes (While Adding VAN to business beneficiary)</td>\n<td>Proof_Of_Business_Registration, Certificate_Of_Incorporation,Business_Registration_Certificate,Articles_Of_Incorporationn,Bylaws,Partnership_Agreements,Operating_Agreement</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>Note: Please refer to the attached examples for exact values.</p>\n<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>number</td>\n<td>--</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>ResponseData</td>\n<td>Beneficiary Successfully Updated</td>\n<td>--</td>\n<td>--</td>\n<td>Beneficiary ID of the beneficiary created</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","beneficiary","add-virtual-account","{{beneficiaryIDV2}}"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"d940063f-f99c-40a9-bdf5-c93ca1f0e761","name":"Add Virtual Account to Business Beneficiary","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"Beneficiary_Type\",\n        \"value\": \"business\"\n    },\n    {\n        \"field\": \"Beneficiary_Document\",\n        \"value\": [\n            {\n                \"field\": \"Document_Type\",\n                \"value\": \"Cretificate_Of_Incorporation\"\n            },\n            {\n                \"field\": \"Document_Number\",\n                \"value\": \"X12345679\"\n            },\n            {\n                \"field\": \"Document_Expiration_Date\",\n                \"value\": \"2027-12-01\"\n            },\n            {\n                \"field\": \"Document_File\",\n                \"value\": \"{{FileId}}\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/add-virtual-account/{{beneficiaryIDV2}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Wed, 28 May 2025 08:29:57 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"62-NmsZdnLxNe+yhIU5grxSFWXlKvE\""},{"key":"x-execution-time","value":"9234"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"cache-control","value":"private"},{"key":"X-Served-By","value":"local.api.fvbank.us"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": \"Beneficiary successfully updated\"\n}"},{"id":"5147f2c0-08ef-4171-b2ed-d0aed815acaf","name":"Add Virtual Account to Individual Beneficiary","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"Beneficiary_Type\",\n        \"value\": \"individual\"\n    },\n    {\n        \"field\": \"Beneficiary_DOB\",\n        \"value\": \"2001-12-01\"\n    },\n    {\n        \"field\": \"Beneficiary_Document\",\n        \"value\": [\n            {\n                \"field\": \"ID_Type\",\n                \"value\": \"Driving_License\"\n            },\n            {\n                \"field\": \"ID_Number\",\n                \"value\": \"X12345679\"\n            },\n            {\n                \"field\": \"ID_Expiration_Date\",\n                \"value\": \"2027-12-01\"\n            },\n            {\n                \"field\": \"Front_Document\",\n                \"value\": \"{{FileId}}\"\n            },\n            {\n                \"field\": \"Back_Document\",\n                \"value\": \"8798799254776098603\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/add-virtual-account/{{beneficiaryIDV2}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty"},{"key":"Date","value":"Wed, 28 May 2025 09:06:09 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"98"},{"key":"Connection","value":"keep-alive"},{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"access-control-allow-origin","value":"*"},{"key":"etag","value":"W/\"62-NmsZdnLxNe+yhIU5grxSFWXlKvE\""},{"key":"x-execution-time","value":"10447"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"cache-control","value":"private"},{"key":"X-Served-By","value":"local.api.fvbank.us"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": \"Beneficiary successfully updated\"\n}"}],"_postman_id":"4293af3c-0517-4b41-8fc3-4e7fbdf2aa87"},{"name":"List Beneficiaries [V2]","id":"6d2f7624-c379-44bf-bb48-5ec334a504fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PageNumber\": 1,\n    \"PageSize\": 10\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/list","description":"<p>Returns all the active beneficiaries that are added with the merchant account.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PageNumber</td>\n<td>integer</td>\n<td>No</td>\n<td></td>\n<td>When results are paginated, this field can be used to obtain the results for the required page number</td>\n</tr>\n<tr>\n<td>PageSize</td>\n<td>integer</td>\n<td>No</td>\n<td></td>\n<td>Default PageSize is 40. This can be used to increase or decrease the number of records in a page</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td></td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Response Data</td>\n<td><a href=\"#beneficiaryDetails\">Beneficiaries List</a></td>\n<td></td>\n<td>List of all the beneficiary of the client</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","beneficiary","list"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"95cb63c7-7492-4dde-9522-4bb4453bcec9","name":"List Beneficiaries [V2]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PageNumber\": 1,\n    \"PageSize\": 100\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"38d3-zwH/Za5Blr3SJyZkojzq0xc38gY\""},{"key":"Expect-Ct","value":"max-age=0"},{"key":"Function-Execution-Id","value":"a336j4yhdt44"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"fa2f7fecd7fc6ac5659a62717c422d1d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"IN"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Execution-Time","value":"524"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Sun, 29 Jan 2023 13:15:47 GMT"},{"key":"X-Served-By","value":"cache-maa10221-MAA"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1674998146.415293,VS0,VE805"},{"key":"Vary","value":"Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Data\": [\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-12-19T07:30:20.802-04:00\",\n                \"Id\": \"9005964837635141461\",\n                \"Beneficiary_Email\": \"test.three@yopmail.com\",\n                \"Beneficiary_Status\": \"Disabled: Disabled by Compliance\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"Johnie Rogan\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-12-19T07:28:01.510-04:00\",\n                \"Id\": \"8974439640243547989\",\n                \"Beneficiary_Email\": \"test.three@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"John Rogan\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-12-19T05:48:19.292-04:00\",\n                \"Id\": \"8942914442851954517\",\n                \"Beneficiary_Email\": \"rishav.office2@gmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"Albania\",\n                \"Beneficiary_Name\": \"Jon1 Doe2\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-12-19T05:46:58.293-04:00\",\n                \"Id\": \"8947418042479325013\",\n                \"Beneficiary_Email\": \"rishav.office1@gmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"Albania\",\n                \"Beneficiary_Name\": \"Jon1 Doe2\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-12-19T01:04:33.553-04:00\",\n                \"Id\": \"8924900044342472533\",\n                \"Beneficiary_Email\": \"rishav.office@gmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"Albania\",\n                \"Beneficiary_Name\": \"Jon Doe\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-12-16T06:58:32.800-04:00\",\n                \"Id\": \"6182207871273840469\",\n                \"Beneficiary_Email\": \"rishav.911@gmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"Albania\",\n                \"Beneficiary_Name\": \"asd aasdfdasfdasfdsfsdfsadfdasf\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-12-16T06:40:27.484-04:00\",\n                \"Id\": \"6186711470901210965\",\n                \"Beneficiary_Email\": \"rishav.0727@gmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"Albania\",\n                \"Beneficiary_Name\": \"asd asdsad\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-12-15T09:57:13.911-04:00\",\n                \"Id\": \"5826423500711571285\",\n                \"Beneficiary_Email\": \"rishav.0727@gmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Business\",\n                \"Beneficiary_Country\": \"Albania\",\n                \"Beneficiary_Name\": \"Earnest-cu\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-12-14T03:37:43.586-04:00\",\n                \"Id\": \"5060811564058586965\",\n                \"Beneficiary_Email\": \"rishav.0727@gmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Business\",\n                \"Beneficiary_Country\": \"Albania\",\n                \"Beneficiary_Name\": \"Earnest-c\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-12-13T01:42:49.290-04:00\",\n                \"Id\": \"4718537992378429269\",\n                \"Beneficiary_Email\": \"rishav.0727@gmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Business\",\n                \"Beneficiary_Country\": \"Albania\",\n                \"Beneficiary_Name\": \"Earnest-coffe\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-12-12T06:25:26.026-04:00\",\n                \"Id\": \"4020480050136002389\",\n                \"Beneficiary_Email\": \"rishav.0727@gmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Business\",\n                \"Beneficiary_Country\": \"Albania\",\n                \"Beneficiary_Name\": \"Earnest-coffee\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-12-09T01:26:12.984-04:00\",\n                \"Id\": \"2705428958943817557\",\n                \"Beneficiary_Email\": \"rishav.0727@gmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Business\",\n                \"Beneficiary_Country\": \"Albania\",\n                \"Beneficiary_Name\": \"Earnest-TRF\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-12-07T02:20:20.493-04:00\",\n                \"Id\": \"3290896910501982037\",\n                \"Beneficiary_Email\": \"rishav.0727@gmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Business\",\n                \"Beneficiary_Country\": \"Albania\",\n                \"Beneficiary_Name\": \"Earnest-Trd\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-12-07T01:01:24.312-04:00\",\n                \"Id\": \"3245860914228277077\",\n                \"Beneficiary_Email\": \"rishav.0727@gmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Business\",\n                \"Beneficiary_Country\": \"Albania\",\n                \"Beneficiary_Name\": \"Earnest-Test\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-08-25T05:44:38.747-04:00\",\n                \"Id\": \"8154784508062117716\",\n                \"Beneficiary_Email\": \"rishav@solultima.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Business\",\n                \"Beneficiary_Country\": \"American Samoa\",\n                \"Beneficiary_Name\": \"test_company\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-08-25T02:44:03.852-04:00\",\n                \"Id\": \"9136569226828885844\",\n                \"Beneficiary_Email\": \"rishav@solultima.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"India\",\n                \"Beneficiary_Name\": \"Individual_International_Wire Doe\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-08-25T02:28:13.222-04:00\",\n                \"Id\": \"9141072826456256340\",\n                \"Beneficiary_Email\": \"rishav@solultima.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"India\",\n                \"Beneficiary_Name\": \"Individual_Benefeciary_DOMESTIC_ACH Doe\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-07-20T04:59:22.541-04:00\",\n                \"Id\": \"6002063886179020628\",\n                \"Beneficiary_Email\": \"test.three@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"John Jacob\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-24T06:47:22.917-04:00\",\n                \"Id\": \"4804106385298468692\",\n                \"Beneficiary_Email\": \"test.two@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Business\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"Company Name\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-24T06:43:04.695-04:00\",\n                \"Id\": \"4786091986788986708\",\n                \"Beneficiary_Email\": \"test.two@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"First Name Last Name\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-23T08:03:02.151-04:00\",\n                \"Id\": \"4637473199085760340\",\n                \"Beneficiary_Email\": \"test.two@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"Joe Rogan\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-23T07:55:53.924-04:00\",\n                \"Id\": \"4641976798713130836\",\n                \"Beneficiary_Email\": \"test.two@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"Joe Rogan\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-23T07:55:09.360-04:00\",\n                \"Id\": \"4646480398340501332\",\n                \"Beneficiary_Email\": \"test.two@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"Joe Rogan\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-23T07:54:31.457-04:00\",\n                \"Id\": \"4614955200948907860\",\n                \"Beneficiary_Email\": \"test.two@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"Joe Rogan\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-23T07:31:51.376-04:00\",\n                \"Id\": \"4619458800576278356\",\n                \"Beneficiary_Email\": \"test.two@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"Joe Rogan\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-23T07:31:35.090-04:00\",\n                \"Id\": \"4623962400203648852\",\n                \"Beneficiary_Email\": \"test.two@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"Joe Rogan\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-23T07:26:07.255-04:00\",\n                \"Id\": \"4741055990515281748\",\n                \"Beneficiary_Email\": \"test.two@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"Joe Rogan\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-23T07:25:55.438-04:00\",\n                \"Id\": \"4745559590142652244\",\n                \"Beneficiary_Email\": \"test.two@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"Joe Rogan\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-23T07:08:51.819-04:00\",\n                \"Id\": \"4750063189770022740\",\n                \"Beneficiary_Email\": \"test.two@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"Joe Rogan\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-23T06:59:41.048-04:00\",\n                \"Id\": \"4754566789397393236\",\n                \"Beneficiary_Email\": \"test.two@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"Joe Rogan\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-23T06:58:14.979-04:00\",\n                \"Id\": \"4723041592005799764\",\n                \"Beneficiary_Email\": \"test.two@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"Joe Rogan\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-23T06:01:26.248-04:00\",\n                \"Id\": \"5682308312635715412\",\n                \"Beneficiary_Email\": \"test.two@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"Joe Rogan\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-20T02:52:24.985-04:00\",\n                \"Id\": \"5475142729776672596\",\n                \"Beneficiary_Email\": \"test@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"Anguilla\",\n                \"Beneficiary_Name\": \"Test Test\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-16T02:33:07.383-04:00\",\n                \"Id\": \"5331027541700816724\",\n                \"Beneficiary_Email\": \"test@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"Belgium\",\n                \"Beneficiary_Name\": \"rishav test\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-16T01:08:15.732-04:00\",\n                \"Id\": \"5299502344309223252\",\n                \"Beneficiary_Email\": \"rishav@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"Belgium\",\n                \"Beneficiary_Name\": \"rishav rishav\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-16T00:46:31.616-04:00\",\n                \"Id\": \"5304005943936593748\",\n                \"Beneficiary_Email\": \"rishav@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"Antarctica\",\n                \"Beneficiary_Name\": \"test test\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-16T00:43:45.863-04:00\",\n                \"Id\": \"5308509543563964244\",\n                \"Beneficiary_Email\": \"rishav@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"Belgium\",\n                \"Beneficiary_Name\": \"Rishav Rishav\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-15T06:28:17.635-04:00\",\n                \"Id\": \"3894379260569628500\",\n                \"Beneficiary_Email\": \"test@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"Algeria\",\n                \"Beneficiary_Name\": \"test test_last\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-07T06:54:29.623-04:00\",\n                \"Id\": \"3493558893733654356\",\n                \"Beneficiary_Email\": \"c@mailinator.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Business\",\n                \"Beneficiary_Country\": \"Algeria\",\n                \"Beneficiary_Name\": \"company_name\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-07T06:53:20.907-04:00\",\n                \"Id\": \"3462033696342060884\",\n                \"Beneficiary_Email\": \"test_name@mailinator.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"Algeria\",\n                \"Beneficiary_Name\": \"test_name test_name\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-07T06:27:43.058-04:00\",\n                \"Id\": \"3466537295969431380\",\n                \"Beneficiary_Email\": \"c@mailinator.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Business\",\n                \"Beneficiary_Country\": \"Algeria\",\n                \"Beneficiary_Name\": \"compay_name\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-07T06:26:36.467-04:00\",\n                \"Id\": \"3471040895596801876\",\n                \"Beneficiary_Email\": \"first_name@mailinator.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"Algeria\",\n                \"Beneficiary_Name\": \"first_name first_name\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-07T06:17:04.122-04:00\",\n                \"Id\": \"3588134485908434772\",\n                \"Beneficiary_Email\": \"ben@mailinator.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"Albania\",\n                \"Beneficiary_Name\": \"Ben test\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-06-07T05:19:11.558-04:00\",\n                \"Id\": \"3574623687026323284\",\n                \"Beneficiary_Email\": \"Benef_7_@mailinator\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"India\",\n                \"Beneficiary_Name\": \"Benef_7_ June\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-05-24T04:55:32.531-04:00\",\n                \"Id\": \"1624565048374898516\",\n                \"Beneficiary_Email\": \"testemail\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Business\",\n                \"Beneficiary_Country\": \"Albania\",\n                \"Beneficiary_Name\": \"companyanme\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-05-24T04:49:42.011-04:00\",\n                \"Id\": \"1629068648002269012\",\n                \"Beneficiary_Email\": \"email\",\n                \"Beneficiary_Status\": \"Disabled: Reject by Compliance\",\n                \"Beneficiary_Type\": \"Business\",\n                \"Beneficiary_Country\": \"Andorra\",\n                \"Beneficiary_Name\": \"company\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-05-24T04:05:19.696-04:00\",\n                \"Id\": \"1593039850983305044\",\n                \"Beneficiary_Email\": \"rishav\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Business\",\n                \"Beneficiary_Country\": \"Albania\",\n                \"Beneficiary_Name\": \"Test Company\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-05-24T03:02:52.860-04:00\",\n                \"Id\": \"1674104644275973972\",\n                \"Beneficiary_Email\": \"rishav_test\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"Albania\",\n                \"Beneficiary_Name\": \"Individual_International_Wire\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-05-24T02:45:44.161-04:00\",\n                \"Id\": \"1493960659181154132\",\n                \"Beneficiary_Email\": \"rishav_24test\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"Albania\",\n                \"Beneficiary_Name\": \"Rishav Upadhayay\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-05-22T06:39:11.384-04:00\",\n                \"Id\": \"2228047398442544980\",\n                \"Beneficiary_Email\": \"sri.ganesha@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"Sri Madhanva\"\n            },\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-05-22T06:02:54.730-04:00\",\n                \"Id\": \"2232550998069915476\",\n                \"Beneficiary_Email\": \"sri.ganesha@yopmail.com\",\n                \"Beneficiary_Status\": \"Active\",\n                \"Beneficiary_Type\": \"Individual\",\n                \"Beneficiary_Country\": \"United States of America\",\n                \"Beneficiary_Name\": \"Sri Ganesha\"\n            }\n        ],\n        \"PageNumber\": 1,\n        \"PageSize\": 100,\n        \"TotalCount\": 51\n    }\n}"}],"_postman_id":"6d2f7624-c379-44bf-bb48-5ec334a504fd"},{"name":"Get Beneficiary Details [V2]","id":"bf6de335-060f-481a-ae89-6c0ad6784614","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/v2/beneficiary/{{beneficiaryIDV2}}","description":"<p>To get the details of a beneficiary.</p>\n<h2 id=\"path-variables\">Path Variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>beneficiaryId</td>\n<td>string</td>\n<td>true</td>\n<td>--</td>\n<td>ID of the beneficiary</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td></td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Response Data</td>\n<td><a href=\"#BeneficiaryDetails\">Beneficiary Details</a></td>\n<td></td>\n<td>Details of the beneficiary</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","beneficiary","{{beneficiaryIDV2}}"],"host":["{{baseURL}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"1d974ebd-ab1b-4801-ab3b-2831fffa3b14","name":"Get Beneficiary Details [V2]","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/v2/beneficiary/{{beneficiaryIDV2}}","host":["{{baseURL}}"],"path":["v2","beneficiary","{{beneficiaryIDV2}}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"private"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"4c7-epRIvjTmf708R3+AKJR5hsO41Jc\""},{"key":"Expect-Ct","value":"max-age=0"},{"key":"Function-Execution-Id","value":"a3366adjv9iq"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"13279ff40dfcb59f911dddb1fdf33420;o=1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"IN"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Execution-Time","value":"1639"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Sun, 29 Jan 2023 13:16:33 GMT"},{"key":"X-Served-By","value":"cache-maa10221-MAA"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1674998191.499126,VS0,VE1946"},{"key":"Vary","value":"Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"},{"key":"transfer-encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"CreatedBy\": \"Rishav_Business - Rishav\",\n        \"CreatedOn\": \"2022-12-19T07:30:20.802-04:00\",\n        \"BeneficiaryId\": \"9005964837635141461\",\n        \"Available_Payments_Type\": [\n            {\n                \"label\": \"Withdraw (ETH)\",\n                \"value\": \"BUS_ETH_Account.Payment_ETH\",\n                \"PaymentInstrumentIDs\": [\n                    \"228449163890044758\"\n                ]\n            },\n            {\n                \"label\": \"Payment - International Wire\",\n                \"value\": \"BUS_USD_Account.BUS_International_Transfer\",\n                \"PaymentInstrumentIDs\": [\n                    \"8141273709180006229\",\n                    \"8114252111415783253\"\n                ]\n            },\n            {\n                \"label\": \"Payment - Domestic (ACH)\",\n                \"value\": \"BUS_USD_Account.Business_ACH\",\n                \"PaymentInstrumentIDs\": [\n                    \"9136569226828885845\",\n                    \"9172598023847849813\",\n                    \"9181605223102590805\"\n                ]\n            },\n            {\n                \"label\": \"Payment - Domestic Wire\",\n                \"value\": \"BUS_USD_Account.Domestic_Wire_BUS\",\n                \"PaymentInstrumentIDs\": [\n                    \"9145576426083626837\",\n                    \"9213130420494184277\",\n                    \"9199619621612072789\"\n                ]\n            }\n        ],\n        \"Beneficiary_Type\": \"Individual\",\n        \"Beneficiary_Name\": \"Johnie Rogan\",\n        \"Beneficiary_First_Name\": \"Johnie\",\n        \"Beneficiary_Last_Name\": \"Rogan\",\n        \"Beneficiary_Email\": \"test.three@yopmail.com\",\n        \"Beneficiary_Status\": \"Disabled: Disabled by Compliance\",\n        \"Beneficiary_Address\": \"Main Street, Second Main\",\n        \"Beneficiary_City\": \"Bengaluru\",\n        \"Beneficiary_Postal_Code\": \"560084\",\n        \"Beneficiary_Country\": \"United States of America\"\n    }\n}"},{"id":"8d33026b-f382-4a94-a95d-b995d3e23d7e","name":"Get Beneficiary Details [V2] VAN","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/v2/beneficiary/{{beneficiaryIDV2}}","host":["{{baseURL}}"],"path":["v2","beneficiary","{{beneficiaryIDV2}}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"cache-control","value":"private"},{"key":"content-encoding","value":"gzip"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"etag","value":"W/\"74f-dP0x34/3vwjD57RsTAezAKKHHmw\""},{"key":"expect-ct","value":"max-age=0"},{"key":"function-execution-id","value":"vg2qz5f14mhq"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-cloud-trace-context","value":"4b83dbf89df1ef9cecd8c0b35453a654;o=1"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-country-code","value":"US"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-execution-time","value":"1608"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"0"},{"key":"accept-ranges","value":"bytes"},{"key":"date","value":"Tue, 16 Sep 2025 11:09:11 GMT"},{"key":"x-served-by","value":"cache-chi-klot8100093-CHI"},{"key":"x-cache","value":"MISS"},{"key":"x-cache-hits","value":"0"},{"key":"x-timer","value":"S1758020950.644242,VS0,VE1673"},{"key":"vary","value":"Origin, Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"x-request-id","value":"ae401da8-b231-482e-aaa2-ebc74796f5c9"},{"key":"via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"CreatedBy\": \"Zomato - Rishav\",\n        \"CreatedOn\": \"2025-07-10T09:05:16.431-04:00\",\n        \"BeneficiaryId\": \"-1654055480350822652\",\n        \"Available_Payments_Type\": [],\n        \"Beneficiary_Type\": \"Individual\",\n        \"Beneficiary_Name\": \"Varun 1 Upadhayay 2\",\n        \"Beneficiary_First_Name\": \"Varun 1\",\n        \"Beneficiary_Last_Name\": \"Upadhayay 2\",\n        \"Beneficiary_Email\": \"varun+1@mailinator.com\",\n        \"Beneficiary_Status\": \"Active\",\n        \"undefined\": false,\n        \"ID_Document\": \"Beneficiary ID Document (-1649551880723452156)\",\n        \"Beneficiary_Country\": \"India\",\n        \"Beneficiary_State\": \"UP\",\n        \"Beneficiary_City\": \"Agra\",\n        \"Beneficiary_Address\": \"1437 VIP Road\",\n        \"Beneficiary_Postal_Code\": \"282001\",\n        \"Virtual_Account\": {\n            \"Account_Number\": \"780008000074\",\n            \"Deposit_Instructions\": [\n                {\n                    \"Title\": \"Domestic Wire Deposit\",\n                    \"Type\": \"Domestic Wire\",\n                    \"Note\": \"Domestic Wire - Please use these instructions for any wires within the United States. You will need to provide this information to the bank that is sending the wire to your FV Bank Account. You must provide the Reference for your FV Bank account in the Reference/Memo Field.\",\n                    \"Receiving Bank Name\": \"Cornerstone Capital Bank\",\n                    \"Receiving Bank Address\": \"1177 West Loop South, Suite 700, Houston, TX 77027\",\n                    \"Routing Number/ABA\": \"111326275\",\n                    \"Beneficiary Name\": \"FV Bank International Inc.\",\n                    \"Beneficiary Address\": \"270 Muñoz Rivera Avenue, Suite 1120, San Juan, PR 00918\",\n                    \"Beneficiary Account Number\": \"100107427\",\n                    \"Reference/Memo #\": \"780008000074\",\n                    \"Gateway\": \"cornerstone\"\n                },\n                {\n                    \"Title\": \"USDC Stablecoin Deposit\",\n                    \"Type\": \"USDC Stablecoin\",\n                    \"Note\": \"Deposits must be transferred on the ETH Blockchain. Any asset other than USDC sent to this address will not reach FV Bank and will be lost. Lost transfers may not be recoverable.\",\n                    \"Deposit Address\": \"Deposit Address request was successful. Your Deposit Address will be available shortly!\",\n                    \"Currency\": \"USDC\",\n                    \"Stablecoin Network\": \"ETH\"\n                }\n            ]\n        }\n    }\n}"},{"id":"a52e03ec-5139-421d-84f5-85e2d946027d","name":"Get Beneficiary Details [V2] [Business]","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/v2/beneficiary/{{beneficiaryIDV2}}","host":["{{baseURL}}"],"path":["v2","beneficiary","{{beneficiaryIDV2}}"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"access-control-allow-credentials","value":"true"},{"key":"cache-control","value":"private"},{"key":"content-encoding","value":"gzip"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"etag","value":"W/\"626-fuIXaQECRjdvxrhEBeUFUaXeJFc\""},{"key":"expect-ct","value":"max-age=0"},{"key":"function-execution-id","value":"joavl74a2pz7"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-cloud-trace-context","value":"5c9e188c076aa65f8e01a92306ff5268"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-country-code","value":"US"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-execution-time","value":"723"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"0"},{"key":"accept-ranges","value":"bytes"},{"key":"date","value":"Wed, 04 Feb 2026 12:39:17 GMT"},{"key":"x-served-by","value":"cache-chi-klot8100020-CHI"},{"key":"x-cache","value":"MISS"},{"key":"x-cache-hits","value":"0"},{"key":"x-timer","value":"S1770208756.408850,VS0,VE770"},{"key":"vary","value":"Origin, Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"x-request-id","value":"009b2833-233f-49c1-a3bf-4f3f3a400aa4"},{"key":"via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"CreatedBy\": \"Zomato - Rishav\",\n        \"CreatedOn\": \"2025-05-20T12:49:10.517-04:00\",\n        \"BeneficiaryId\": \"4894178377845878531\",\n        \"Available_Payments_Type\": [\n            {\n                \"label\": \"Payment - Domestic Wire\",\n                \"value\": \"BUS_USD_Account.Domestic_Wire_BUS\",\n                \"PaymentInstrumentIDs\": [\n                    \"-5549669158026301692\"\n                ]\n            }\n        ],\n        \"Beneficiary_Type\": \"Business\",\n        \"Beneficiary_Name\": \"Tech Company Test 4\",\n        \"Beneficiary_Company_Name\": \"Tech Company Test 4\",\n        \"Beneficiary_Status\": \"Active\",\n        \"undefined\": false,\n        \"Business_Document\": \"Beneficiary Business Document (4898681977473249027)\",\n        \"Beneficiary_Country\": \"United States of America\",\n        \"Beneficiary_State\": \"CA\",\n        \"Beneficiary_City\": \"Beverly Hills\",\n        \"Beneficiary_Address\": \"514 Two Rivers Bike Trail\",\n        \"Beneficiary_Postal_Code\": \"90221\",\n        \"Virtual_Account\": {\n            \"Account_Number\": \"780008000006\",\n            \"Deposit_Instructions\": [\n                {\n                    \"Title\": \"Domestic Wire Deposit\",\n                    \"Type\": \"Domestic Wire\",\n                    \"Note\": \"Domestic Wire - Please use these instructions for any wires within the United States. You will need to provide this information to the bank that is sending the wire to your FV Bank Account. You must provide the Reference for your FV Bank account in the Reference/Memo Field.\",\n                    \"Receiving Bank Name\": \"Cornerstone Capital Bank\",\n                    \"Receiving Bank Address\": \"1177 West Loop South, Suite 700, Houston, TX 77027\",\n                    \"Routing Number/ABA\": \"111326275\",\n                    \"Beneficiary Name\": \"FV Bank International Inc.\",\n                    \"Beneficiary Address\": \"270 Muñoz Rivera Avenue, Suite 1120, San Juan, PR 00918\",\n                    \"Beneficiary Account Number\": \"100107427\",\n                    \"Reference/Memo #\": \"780008000006\",\n                    \"Gateway\": \"cornerstone\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"bf6de335-060f-481a-ae89-6c0ad6784614"},{"name":"Change Status","id":"513bd899-785e-48c9-b381-6816d21416af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\n        \"BeneficiaryId\": \"{{beneficiaryIDV2}}\",\n        \"Status\": \"Disable\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/change-status","description":"<p>This endpoint is used to change status of a beneficiary.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BeneficiaryID</td>\n<td>String</td>\n<td>--</td>\n<td>Beneficiary ID</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>string</td>\n<td>Active, Disable</td>\n<td>Status of the beneficiary</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>number</td>\n<td>--</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>ResponseData</td>\n<td>Object</td>\n<td>--</td>\n<td>--</td>\n<td>Message</td>\n</tr>\n</tbody>\n</table>\n</div><p>Note: \"Permission Denied\" message is returned with status code 400 when \"Status\" in request body is same as the beneficiary status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","beneficiary","change-status"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"be1da2a0-8914-4025-9dfd-ed808664f21d","name":"Change Status [Enable]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\n        \"BeneficiaryId\": \"{{beneficiaryIDV2}}\",\n        \"Status\": \"Active\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/change-status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"125"},{"key":"etag","value":"W/\"7d-ltQTCG9BD7gLU6koSV+BMpZiICo\""},{"key":"x-execution-time","value":"11605"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Tue, 10 Jan 2023 07:36:09 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": \"Beneficiary has been enabled for transactions successfully.\"\n}"},{"id":"22a6efdf-5281-496e-8c90-bbaee019f4dc","name":"Change Status [Disable]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\n        \"BeneficiaryId\": \"{{beneficiaryIDV2}}\",\n        \"Status\": \"Disable\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/change-status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"126"},{"key":"etag","value":"W/\"7e-w6n4xiKyJ+JzIJ/BS7VEB5HXjpg\""},{"key":"x-execution-time","value":"6143"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Tue, 10 Jan 2023 07:36:59 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": \"Beneficiary has been disabled for transactions successfully.\"\n}"}],"_postman_id":"513bd899-785e-48c9-b381-6816d21416af"}],"id":"59115288-2a9d-4f17-90bc-5e150d22ac75","description":"<p>In order to initiate a bank transfer, a beneficiary must be added first. This sections consists of endpoints to work with the beneficiaries</p>\n","_postman_id":"59115288-2a9d-4f17-90bc-5e150d22ac75","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}}},{"name":"Payment Instrument","item":[{"name":"Get Required Fields [V2]","id":"200ff2f2-fe1c-41f2-8541-3a1718484ee8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_brl_domestic_payments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields","description":"<p>This endpoint is used to get all the fields that are needed to create a payment instrument based on the payment type.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PaymentType</td>\n<td>string</td>\n<td>true</td>\n<td>Get values from Get Payment Types endpoints</td>\n<td>Payment type for the payment instrument</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>number</td>\n<td>--</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>ResponseData</td>\n<td>object</td>\n<td>--</td>\n<td>--</td>\n<td>List of all the fields required to create the payment instrument</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","payment-instrument","get-required-fields"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"35093ed3-d71a-4377-b52c-2558be819f0d","name":"Get Required Fields [V2] - Withdraw ETH","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_ETH_Account.Payment_ETH\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"602"},{"key":"Cache-Control","value":"private"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"25a-k2fFlYyeYIoI1XxmI4gzXIk0AX0\""},{"key":"Expect-Ct","value":"max-age=0"},{"key":"Function-Execution-Id","value":"a336gv8mpaof"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"21be493bb2f56c1bd6d7323ec9307199"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"IN"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Execution-Time","value":"751"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Refresh-Token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJTZXNzaW9uVG9rZW4iOiIxOGJhYTgwYTA1Y2YwMThiYjQzZjUxYWYwMzA3MGEzYTYyMWFlZmVlZWRiZDgwMzAzM2ZmZmRjYTFmOWE1Njg3RmFhWC9LUk1qV013RnU2aDdEcHN0SFhHTHFLUmRDdzNZYXVjWEVKUkhxdWppNXp6aDV3cHViUUVFTVpBRVVDUTVrekwyamEyRzIxOG5xOTVFRkFmd2tJZ2tla3NYdmYveUZqQ2M0cERaMzk3MVJtKzlqa2VjUnM0QXFHdFN6K3hDOUxPN2tZaXVYb3JWS1pjcm9VenVIdUF3bE53ZkJ1Rm84cENqT0xNdkM2QzhNMkwyREp2VFNjbTN0akNYZ1lWSlZndklSYjAvRjAySHg3MG84dmVnZnFXKzdHT2FZMDVYSGJtN0d0U1dTRlhGOEMrcFR6bUJudk9QZDJBbWQ0R1RGMDdiZEh0VlF3UHNGRDVpMExSeUE9PSIsIkNsaWVudElEIjoiZmYwZDZmODktYWM2YS00ZGYyLWJlZGItMWY1ZWExNDllMmNmIiwiQ2xpZW50SVAiOiI0OS40My4xNTMuMTUyIiwiaWF0IjoxNjc0OTk4MzczLCJleHAiOjE2NzQ5OTkyNzN9.fDi6BcxEml0L3Q2t_LjkEg5RbEo5WozSLGBGK55tJOM"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Sun, 29 Jan 2023 13:19:33 GMT"},{"key":"X-Served-By","value":"cache-maa10221-MAA"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1674998372.439819,VS0,VE1056"},{"key":"Vary","value":"Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"Text\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Withdraw (BTC)\",\n                        \"value\": \"BUS_BTC_Account.Payment_BTC\"\n                    },\n                    {\n                        \"label\": \"Withdraw (ETH)\",\n                        \"value\": \"BUS_ETH_Account.Payment_ETH\"\n                    },\n                    {\n                        \"label\": \"Withdraw (USDT)\",\n                        \"value\": \"BUS_USDT_Account.Payment_USDT\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Address\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Asset\",\n                \"Required\": true,\n                \"Type\": \"Text\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Ethereum\",\n                        \"value\": \"ETH\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"cf961df2-6866-4f71-bf1c-ab0d553fed16","name":"Get Required Fields [V2] - Withdraw BTC","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_BTC_Account.Payment_BTC\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"601"},{"key":"Cache-Control","value":"private"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"259-D3bgshRiyPKotNFCC19oy4FkgMI\""},{"key":"Expect-Ct","value":"max-age=0"},{"key":"Function-Execution-Id","value":"a336fx4es5aj"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"e5aea3da689999c0eb24ce8b19f1ed47;o=1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"IN"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Execution-Time","value":"353"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Sun, 29 Jan 2023 13:21:23 GMT"},{"key":"X-Served-By","value":"cache-maa10221-MAA"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1674998483.713887,VS0,VE645"},{"key":"Vary","value":"Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"Text\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Withdraw (BTC)\",\n                        \"value\": \"BUS_BTC_Account.Payment_BTC\"\n                    },\n                    {\n                        \"label\": \"Withdraw (ETH)\",\n                        \"value\": \"BUS_ETH_Account.Payment_ETH\"\n                    },\n                    {\n                        \"label\": \"Withdraw (USDT)\",\n                        \"value\": \"BUS_USDT_Account.Payment_USDT\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Address\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Asset\",\n                \"Required\": true,\n                \"Type\": \"Text\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Bitcoin\",\n                        \"value\": \"BTC\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"50271a22-8c3d-48ea-ba3b-2e60e4261873","name":"Get Required Fields [V2] - Domestic (ACH)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.Business_ACH\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"907"},{"key":"Cache-Control","value":"private"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"38b-UgIzWxVfvsXXKwaiRQo8mtEWre4\""},{"key":"Expect-Ct","value":"max-age=0"},{"key":"Function-Execution-Id","value":"a336gopcb4el"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"3084f02fbecb596b3460f8c9308b2b86"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"IN"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Execution-Time","value":"403"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Sun, 29 Jan 2023 13:22:38 GMT"},{"key":"X-Served-By","value":"cache-maa10221-MAA"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1674998557.321926,VS0,VE687"},{"key":"Vary","value":"Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"Text\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Payment - Domestic (ACH)\",\n                        \"value\": \"BUS_USD_Account.Business_ACH\"\n                    },\n                    {\n                        \"label\": \"Payment - Domestic Wire\",\n                        \"value\": \"BUS_USD_Account.Domestic_Wire_BUS\"\n                    },\n                    {\n                        \"label\": \"Payment - International Wire\",\n                        \"value\": \"BUS_USD_Account.BUS_International_Transfer\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Account_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Routing_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Account_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Checking\",\n                        \"value\": \"Checking\"\n                    },\n                    {\n                        \"label\": \"Saving\",\n                        \"value\": \"Saving\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Name\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Country\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            }\n        ]\n    }\n}"},{"id":"fab0f63e-932b-446e-9f6b-1f5f7000e577","name":"Get Required Fields [V2] - Domestic Wire","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.Domestic_Wire_BUS\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"907"},{"key":"Cache-Control","value":"private"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"38b-UgIzWxVfvsXXKwaiRQo8mtEWre4\""},{"key":"Expect-Ct","value":"max-age=0"},{"key":"Function-Execution-Id","value":"a336minob4lw"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"10b2306570e41bd4127f3433c1b3359b;o=1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"IN"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Execution-Time","value":"413"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Sun, 29 Jan 2023 13:23:21 GMT"},{"key":"X-Served-By","value":"cache-maa10221-MAA"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1674998601.128381,VS0,VE703"},{"key":"Vary","value":"Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"Text\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Payment - Domestic (ACH)\",\n                        \"value\": \"BUS_USD_Account.Business_ACH\"\n                    },\n                    {\n                        \"label\": \"Payment - Domestic Wire\",\n                        \"value\": \"BUS_USD_Account.Domestic_Wire_BUS\"\n                    },\n                    {\n                        \"label\": \"Payment - International Wire\",\n                        \"value\": \"BUS_USD_Account.BUS_International_Transfer\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Account_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Routing_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Account_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Checking\",\n                        \"value\": \"Checking\"\n                    },\n                    {\n                        \"label\": \"Saving\",\n                        \"value\": \"Saving\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Name\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Country\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            }\n        ]\n    }\n}"},{"id":"d2a5f937-1c93-4c4b-a90e-f31a0119939f","name":"Get Required Fields [V2] - International Wire","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.BUS_International_Transfer\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"902"},{"key":"Cache-Control","value":"private"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"386-HOM0cJS6HkBMOvUzL5r5YGJF1yo\""},{"key":"Expect-Ct","value":"max-age=0"},{"key":"Function-Execution-Id","value":"gq9qsvmnkahj"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"1b0e9f315e53c150c9f330733342ffe5"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"IN"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Execution-Time","value":"393"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Sun, 29 Jan 2023 13:24:14 GMT"},{"key":"X-Served-By","value":"cache-maa10221-MAA"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1674998654.570776,VS0,VE677"},{"key":"Vary","value":"Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"Text\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Payment - Domestic (ACH)\",\n                        \"value\": \"BUS_USD_Account.Business_ACH\"\n                    },\n                    {\n                        \"label\": \"Payment - Domestic Wire\",\n                        \"value\": \"BUS_USD_Account.Domestic_Wire_BUS\"\n                    },\n                    {\n                        \"label\": \"Payment - International Wire\",\n                        \"value\": \"BUS_USD_Account.BUS_International_Transfer\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Account_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Swift_Bic\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Account_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Checking\",\n                        \"value\": \"Checking\"\n                    },\n                    {\n                        \"label\": \"Saving\",\n                        \"value\": \"Saving\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Name\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Country\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            }\n        ]\n    }\n}"},{"id":"ad396913-14ae-4022-bbbd-1515652b089a","name":"Get Required Fields [V2] - Withdraw USDT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USDT_Account.Payment_USDT\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"601"},{"key":"Cache-Control","value":"private"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"259-0KCZuuAyA8UWdo4GPymcE+GOy18\""},{"key":"Expect-Ct","value":"max-age=0"},{"key":"Function-Execution-Id","value":"a336broo2kjv"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"4090699eb583f5b50d70af1f5556337b;o=1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"IN"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Execution-Time","value":"375"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Sun, 29 Jan 2023 13:25:48 GMT"},{"key":"X-Served-By","value":"cache-maa10221-MAA"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1674998748.318155,VS0,VE677"},{"key":"Vary","value":"Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"Text\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Withdraw (BTC)\",\n                        \"value\": \"BUS_BTC_Account.Payment_BTC\"\n                    },\n                    {\n                        \"label\": \"Withdraw (ETH)\",\n                        \"value\": \"BUS_ETH_Account.Payment_ETH\"\n                    },\n                    {\n                        \"label\": \"Withdraw (USDT)\",\n                        \"value\": \"BUS_USDT_Account.Payment_USDT\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Address\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Asset\",\n                \"Required\": true,\n                \"Type\": \"Text\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Tether\",\n                        \"value\": \"USDT\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"ffcbaa3f-b2dd-45ab-a654-5720d1eb5ac9","name":"Get Required Fields [V2] - Withdraw USDC","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USDC_Account.Payment_USDC\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"603"},{"key":"Cache-Control","value":"private"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"25b-naT5VWWG4UKMaBguRIUIhLkqaaY\""},{"key":"Expect-Ct","value":"max-age=0"},{"key":"Function-Execution-Id","value":"a336m9cbbu69"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"75532302bf36c825a81025a0730e1c6c"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"IN"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Execution-Time","value":"294"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Sun, 29 Jan 2023 13:26:33 GMT"},{"key":"X-Served-By","value":"cache-maa10221-MAA"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1674998793.763675,VS0,VE575"},{"key":"Vary","value":"Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"Text\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Withdraw (BTC)\",\n                        \"value\": \"BUS_BTC_Account.Payment_BTC\"\n                    },\n                    {\n                        \"label\": \"Withdraw (ETH)\",\n                        \"value\": \"BUS_ETH_Account.Payment_ETH\"\n                    },\n                    {\n                        \"label\": \"Withdraw (USDT)\",\n                        \"value\": \"BUS_USDT_Account.Payment_USDT\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Address\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Asset\",\n                \"Required\": true,\n                \"Type\": \"Text\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"USD Coin\",\n                        \"value\": \"USDC\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"a8f83d65-6e46-42d4-b19d-9e6f0ac179a9","name":"Get Required Fields - AED Domestic Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_aed_domestic_payments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"e0c-NGAmjaCjJvaCwHNAlHB1W0+vOy4\""},{"key":"x-execution-time","value":"14657"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Thu, 14 May 2026 09:25:44 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"AED Domestic Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_aed_domestic_payments\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank\",\n                \"Required\": false,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Abu Dhabi Commercial Bank\",\n                        \"value\": 4005\n                    },\n                    {\n                        \"label\": \"ABU DHABI ISLAMIC BANK\",\n                        \"value\": 4008\n                    },\n                    {\n                        \"label\": \"AJMAN BANK PJSC\",\n                        \"value\": 4009\n                    },\n                    {\n                        \"label\": \"AL AHLI BANK OF KUWAIT.K.S.C.\",\n                        \"value\": 4010\n                    },\n                    {\n                        \"label\": \"AL HILAL BANK\",\n                        \"value\": 4012\n                    },\n                    {\n                        \"label\": \"AL KHALIJI FRANCE S.A.\",\n                        \"value\": 4013\n                    },\n                    {\n                        \"label\": \"ARAB AFRICAN INTERNATIONAL BANK\",\n                        \"value\": 4019\n                    },\n                    {\n                        \"label\": \"EMIRATES INVESTMENT BANK\",\n                        \"value\": 4022\n                    },\n                    {\n                        \"label\": \"BANK OF BARODA\",\n                        \"value\": 4026\n                    },\n                    {\n                        \"label\": \"BANK OF SHARJAH, THE\",\n                        \"value\": 4027\n                    },\n                    {\n                        \"label\": \"BANQUE MISR\",\n                        \"value\": 4029\n                    },\n                    {\n                        \"label\": \"BARCLAYS BANK PLC\",\n                        \"value\": 4030\n                    },\n                    {\n                        \"label\": \"BLOM BANK FRANCE S.A.\",\n                        \"value\": 4031\n                    },\n                    {\n                        \"label\": \"BNP PARIBAS, ABU DHABI\",\n                        \"value\": 4032\n                    },\n                    {\n                        \"label\": \"BNP PARIBAS, DUBAI\",\n                        \"value\": 4033\n                    },\n                    {\n                        \"label\": \"CITIBANK N.A.\",\n                        \"value\": 4036\n                    },\n                    {\n                        \"label\": \"COMMERCIAL BANK OF DUBAI\",\n                        \"value\": 4038\n                    },\n                    {\n                        \"label\": \"AGRICULTURAL BANK OF CHINA (DIFC BRANCH)\",\n                        \"value\": 4581\n                    },\n                    {\n                        \"label\": \"AGRICULTURAL BANK OF CHINA(DUBAI BRANCH)\",\n                        \"value\": 4582\n                    },\n                    {\n                        \"label\": \"BANK ALFALAH LIMITED (DUBAI BRANCH)\",\n                        \"value\": 4585\n                    },\n                    {\n                        \"label\": \"BANK OF CHINA (DUBAI) BRANCH\",\n                        \"value\": 4586\n                    },\n                    {\n                        \"label\": \"BANK OF CHINA ABU DHABI BRANCH\",\n                        \"value\": 4587\n                    },\n                    {\n                        \"label\": \"BOK INTERNATIONAL\",\n                        \"value\": 4592\n                    },\n                    {\n                        \"label\": \"DEUTSCHE BANK AG\",\n                        \"value\": 4597\n                    },\n                    {\n                        \"label\": \"DEUTSCHE BANK AG, ABU DHABI\",\n                        \"value\": 4598\n                    },\n                    {\n                        \"label\": \"DOHA BANK\",\n                        \"value\": 4599\n                    },\n                    {\n                        \"label\": \"DUBAI ISLAMIC BANK\",\n                        \"value\": 4601\n                    },\n                    {\n                        \"label\": \"DUBAI ISLAMIC BANK (FORMERLY NOOR BANK P.J.S.C.)\",\n                        \"value\": 4602\n                    },\n                    {\n                        \"label\": \"EL-NILEIN BANK\",\n                        \"value\": 4603\n                    },\n                    {\n                        \"label\": \"EMIRATES ISLAMIC BANK\",\n                        \"value\": 4606\n                    },\n                    {\n                        \"label\": \"EMIRATES NBD BANK PJSC\",\n                        \"value\": 4608\n                    },\n                    {\n                        \"label\": \"FIRST ABU DHABI BANK PJSC\",\n                        \"value\": 4609\n                    },\n                    {\n                        \"label\": \"GULF INTERNATIONAL BANK B.S.C.\",\n                        \"value\": 4610\n                    },\n                    {\n                        \"label\": \"HABIB BANK AG ZURICH\",\n                        \"value\": 4611\n                    },\n                    {\n                        \"label\": \"HABIB BANK LIMITED\",\n                        \"value\": 4612\n                    },\n                    {\n                        \"label\": \"INDUSTRIAL AND COMMERCIAL BANK OF CHINA LIMITED-ABU DHABI BRANCH\",\n                        \"value\": 4616\n                    },\n                    {\n                        \"label\": \"INDUSTRIAL AND COMMERCIAL BANK OF CHINA LIMITED, DUBAI(DIFC) BRANCH\",\n                        \"value\": 4617\n                    },\n                    {\n                        \"label\": \"INTESA SANPAOLO SPA\",\n                        \"value\": 4618\n                    },\n                    {\n                        \"label\": \"INVESTBANK\",\n                        \"value\": 4619\n                    },\n                    {\n                        \"label\": \"JANATA BANK\",\n                        \"value\": 4620\n                    },\n                    {\n                        \"label\": \"KEB HANA BANK ABUDHABI BRANCH\",\n                        \"value\": 4621\n                    },\n                    {\n                        \"label\": \"MASHREQBANK PSC.\",\n                        \"value\": 4623\n                    },\n                    {\n                        \"label\": \"MCB BANK LIMITED\",\n                        \"value\": 4624\n                    },\n                    {\n                        \"label\": \"NATIONAL BANK OF FUJAIRAH\",\n                        \"value\": 4628\n                    },\n                    {\n                        \"label\": \"NATIONAL BANK OF KUWAIT (S.A.K.).\",\n                        \"value\": 4629\n                    },\n                    {\n                        \"label\": \"NATIONAL BANK OF OMAN\",\n                        \"value\": 4630\n                    },\n                    {\n                        \"label\": \"NATIONAL BANK OF UMM AL QAIWAIN PSC.\",\n                        \"value\": 4632\n                    },\n                    {\n                        \"label\": \"SHARJAH ISLAMIC BANK\",\n                        \"value\": 4638\n                    },\n                    {\n                        \"label\": \"STANDARD CHARTERED BANK\",\n                        \"value\": 4641\n                    },\n                    {\n                        \"label\": \"UNITED BANK LTD.\",\n                        \"value\": 4648\n                    },\n                    {\n                        \"label\": \"Al Masraf\",\n                        \"value\": 5225\n                    },\n                    {\n                        \"label\": \"National Bank Of Bahrain\",\n                        \"value\": 5226\n                    },\n                    {\n                        \"label\": \"RAK Bank\",\n                        \"value\": 5227\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Iban\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Phone\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Identity_Type\",\n                \"Required\": false,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Passport\",\n                        \"value\": \"PASSPORT\"\n                    },\n                    {\n                        \"label\": \"Driving License\",\n                        \"value\": \"DRIVING_LICENSE\"\n                    },\n                    {\n                        \"label\": \"National Identification Card\",\n                        \"value\": \"NATIONAL_ID\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Beneficiary_Identity_Number\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Identity_Expiration_Date\",\n                \"Required\": false,\n                \"Type\": \"Date\"\n            }\n        ]\n    }\n}"},{"id":"d504d9f0-80ff-4e2b-8eb0-923b2bd50d6b","name":"Get Required Fields - AED Wire Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_aed_wire_payments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"1999-2GHKNwy/6JGHsnnziF/+A65hpOs\""},{"key":"x-execution-time","value":"11923"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Thu, 14 May 2026 09:31:05 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"AED Wire Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_aed_wire_payments\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Iban\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Swift_Bic\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Name\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Country\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Albania\",\n                        \"value\": \"AL\"\n                    },\n                    {\n                        \"label\": \"Algeria\",\n                        \"value\": \"DZ\"\n                    },\n                    {\n                        \"label\": \"Andorra\",\n                        \"value\": \"AD\"\n                    },\n                    {\n                        \"label\": \"Angola\",\n                        \"value\": \"AO\"\n                    },\n                    {\n                        \"label\": \"Antigua and Barbuda\",\n                        \"value\": \"AG\"\n                    },\n                    {\n                        \"label\": \"Argentina\",\n                        \"value\": \"AR\"\n                    },\n                    {\n                        \"label\": \"Armenia\",\n                        \"value\": \"AM\"\n                    },\n                    {\n                        \"label\": \"Australia\",\n                        \"value\": \"AU\"\n                    },\n                    {\n                        \"label\": \"Austria\",\n                        \"value\": \"AT\"\n                    },\n                    {\n                        \"label\": \"Azerbaijan\",\n                        \"value\": \"AZ\"\n                    },\n                    {\n                        \"label\": \"Bahamas\",\n                        \"value\": \"BS\"\n                    },\n                    {\n                        \"label\": \"Bahrain\",\n                        \"value\": \"BH\"\n                    },\n                    {\n                        \"label\": \"Bangladesh\",\n                        \"value\": \"BD\"\n                    },\n                    {\n                        \"label\": \"Barbados\",\n                        \"value\": \"BB\"\n                    },\n                    {\n                        \"label\": \"Belgium\",\n                        \"value\": \"BE\"\n                    },\n                    {\n                        \"label\": \"Belize\",\n                        \"value\": \"BZ\"\n                    },\n                    {\n                        \"label\": \"Benin\",\n                        \"value\": \"BJ\"\n                    },\n                    {\n                        \"label\": \"Bhutan\",\n                        \"value\": \"BT\"\n                    },\n                    {\n                        \"label\": \"Bolivia\",\n                        \"value\": \"BO\"\n                    },\n                    {\n                        \"label\": \"Botswana\",\n                        \"value\": \"BW\"\n                    },\n                    {\n                        \"label\": \"Brazil\",\n                        \"value\": \"BR\"\n                    },\n                    {\n                        \"label\": \"Brunei Darussalam\",\n                        \"value\": \"BN\"\n                    },\n                    {\n                        \"label\": \"Bulgaria\",\n                        \"value\": \"BG\"\n                    },\n                    {\n                        \"label\": \"Burkina Faso\",\n                        \"value\": \"BF\"\n                    },\n                    {\n                        \"label\": \"Burundi\",\n                        \"value\": \"BI\"\n                    },\n                    {\n                        \"label\": \"Cabo Verde\",\n                        \"value\": \"CV\"\n                    },\n                    {\n                        \"label\": \"Cambodia\",\n                        \"value\": \"KH\"\n                    },\n                    {\n                        \"label\": \"Cameroon\",\n                        \"value\": \"CM\"\n                    },\n                    {\n                        \"label\": \"Canada\",\n                        \"value\": \"CA\"\n                    },\n                    {\n                        \"label\": \"Chad\",\n                        \"value\": \"TD\"\n                    },\n                    {\n                        \"label\": \"Chile\",\n                        \"value\": \"CL\"\n                    },\n                    {\n                        \"label\": \"China\",\n                        \"value\": \"CN\"\n                    },\n                    {\n                        \"label\": \"Colombia\",\n                        \"value\": \"CO\"\n                    },\n                    {\n                        \"label\": \"Comoros\",\n                        \"value\": \"KM\"\n                    },\n                    {\n                        \"label\": \"Costa Rica\",\n                        \"value\": \"CR\"\n                    },\n                    {\n                        \"label\": \"Cyprus\",\n                        \"value\": \"CY\"\n                    },\n                    {\n                        \"label\": \"Czech Republic\",\n                        \"value\": \"CZ\"\n                    },\n                    {\n                        \"label\": \"Denmark\",\n                        \"value\": \"DK\"\n                    },\n                    {\n                        \"label\": \"Djibouti\",\n                        \"value\": \"DJ\"\n                    },\n                    {\n                        \"label\": \"Dominica\",\n                        \"value\": \"DM\"\n                    },\n                    {\n                        \"label\": \"Dominican Republic\",\n                        \"value\": \"DO\"\n                    },\n                    {\n                        \"label\": \"Ecuador\",\n                        \"value\": \"EC\"\n                    },\n                    {\n                        \"label\": \"Egypt\",\n                        \"value\": \"EG\"\n                    },\n                    {\n                        \"label\": \"El Salvador\",\n                        \"value\": \"SV\"\n                    },\n                    {\n                        \"label\": \"Equatorial Guinea\",\n                        \"value\": \"GQ\"\n                    },\n                    {\n                        \"label\": \"Eritrea\",\n                        \"value\": \"ER\"\n                    },\n                    {\n                        \"label\": \"Estonia\",\n                        \"value\": \"EE\"\n                    },\n                    {\n                        \"label\": \"Fiji\",\n                        \"value\": \"FJ\"\n                    },\n                    {\n                        \"label\": \"Finland\",\n                        \"value\": \"FI\"\n                    },\n                    {\n                        \"label\": \"France\",\n                        \"value\": \"FR\"\n                    },\n                    {\n                        \"label\": \"Gabon\",\n                        \"value\": \"GA\"\n                    },\n                    {\n                        \"label\": \"Gambia\",\n                        \"value\": \"GM\"\n                    },\n                    {\n                        \"label\": \"Georgia\",\n                        \"value\": \"GE\"\n                    },\n                    {\n                        \"label\": \"Germany\",\n                        \"value\": \"DE\"\n                    },\n                    {\n                        \"label\": \"Ghana\",\n                        \"value\": \"GH\"\n                    },\n                    {\n                        \"label\": \"Greece\",\n                        \"value\": \"GR\"\n                    },\n                    {\n                        \"label\": \"Grenada\",\n                        \"value\": \"GD\"\n                    },\n                    {\n                        \"label\": \"Guatemala\",\n                        \"value\": \"GT\"\n                    },\n                    {\n                        \"label\": \"Guinea\",\n                        \"value\": \"GN\"\n                    },\n                    {\n                        \"label\": \"Guinea-Bissau\",\n                        \"value\": \"GW\"\n                    },\n                    {\n                        \"label\": \"Guyana\",\n                        \"value\": \"GY\"\n                    },\n                    {\n                        \"label\": \"Haiti\",\n                        \"value\": \"HT\"\n                    },\n                    {\n                        \"label\": \"Honduras\",\n                        \"value\": \"HN\"\n                    },\n                    {\n                        \"label\": \"Hungary\",\n                        \"value\": \"HU\"\n                    },\n                    {\n                        \"label\": \"Iceland\",\n                        \"value\": \"IS\"\n                    },\n                    {\n                        \"label\": \"India\",\n                        \"value\": \"IN\"\n                    },\n                    {\n                        \"label\": \"Indonesia\",\n                        \"value\": \"ID\"\n                    },\n                    {\n                        \"label\": \"Ireland\",\n                        \"value\": \"IE\"\n                    },\n                    {\n                        \"label\": \"Israel\",\n                        \"value\": \"IL\"\n                    },\n                    {\n                        \"label\": \"Italy\",\n                        \"value\": \"IT\"\n                    },\n                    {\n                        \"label\": \"Jamaica\",\n                        \"value\": \"JM\"\n                    },\n                    {\n                        \"label\": \"Japan\",\n                        \"value\": \"JP\"\n                    },\n                    {\n                        \"label\": \"Jordan\",\n                        \"value\": \"JO\"\n                    },\n                    {\n                        \"label\": \"Kazakhstan\",\n                        \"value\": \"KZ\"\n                    },\n                    {\n                        \"label\": \"Kenya\",\n                        \"value\": \"KE\"\n                    },\n                    {\n                        \"label\": \"Kiribati\",\n                        \"value\": \"KI\"\n                    },\n                    {\n                        \"label\": \"Kuwait\",\n                        \"value\": \"KW\"\n                    },\n                    {\n                        \"label\": \"Kyrgyzstan\",\n                        \"value\": \"KG\"\n                    },\n                    {\n                        \"label\": \"Laos\",\n                        \"value\": \"LA\"\n                    },\n                    {\n                        \"label\": \"Latvia\",\n                        \"value\": \"LV\"\n                    },\n                    {\n                        \"label\": \"Lesotho\",\n                        \"value\": \"LS\"\n                    },\n                    {\n                        \"label\": \"Liberia\",\n                        \"value\": \"LR\"\n                    },\n                    {\n                        \"label\": \"Liechtenstein\",\n                        \"value\": \"LI\"\n                    },\n                    {\n                        \"label\": \"Lithuania\",\n                        \"value\": \"LT\"\n                    },\n                    {\n                        \"label\": \"Luxembourg\",\n                        \"value\": \"LU\"\n                    },\n                    {\n                        \"label\": \"Madagascar\",\n                        \"value\": \"MG\"\n                    },\n                    {\n                        \"label\": \"Malawi\",\n                        \"value\": \"MW\"\n                    },\n                    {\n                        \"label\": \"Malaysia\",\n                        \"value\": \"MY\"\n                    },\n                    {\n                        \"label\": \"Maldives\",\n                        \"value\": \"MV\"\n                    },\n                    {\n                        \"label\": \"Malta\",\n                        \"value\": \"MT\"\n                    },\n                    {\n                        \"label\": \"Marshall Islands\",\n                        \"value\": \"MH\"\n                    },\n                    {\n                        \"label\": \"Mauritania\",\n                        \"value\": \"MR\"\n                    },\n                    {\n                        \"label\": \"Mauritius\",\n                        \"value\": \"MU\"\n                    },\n                    {\n                        \"label\": \"Mexico\",\n                        \"value\": \"MX\"\n                    },\n                    {\n                        \"label\": \"Micronesia\",\n                        \"value\": \"FM\"\n                    },\n                    {\n                        \"label\": \"Moldova\",\n                        \"value\": \"MD\"\n                    },\n                    {\n                        \"label\": \"Monaco\",\n                        \"value\": \"MC\"\n                    },\n                    {\n                        \"label\": \"Mongolia\",\n                        \"value\": \"MN\"\n                    },\n                    {\n                        \"label\": \"Morocco\",\n                        \"value\": \"MA\"\n                    },\n                    {\n                        \"label\": \"Mozambique\",\n                        \"value\": \"MZ\"\n                    },\n                    {\n                        \"label\": \"Namibia\",\n                        \"value\": \"NA\"\n                    },\n                    {\n                        \"label\": \"Nauru\",\n                        \"value\": \"NR\"\n                    },\n                    {\n                        \"label\": \"Nepal\",\n                        \"value\": \"NP\"\n                    },\n                    {\n                        \"label\": \"Netherlands\",\n                        \"value\": \"NL\"\n                    },\n                    {\n                        \"label\": \"New Zealand\",\n                        \"value\": \"NZ\"\n                    },\n                    {\n                        \"label\": \"Niger\",\n                        \"value\": \"NE\"\n                    },\n                    {\n                        \"label\": \"Nigeria\",\n                        \"value\": \"NG\"\n                    },\n                    {\n                        \"label\": \"Norway\",\n                        \"value\": \"NO\"\n                    },\n                    {\n                        \"label\": \"Oman\",\n                        \"value\": \"OM\"\n                    },\n                    {\n                        \"label\": \"Pakistan\",\n                        \"value\": \"PK\"\n                    },\n                    {\n                        \"label\": \"Palau\",\n                        \"value\": \"PW\"\n                    },\n                    {\n                        \"label\": \"Palestine\",\n                        \"value\": \"PS\"\n                    },\n                    {\n                        \"label\": \"Panama\",\n                        \"value\": \"PA\"\n                    },\n                    {\n                        \"label\": \"Papua New Guinea\",\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"label\": \"Paraguay\",\n                        \"value\": \"PY\"\n                    },\n                    {\n                        \"label\": \"Peru\",\n                        \"value\": \"PE\"\n                    },\n                    {\n                        \"label\": \"Philippines\",\n                        \"value\": \"PH\"\n                    },\n                    {\n                        \"label\": \"Poland\",\n                        \"value\": \"PL\"\n                    },\n                    {\n                        \"label\": \"Portugal\",\n                        \"value\": \"PT\"\n                    },\n                    {\n                        \"label\": \"Qatar\",\n                        \"value\": \"QA\"\n                    },\n                    {\n                        \"label\": \"Romania\",\n                        \"value\": \"RO\"\n                    },\n                    {\n                        \"label\": \"Rwanda\",\n                        \"value\": \"RW\"\n                    },\n                    {\n                        \"label\": \"Saint Kitts and Nevis\",\n                        \"value\": \"KN\"\n                    },\n                    {\n                        \"label\": \"Saint Lucia\",\n                        \"value\": \"LC\"\n                    },\n                    {\n                        \"label\": \"Saint Vincent and the Grenadines\",\n                        \"value\": \"VC\"\n                    },\n                    {\n                        \"label\": \"Samoa\",\n                        \"value\": \"WS\"\n                    },\n                    {\n                        \"label\": \"San Marino\",\n                        \"value\": \"SM\"\n                    },\n                    {\n                        \"label\": \"Sao Tome and Principe\",\n                        \"value\": \"ST\"\n                    },\n                    {\n                        \"label\": \"Saudi Arabia\",\n                        \"value\": \"SA\"\n                    },\n                    {\n                        \"label\": \"Senegal\",\n                        \"value\": \"SN\"\n                    },\n                    {\n                        \"label\": \"Seychelles\",\n                        \"value\": \"SC\"\n                    },\n                    {\n                        \"label\": \"Sierra Leone\",\n                        \"value\": \"SL\"\n                    },\n                    {\n                        \"label\": \"Singapore\",\n                        \"value\": \"SG\"\n                    },\n                    {\n                        \"label\": \"Slovakia\",\n                        \"value\": \"SK\"\n                    },\n                    {\n                        \"label\": \"Solomon Islands\",\n                        \"value\": \"SB\"\n                    },\n                    {\n                        \"label\": \"South Africa\",\n                        \"value\": \"ZA\"\n                    },\n                    {\n                        \"label\": \"South Korea\",\n                        \"value\": \"KR\"\n                    },\n                    {\n                        \"label\": \"Spain\",\n                        \"value\": \"ES\"\n                    },\n                    {\n                        \"label\": \"Sri Lanka\",\n                        \"value\": \"LK\"\n                    },\n                    {\n                        \"label\": \"Suriname\",\n                        \"value\": \"SR\"\n                    },\n                    {\n                        \"label\": \"Sweden\",\n                        \"value\": \"SE\"\n                    },\n                    {\n                        \"label\": \"Switzerland\",\n                        \"value\": \"CH\"\n                    },\n                    {\n                        \"label\": \"Tajikistan\",\n                        \"value\": \"TJ\"\n                    },\n                    {\n                        \"label\": \"Tanzania\",\n                        \"value\": \"TZ\"\n                    },\n                    {\n                        \"label\": \"Thailand\",\n                        \"value\": \"TH\"\n                    },\n                    {\n                        \"label\": \"Timor-Leste\",\n                        \"value\": \"TL\"\n                    },\n                    {\n                        \"label\": \"Togo\",\n                        \"value\": \"TG\"\n                    },\n                    {\n                        \"label\": \"Tonga\",\n                        \"value\": \"TO\"\n                    },\n                    {\n                        \"label\": \"Trinidad and Tobago\",\n                        \"value\": \"TT\"\n                    },\n                    {\n                        \"label\": \"Tunisia\",\n                        \"value\": \"TN\"\n                    },\n                    {\n                        \"label\": \"Turkey\",\n                        \"value\": \"TR\"\n                    },\n                    {\n                        \"label\": \"Turkmenistan\",\n                        \"value\": \"TM\"\n                    },\n                    {\n                        \"label\": \"Tuvalu\",\n                        \"value\": \"TV\"\n                    },\n                    {\n                        \"label\": \"Uganda\",\n                        \"value\": \"UG\"\n                    },\n                    {\n                        \"label\": \"United Arab Emirates\",\n                        \"value\": \"AE\"\n                    },\n                    {\n                        \"label\": \"United Kingdom\",\n                        \"value\": \"GB\"\n                    },\n                    {\n                        \"label\": \"United States of America\",\n                        \"value\": \"US\"\n                    },\n                    {\n                        \"label\": \"Uruguay\",\n                        \"value\": \"UY\"\n                    },\n                    {\n                        \"label\": \"Uzbekistan\",\n                        \"value\": \"UZ\"\n                    },\n                    {\n                        \"label\": \"Vanuatu\",\n                        \"value\": \"VU\"\n                    },\n                    {\n                        \"label\": \"Vietnam\",\n                        \"value\": \"VN\"\n                    },\n                    {\n                        \"label\": \"Zambia\",\n                        \"value\": \"ZM\"\n                    },\n                    {\n                        \"label\": \"Bermuda\",\n                        \"value\": \"BM\"\n                    },\n                    {\n                        \"label\": \"Cayman Islands\",\n                        \"value\": \"KY\"\n                    },\n                    {\n                        \"label\": \"Gibraltar\",\n                        \"value\": \"GI\"\n                    },\n                    {\n                        \"label\": \"Hong Kong\",\n                        \"value\": \"HK\"\n                    },\n                    {\n                        \"label\": \"Taiwan\",\n                        \"value\": \"TW\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (British)\",\n                        \"value\": \"VG\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (U.S.)\",\n                        \"value\": \"VI\"\n                    },\n                    {\n                        \"label\": \"Isle Of Man\",\n                        \"value\": \"IM\"\n                    },\n                    {\n                        \"label\": \"Cook Islands\",\n                        \"value\": \"CK\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"43cb9f6d-8779-47fa-89d7-8319c364008f","name":"Get Required Fields - CAD Domestic Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_cad_domestic_payments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"31c2-SBeLGH9yhZRn8e3J0hLbaoZXVBo\""},{"key":"x-execution-time","value":"14874"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Tue, 12 May 2026 08:49:09 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"CAD Domestic Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_cad_domestic_payments\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"ADS Canadian Bank\",\n                        \"value\": 4715\n                    },\n                    {\n                        \"label\": \"Amex Bank of Canada\",\n                        \"value\": 4716\n                    },\n                    {\n                        \"label\": \"ATB Financial\",\n                        \"value\": 4717\n                    },\n                    {\n                        \"label\": \"Atlantic Central (Institution Code 839)\",\n                        \"value\": 4718\n                    },\n                    {\n                        \"label\": \"Atlantic Central (Institution Code 849)\",\n                        \"value\": 4719\n                    },\n                    {\n                        \"label\": \"B2B Bank\",\n                        \"value\": 4720\n                    },\n                    {\n                        \"label\": \"Bank of America, National Association\",\n                        \"value\": 4721\n                    },\n                    {\n                        \"label\": \"Bank of Canada\",\n                        \"value\": 4722\n                    },\n                    {\n                        \"label\": \"Bank of China (Canada)\",\n                        \"value\": 4723\n                    },\n                    {\n                        \"label\": \"Bank of China, Toronto Branch\",\n                        \"value\": 4724\n                    },\n                    {\n                        \"label\": \"Bank of Montreal\",\n                        \"value\": 4725\n                    },\n                    {\n                        \"label\": \"Barclays Bank PLC, Canada Branch\",\n                        \"value\": 4726\n                    },\n                    {\n                        \"label\": \"BNP Paribas\",\n                        \"value\": 4727\n                    },\n                    {\n                        \"label\": \"Bridgewater Bank\",\n                        \"value\": 4728\n                    },\n                    {\n                        \"label\": \"Caisse Desjardins Ontario Credit Union Inc.\",\n                        \"value\": 4729\n                    },\n                    {\n                        \"label\": \"Caisse populaire acadienne ltée\",\n                        \"value\": 4730\n                    },\n                    {\n                        \"label\": \"Caisse populaire Alliance Limitée\",\n                        \"value\": 4731\n                    },\n                    {\n                        \"label\": \"Caisse Populaire Group Financier Ltée\",\n                        \"value\": 4732\n                    },\n                    {\n                        \"label\": \"Canadian Imperial Bank of Commerce (Institution Code 010)\",\n                        \"value\": 4733\n                    },\n                    {\n                        \"label\": \"Canadian Imperial Bank of Commerce (Institution Code 326)\",\n                        \"value\": 4734\n                    },\n                    {\n                        \"label\": \"Canadian Tire Bank\",\n                        \"value\": 4735\n                    },\n                    {\n                        \"label\": \"Canadian Western Bank\",\n                        \"value\": 4736\n                    },\n                    {\n                        \"label\": \"Capital One Bank (Canada Branch)\",\n                        \"value\": 4737\n                    },\n                    {\n                        \"label\": \"Central 1 Credit Union (Institution Code 809)\",\n                        \"value\": 4738\n                    },\n                    {\n                        \"label\": \"Central 1 Credit Union (Institution Code 828)\",\n                        \"value\": 4739\n                    },\n                    {\n                        \"label\": \"Central 1 Credit Union (Institution Code 869)\",\n                        \"value\": 4740\n                    },\n                    {\n                        \"label\": \"China Construction Bank Toronto Branch\",\n                        \"value\": 4741\n                    },\n                    {\n                        \"label\": \"CIBC Trust Corporation\",\n                        \"value\": 4742\n                    },\n                    {\n                        \"label\": \"Cidel Bank Canada\",\n                        \"value\": 4743\n                    },\n                    {\n                        \"label\": \"Citco Bank Canada\",\n                        \"value\": 4744\n                    },\n                    {\n                        \"label\": \"Citibank Canada\",\n                        \"value\": 4745\n                    },\n                    {\n                        \"label\": \"Citibank, N.A\",\n                        \"value\": 4746\n                    },\n                    {\n                        \"label\": \"Coast Capital Savings Federal Credit Union\",\n                        \"value\": 4747\n                    },\n                    {\n                        \"label\": \"Comerica Bank\",\n                        \"value\": 4748\n                    },\n                    {\n                        \"label\": \"Community Trust Company\",\n                        \"value\": 4749\n                    },\n                    {\n                        \"label\": \"Concentra Bank\",\n                        \"value\": 4750\n                    },\n                    {\n                        \"label\": \"Credit Union Central Alberta Limited\",\n                        \"value\": 4751\n                    },\n                    {\n                        \"label\": \"Credit Union Central of Manitoba Limited\",\n                        \"value\": 4752\n                    },\n                    {\n                        \"label\": \"Credit Union Central of Saskatchewan\",\n                        \"value\": 4753\n                    },\n                    {\n                        \"label\": \"CS Alterna Bank\",\n                        \"value\": 4754\n                    },\n                    {\n                        \"label\": \"CTBC Bank Corp. (Canada)\",\n                        \"value\": 4755\n                    },\n                    {\n                        \"label\": \"Deutsche Bank AG\",\n                        \"value\": 4756\n                    },\n                    {\n                        \"label\": \"Digital Commerce Bank\",\n                        \"value\": 4757\n                    },\n                    {\n                        \"label\": \"Duo Bank of Canada\",\n                        \"value\": 4758\n                    },\n                    {\n                        \"label\": \"Edward Jones\",\n                        \"value\": 4759\n                    },\n                    {\n                        \"label\": \"Effort Trust Company\",\n                        \"value\": 4760\n                    },\n                    {\n                        \"label\": \"Equitable Bank\",\n                        \"value\": 4761\n                    },\n                    {\n                        \"label\": \"Exchange Bank of Canada\",\n                        \"value\": 4762\n                    },\n                    {\n                        \"label\": \"Fédération des caisses Desjardins du Quebec\",\n                        \"value\": 4763\n                    },\n                    {\n                        \"label\": \"Fifth Third Bank, National Association\",\n                        \"value\": 4764\n                    },\n                    {\n                        \"label\": \"First Commercial Bank\",\n                        \"value\": 4765\n                    },\n                    {\n                        \"label\": \"First Nations Bank of Canada\",\n                        \"value\": 4766\n                    },\n                    {\n                        \"label\": \"General Bank of Canada\",\n                        \"value\": 4767\n                    },\n                    {\n                        \"label\": \"Habib Canadian Bank\",\n                        \"value\": 4768\n                    },\n                    {\n                        \"label\": \"Haventree Bank\",\n                        \"value\": 4769\n                    },\n                    {\n                        \"label\": \"Home Bank\",\n                        \"value\": 4770\n                    },\n                    {\n                        \"label\": \"Home Trust Company\",\n                        \"value\": 4771\n                    },\n                    {\n                        \"label\": \"HomeEquity Bank\",\n                        \"value\": 4772\n                    },\n                    {\n                        \"label\": \"HSBC Bank Canada\",\n                        \"value\": 4773\n                    },\n                    {\n                        \"label\": \"HSBC Mortgage Corporation (Canada)\",\n                        \"value\": 4774\n                    },\n                    {\n                        \"label\": \"ICICI Bank Canada\",\n                        \"value\": 4775\n                    },\n                    {\n                        \"label\": \"Industrial and Commercial Bank of China (Canada)\",\n                        \"value\": 4776\n                    },\n                    {\n                        \"label\": \"Investors Group Trust Co. Ltd.\",\n                        \"value\": 4777\n                    },\n                    {\n                        \"label\": \"J.P. Morgan Bank Canada\",\n                        \"value\": 4778\n                    },\n                    {\n                        \"label\": \"JPMorgan Chase Bank, National Association\",\n                        \"value\": 4779\n                    },\n                    {\n                        \"label\": \"KEB Hana Bank Canada\",\n                        \"value\": 4780\n                    },\n                    {\n                        \"label\": \"Laurentian Bank of Canada\",\n                        \"value\": 4781\n                    },\n                    {\n                        \"label\": \"M & T Bank\",\n                        \"value\": 4782\n                    },\n                    {\n                        \"label\": \"Manufacturers Life Insurance Company\",\n                        \"value\": 4783\n                    },\n                    {\n                        \"label\": \"Manulife Bank of Canada\",\n                        \"value\": 4784\n                    },\n                    {\n                        \"label\": \"Manulife Trust Company\",\n                        \"value\": 4785\n                    },\n                    {\n                        \"label\": \"Mega International Commercial Bank Co., Ltd.\",\n                        \"value\": 4786\n                    },\n                    {\n                        \"label\": \"Mizuho Bank Ltd.\",\n                        \"value\": 4787\n                    },\n                    {\n                        \"label\": \"Montreal Trust Company of Canada\",\n                        \"value\": 4788\n                    },\n                    {\n                        \"label\": \"Motus Bank\",\n                        \"value\": 4789\n                    },\n                    {\n                        \"label\": \"MUFG Bank, Ltd., Canada Branch\",\n                        \"value\": 4790\n                    },\n                    {\n                        \"label\": \"Natcan Trust Company\",\n                        \"value\": 4791\n                    },\n                    {\n                        \"label\": \"National Bank of Canada\",\n                        \"value\": 4792\n                    },\n                    {\n                        \"label\": \"National Trust Company\",\n                        \"value\": 4793\n                    },\n                    {\n                        \"label\": \"Peace Hills Trust Company\",\n                        \"value\": 4794\n                    },\n                    {\n                        \"label\": \"Peoples Bank of Canada\",\n                        \"value\": 4795\n                    },\n                    {\n                        \"label\": \"Peoples Trust Company\",\n                        \"value\": 4796\n                    },\n                    {\n                        \"label\": \"PNC Bank Canada Branch\",\n                        \"value\": 4797\n                    },\n                    {\n                        \"label\": \"President's Choice Bank\",\n                        \"value\": 4798\n                    },\n                    {\n                        \"label\": \"Rabobank Canada\",\n                        \"value\": 4799\n                    },\n                    {\n                        \"label\": \"RFA Bank of Canada\",\n                        \"value\": 4800\n                    },\n                    {\n                        \"label\": \"Rogers Bank\",\n                        \"value\": 4801\n                    },\n                    {\n                        \"label\": \"Royal Bank of Canada\",\n                        \"value\": 4802\n                    },\n                    {\n                        \"label\": \"Royal Trust Corporation of Canada\",\n                        \"value\": 4803\n                    },\n                    {\n                        \"label\": \"SBI Canada Bank\",\n                        \"value\": 4804\n                    },\n                    {\n                        \"label\": \"Scotia Mortgage Corporation\",\n                        \"value\": 4805\n                    },\n                    {\n                        \"label\": \"Shinhan Bank Canada\",\n                        \"value\": 4806\n                    },\n                    {\n                        \"label\": \"Société Générale (Canada Branch) (Institution Code 292)\",\n                        \"value\": 4807\n                    },\n                    {\n                        \"label\": \"State Street\",\n                        \"value\": 4808\n                    },\n                    {\n                        \"label\": \"Sumitomo Mitsui Banking Corporation, Canada Branch\",\n                        \"value\": 4809\n                    },\n                    {\n                        \"label\": \"Sun Life Financial Trust Inc.\",\n                        \"value\": 4810\n                    },\n                    {\n                        \"label\": \"Tangerine Bank\",\n                        \"value\": 4811\n                    },\n                    {\n                        \"label\": \"TD Mortgage Corporation\",\n                        \"value\": 4812\n                    },\n                    {\n                        \"label\": \"TD Pacific Mortgage Corporation\",\n                        \"value\": 4813\n                    },\n                    {\n                        \"label\": \"The Bank of New York Mellon\",\n                        \"value\": 4814\n                    },\n                    {\n                        \"label\": \"The Bank of Nova Scotia\",\n                        \"value\": 4815\n                    },\n                    {\n                        \"label\": \"The Canada Trust Company\",\n                        \"value\": 4816\n                    },\n                    {\n                        \"label\": \"The Northern Trust Company, Canada Branch\",\n                        \"value\": 4817\n                    },\n                    {\n                        \"label\": \"The Royal Trust Company\",\n                        \"value\": 4818\n                    },\n                    {\n                        \"label\": \"The Toronto-Dominion Bank\",\n                        \"value\": 4819\n                    },\n                    {\n                        \"label\": \"Trust La Laurentienne du Canada Inc.\",\n                        \"value\": 4820\n                    },\n                    {\n                        \"label\": \"U.S. Bank National Association\",\n                        \"value\": 4821\n                    },\n                    {\n                        \"label\": \"UBS Bank (Canada)\",\n                        \"value\": 4822\n                    },\n                    {\n                        \"label\": \"United Overseas Bank Limited\",\n                        \"value\": 4823\n                    },\n                    {\n                        \"label\": \"Vancity Community Investment Bank\",\n                        \"value\": 4824\n                    },\n                    {\n                        \"label\": \"VersaBank\",\n                        \"value\": 4825\n                    },\n                    {\n                        \"label\": \"Wealth One Bank of Canada\",\n                        \"value\": 4826\n                    },\n                    {\n                        \"label\": \"Wells Fargo Bank, National Association, Canadian Branch\",\n                        \"value\": 4827\n                    },\n                    {\n                        \"label\": \"Société Générale (Canada Branch) (Institution Code 346)\",\n                        \"value\": 4828\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Account_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Institution_Number\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Transit_Number\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Name\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_State\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Country\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Albania\",\n                        \"value\": \"AL\"\n                    },\n                    {\n                        \"label\": \"Algeria\",\n                        \"value\": \"DZ\"\n                    },\n                    {\n                        \"label\": \"Andorra\",\n                        \"value\": \"AD\"\n                    },\n                    {\n                        \"label\": \"Angola\",\n                        \"value\": \"AO\"\n                    },\n                    {\n                        \"label\": \"Antigua and Barbuda\",\n                        \"value\": \"AG\"\n                    },\n                    {\n                        \"label\": \"Argentina\",\n                        \"value\": \"AR\"\n                    },\n                    {\n                        \"label\": \"Armenia\",\n                        \"value\": \"AM\"\n                    },\n                    {\n                        \"label\": \"Australia\",\n                        \"value\": \"AU\"\n                    },\n                    {\n                        \"label\": \"Austria\",\n                        \"value\": \"AT\"\n                    },\n                    {\n                        \"label\": \"Azerbaijan\",\n                        \"value\": \"AZ\"\n                    },\n                    {\n                        \"label\": \"Bahamas\",\n                        \"value\": \"BS\"\n                    },\n                    {\n                        \"label\": \"Bahrain\",\n                        \"value\": \"BH\"\n                    },\n                    {\n                        \"label\": \"Bangladesh\",\n                        \"value\": \"BD\"\n                    },\n                    {\n                        \"label\": \"Barbados\",\n                        \"value\": \"BB\"\n                    },\n                    {\n                        \"label\": \"Belgium\",\n                        \"value\": \"BE\"\n                    },\n                    {\n                        \"label\": \"Belize\",\n                        \"value\": \"BZ\"\n                    },\n                    {\n                        \"label\": \"Benin\",\n                        \"value\": \"BJ\"\n                    },\n                    {\n                        \"label\": \"Bhutan\",\n                        \"value\": \"BT\"\n                    },\n                    {\n                        \"label\": \"Bolivia\",\n                        \"value\": \"BO\"\n                    },\n                    {\n                        \"label\": \"Botswana\",\n                        \"value\": \"BW\"\n                    },\n                    {\n                        \"label\": \"Brazil\",\n                        \"value\": \"BR\"\n                    },\n                    {\n                        \"label\": \"Brunei Darussalam\",\n                        \"value\": \"BN\"\n                    },\n                    {\n                        \"label\": \"Bulgaria\",\n                        \"value\": \"BG\"\n                    },\n                    {\n                        \"label\": \"Burkina Faso\",\n                        \"value\": \"BF\"\n                    },\n                    {\n                        \"label\": \"Burundi\",\n                        \"value\": \"BI\"\n                    },\n                    {\n                        \"label\": \"Cabo Verde\",\n                        \"value\": \"CV\"\n                    },\n                    {\n                        \"label\": \"Cambodia\",\n                        \"value\": \"KH\"\n                    },\n                    {\n                        \"label\": \"Cameroon\",\n                        \"value\": \"CM\"\n                    },\n                    {\n                        \"label\": \"Canada\",\n                        \"value\": \"CA\"\n                    },\n                    {\n                        \"label\": \"Chad\",\n                        \"value\": \"TD\"\n                    },\n                    {\n                        \"label\": \"Chile\",\n                        \"value\": \"CL\"\n                    },\n                    {\n                        \"label\": \"China\",\n                        \"value\": \"CN\"\n                    },\n                    {\n                        \"label\": \"Colombia\",\n                        \"value\": \"CO\"\n                    },\n                    {\n                        \"label\": \"Comoros\",\n                        \"value\": \"KM\"\n                    },\n                    {\n                        \"label\": \"Costa Rica\",\n                        \"value\": \"CR\"\n                    },\n                    {\n                        \"label\": \"Cyprus\",\n                        \"value\": \"CY\"\n                    },\n                    {\n                        \"label\": \"Czech Republic\",\n                        \"value\": \"CZ\"\n                    },\n                    {\n                        \"label\": \"Denmark\",\n                        \"value\": \"DK\"\n                    },\n                    {\n                        \"label\": \"Djibouti\",\n                        \"value\": \"DJ\"\n                    },\n                    {\n                        \"label\": \"Dominica\",\n                        \"value\": \"DM\"\n                    },\n                    {\n                        \"label\": \"Dominican Republic\",\n                        \"value\": \"DO\"\n                    },\n                    {\n                        \"label\": \"Ecuador\",\n                        \"value\": \"EC\"\n                    },\n                    {\n                        \"label\": \"Egypt\",\n                        \"value\": \"EG\"\n                    },\n                    {\n                        \"label\": \"El Salvador\",\n                        \"value\": \"SV\"\n                    },\n                    {\n                        \"label\": \"Equatorial Guinea\",\n                        \"value\": \"GQ\"\n                    },\n                    {\n                        \"label\": \"Eritrea\",\n                        \"value\": \"ER\"\n                    },\n                    {\n                        \"label\": \"Estonia\",\n                        \"value\": \"EE\"\n                    },\n                    {\n                        \"label\": \"Fiji\",\n                        \"value\": \"FJ\"\n                    },\n                    {\n                        \"label\": \"Finland\",\n                        \"value\": \"FI\"\n                    },\n                    {\n                        \"label\": \"France\",\n                        \"value\": \"FR\"\n                    },\n                    {\n                        \"label\": \"Gabon\",\n                        \"value\": \"GA\"\n                    },\n                    {\n                        \"label\": \"Gambia\",\n                        \"value\": \"GM\"\n                    },\n                    {\n                        \"label\": \"Georgia\",\n                        \"value\": \"GE\"\n                    },\n                    {\n                        \"label\": \"Germany\",\n                        \"value\": \"DE\"\n                    },\n                    {\n                        \"label\": \"Ghana\",\n                        \"value\": \"GH\"\n                    },\n                    {\n                        \"label\": \"Greece\",\n                        \"value\": \"GR\"\n                    },\n                    {\n                        \"label\": \"Grenada\",\n                        \"value\": \"GD\"\n                    },\n                    {\n                        \"label\": \"Guatemala\",\n                        \"value\": \"GT\"\n                    },\n                    {\n                        \"label\": \"Guinea\",\n                        \"value\": \"GN\"\n                    },\n                    {\n                        \"label\": \"Guinea-Bissau\",\n                        \"value\": \"GW\"\n                    },\n                    {\n                        \"label\": \"Guyana\",\n                        \"value\": \"GY\"\n                    },\n                    {\n                        \"label\": \"Haiti\",\n                        \"value\": \"HT\"\n                    },\n                    {\n                        \"label\": \"Honduras\",\n                        \"value\": \"HN\"\n                    },\n                    {\n                        \"label\": \"Hungary\",\n                        \"value\": \"HU\"\n                    },\n                    {\n                        \"label\": \"Iceland\",\n                        \"value\": \"IS\"\n                    },\n                    {\n                        \"label\": \"India\",\n                        \"value\": \"IN\"\n                    },\n                    {\n                        \"label\": \"Indonesia\",\n                        \"value\": \"ID\"\n                    },\n                    {\n                        \"label\": \"Ireland\",\n                        \"value\": \"IE\"\n                    },\n                    {\n                        \"label\": \"Israel\",\n                        \"value\": \"IL\"\n                    },\n                    {\n                        \"label\": \"Italy\",\n                        \"value\": \"IT\"\n                    },\n                    {\n                        \"label\": \"Jamaica\",\n                        \"value\": \"JM\"\n                    },\n                    {\n                        \"label\": \"Japan\",\n                        \"value\": \"JP\"\n                    },\n                    {\n                        \"label\": \"Jordan\",\n                        \"value\": \"JO\"\n                    },\n                    {\n                        \"label\": \"Kazakhstan\",\n                        \"value\": \"KZ\"\n                    },\n                    {\n                        \"label\": \"Kenya\",\n                        \"value\": \"KE\"\n                    },\n                    {\n                        \"label\": \"Kiribati\",\n                        \"value\": \"KI\"\n                    },\n                    {\n                        \"label\": \"Kuwait\",\n                        \"value\": \"KW\"\n                    },\n                    {\n                        \"label\": \"Kyrgyzstan\",\n                        \"value\": \"KG\"\n                    },\n                    {\n                        \"label\": \"Laos\",\n                        \"value\": \"LA\"\n                    },\n                    {\n                        \"label\": \"Latvia\",\n                        \"value\": \"LV\"\n                    },\n                    {\n                        \"label\": \"Lesotho\",\n                        \"value\": \"LS\"\n                    },\n                    {\n                        \"label\": \"Liberia\",\n                        \"value\": \"LR\"\n                    },\n                    {\n                        \"label\": \"Liechtenstein\",\n                        \"value\": \"LI\"\n                    },\n                    {\n                        \"label\": \"Lithuania\",\n                        \"value\": \"LT\"\n                    },\n                    {\n                        \"label\": \"Luxembourg\",\n                        \"value\": \"LU\"\n                    },\n                    {\n                        \"label\": \"Madagascar\",\n                        \"value\": \"MG\"\n                    },\n                    {\n                        \"label\": \"Malawi\",\n                        \"value\": \"MW\"\n                    },\n                    {\n                        \"label\": \"Malaysia\",\n                        \"value\": \"MY\"\n                    },\n                    {\n                        \"label\": \"Maldives\",\n                        \"value\": \"MV\"\n                    },\n                    {\n                        \"label\": \"Malta\",\n                        \"value\": \"MT\"\n                    },\n                    {\n                        \"label\": \"Marshall Islands\",\n                        \"value\": \"MH\"\n                    },\n                    {\n                        \"label\": \"Mauritania\",\n                        \"value\": \"MR\"\n                    },\n                    {\n                        \"label\": \"Mauritius\",\n                        \"value\": \"MU\"\n                    },\n                    {\n                        \"label\": \"Mexico\",\n                        \"value\": \"MX\"\n                    },\n                    {\n                        \"label\": \"Micronesia\",\n                        \"value\": \"FM\"\n                    },\n                    {\n                        \"label\": \"Moldova\",\n                        \"value\": \"MD\"\n                    },\n                    {\n                        \"label\": \"Monaco\",\n                        \"value\": \"MC\"\n                    },\n                    {\n                        \"label\": \"Mongolia\",\n                        \"value\": \"MN\"\n                    },\n                    {\n                        \"label\": \"Morocco\",\n                        \"value\": \"MA\"\n                    },\n                    {\n                        \"label\": \"Mozambique\",\n                        \"value\": \"MZ\"\n                    },\n                    {\n                        \"label\": \"Namibia\",\n                        \"value\": \"NA\"\n                    },\n                    {\n                        \"label\": \"Nauru\",\n                        \"value\": \"NR\"\n                    },\n                    {\n                        \"label\": \"Nepal\",\n                        \"value\": \"NP\"\n                    },\n                    {\n                        \"label\": \"Netherlands\",\n                        \"value\": \"NL\"\n                    },\n                    {\n                        \"label\": \"New Zealand\",\n                        \"value\": \"NZ\"\n                    },\n                    {\n                        \"label\": \"Niger\",\n                        \"value\": \"NE\"\n                    },\n                    {\n                        \"label\": \"Nigeria\",\n                        \"value\": \"NG\"\n                    },\n                    {\n                        \"label\": \"Norway\",\n                        \"value\": \"NO\"\n                    },\n                    {\n                        \"label\": \"Oman\",\n                        \"value\": \"OM\"\n                    },\n                    {\n                        \"label\": \"Pakistan\",\n                        \"value\": \"PK\"\n                    },\n                    {\n                        \"label\": \"Palau\",\n                        \"value\": \"PW\"\n                    },\n                    {\n                        \"label\": \"Palestine\",\n                        \"value\": \"PS\"\n                    },\n                    {\n                        \"label\": \"Panama\",\n                        \"value\": \"PA\"\n                    },\n                    {\n                        \"label\": \"Papua New Guinea\",\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"label\": \"Paraguay\",\n                        \"value\": \"PY\"\n                    },\n                    {\n                        \"label\": \"Peru\",\n                        \"value\": \"PE\"\n                    },\n                    {\n                        \"label\": \"Philippines\",\n                        \"value\": \"PH\"\n                    },\n                    {\n                        \"label\": \"Poland\",\n                        \"value\": \"PL\"\n                    },\n                    {\n                        \"label\": \"Portugal\",\n                        \"value\": \"PT\"\n                    },\n                    {\n                        \"label\": \"Qatar\",\n                        \"value\": \"QA\"\n                    },\n                    {\n                        \"label\": \"Romania\",\n                        \"value\": \"RO\"\n                    },\n                    {\n                        \"label\": \"Rwanda\",\n                        \"value\": \"RW\"\n                    },\n                    {\n                        \"label\": \"Saint Kitts and Nevis\",\n                        \"value\": \"KN\"\n                    },\n                    {\n                        \"label\": \"Saint Lucia\",\n                        \"value\": \"LC\"\n                    },\n                    {\n                        \"label\": \"Saint Vincent and the Grenadines\",\n                        \"value\": \"VC\"\n                    },\n                    {\n                        \"label\": \"Samoa\",\n                        \"value\": \"WS\"\n                    },\n                    {\n                        \"label\": \"San Marino\",\n                        \"value\": \"SM\"\n                    },\n                    {\n                        \"label\": \"Sao Tome and Principe\",\n                        \"value\": \"ST\"\n                    },\n                    {\n                        \"label\": \"Saudi Arabia\",\n                        \"value\": \"SA\"\n                    },\n                    {\n                        \"label\": \"Senegal\",\n                        \"value\": \"SN\"\n                    },\n                    {\n                        \"label\": \"Seychelles\",\n                        \"value\": \"SC\"\n                    },\n                    {\n                        \"label\": \"Sierra Leone\",\n                        \"value\": \"SL\"\n                    },\n                    {\n                        \"label\": \"Singapore\",\n                        \"value\": \"SG\"\n                    },\n                    {\n                        \"label\": \"Slovakia\",\n                        \"value\": \"SK\"\n                    },\n                    {\n                        \"label\": \"Solomon Islands\",\n                        \"value\": \"SB\"\n                    },\n                    {\n                        \"label\": \"South Africa\",\n                        \"value\": \"ZA\"\n                    },\n                    {\n                        \"label\": \"South Korea\",\n                        \"value\": \"KR\"\n                    },\n                    {\n                        \"label\": \"Spain\",\n                        \"value\": \"ES\"\n                    },\n                    {\n                        \"label\": \"Sri Lanka\",\n                        \"value\": \"LK\"\n                    },\n                    {\n                        \"label\": \"Suriname\",\n                        \"value\": \"SR\"\n                    },\n                    {\n                        \"label\": \"Sweden\",\n                        \"value\": \"SE\"\n                    },\n                    {\n                        \"label\": \"Switzerland\",\n                        \"value\": \"CH\"\n                    },\n                    {\n                        \"label\": \"Tajikistan\",\n                        \"value\": \"TJ\"\n                    },\n                    {\n                        \"label\": \"Tanzania\",\n                        \"value\": \"TZ\"\n                    },\n                    {\n                        \"label\": \"Thailand\",\n                        \"value\": \"TH\"\n                    },\n                    {\n                        \"label\": \"Timor-Leste\",\n                        \"value\": \"TL\"\n                    },\n                    {\n                        \"label\": \"Togo\",\n                        \"value\": \"TG\"\n                    },\n                    {\n                        \"label\": \"Tonga\",\n                        \"value\": \"TO\"\n                    },\n                    {\n                        \"label\": \"Trinidad and Tobago\",\n                        \"value\": \"TT\"\n                    },\n                    {\n                        \"label\": \"Tunisia\",\n                        \"value\": \"TN\"\n                    },\n                    {\n                        \"label\": \"Turkey\",\n                        \"value\": \"TR\"\n                    },\n                    {\n                        \"label\": \"Turkmenistan\",\n                        \"value\": \"TM\"\n                    },\n                    {\n                        \"label\": \"Tuvalu\",\n                        \"value\": \"TV\"\n                    },\n                    {\n                        \"label\": \"Uganda\",\n                        \"value\": \"UG\"\n                    },\n                    {\n                        \"label\": \"United Arab Emirates\",\n                        \"value\": \"AE\"\n                    },\n                    {\n                        \"label\": \"United Kingdom\",\n                        \"value\": \"GB\"\n                    },\n                    {\n                        \"label\": \"United States of America\",\n                        \"value\": \"US\"\n                    },\n                    {\n                        \"label\": \"Uruguay\",\n                        \"value\": \"UY\"\n                    },\n                    {\n                        \"label\": \"Uzbekistan\",\n                        \"value\": \"UZ\"\n                    },\n                    {\n                        \"label\": \"Vanuatu\",\n                        \"value\": \"VU\"\n                    },\n                    {\n                        \"label\": \"Vietnam\",\n                        \"value\": \"VN\"\n                    },\n                    {\n                        \"label\": \"Zambia\",\n                        \"value\": \"ZM\"\n                    },\n                    {\n                        \"label\": \"Bermuda\",\n                        \"value\": \"BM\"\n                    },\n                    {\n                        \"label\": \"Cayman Islands\",\n                        \"value\": \"KY\"\n                    },\n                    {\n                        \"label\": \"Gibraltar\",\n                        \"value\": \"GI\"\n                    },\n                    {\n                        \"label\": \"Hong Kong\",\n                        \"value\": \"HK\"\n                    },\n                    {\n                        \"label\": \"Taiwan\",\n                        \"value\": \"TW\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (British)\",\n                        \"value\": \"VG\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (U.S.)\",\n                        \"value\": \"VI\"\n                    },\n                    {\n                        \"label\": \"Isle Of Man\",\n                        \"value\": \"IM\"\n                    },\n                    {\n                        \"label\": \"Cook Islands\",\n                        \"value\": \"CK\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"8c251a9b-f045-4d5c-a699-ad18a0debab9","name":"Get Required Fields - CAD Wire Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_cad_wire_payments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"x-refresh-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJTZXNzaW9uVG9rZW4iOiJmMzQyODdjMGQ3NGUzYzJhYjhmMzU4MTZmMTY0NWRhNDRjNzVhMGUxZGM3NmVjNjBjN2QyMzY5M2M2MmUxMDhhWWcwWFZGTjdIa1N6T2lUaFI1MVNTTnhzTnhKS0swMTk2eCs5MmhvaWFGZjdVMnZDNHgvdXJWdHZlQ3JnM05pbGlydlhIVFJIM0VqQmdwWTM3a3ZwZmpvalJEZ1FrcEE3YVIvL28wamsycjhpL0U5YjFvVitlOHc5Q3hPR0dzTDg4bGxLcXpzeHRWelVndXgrK0FDUy9yVXpENTJ6alFON3l1aXlCODU0VGVnUjhJcStQSk1KN3BhTnpaMWZ2UG1ENXRJL1JBTWRPMHl6aE1NT2N4c3VlNU1VQnp1czJUQ2Y4bE5oWnVJS0VCM2ExRE1zc2R6STFvUitKVnQrc0M5VVpJZWR5dHZoQ2k3NjZxbGh3cm5aZ1o5cTl6dU4yUE1ZRm1KelRyY3U2ZkU9IiwiQ2xpZW50SUQiOiI2OGM0MGRlYi05MzJmLTRmM2EtYTBkZS1lYThkMGUyZjFiODAiLCJpYXQiOjE3Nzg1ODE3NDIsImV4cCI6MTc3ODU4MjY0Mn0.BM0rzW6awcSNenW8RYrhTRJVkHRv8Y_twALDOyPVjck"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"19e4-yGOU1+Z2R+RZagOWKeZedzIbAXs\""},{"key":"x-execution-time","value":"16679"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Tue, 12 May 2026 10:29:15 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"CAD Wire Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_cad_wire_payments\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Account_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Swift_Bic\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Name\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_State\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Country\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Albania\",\n                        \"value\": \"AL\"\n                    },\n                    {\n                        \"label\": \"Algeria\",\n                        \"value\": \"DZ\"\n                    },\n                    {\n                        \"label\": \"Andorra\",\n                        \"value\": \"AD\"\n                    },\n                    {\n                        \"label\": \"Angola\",\n                        \"value\": \"AO\"\n                    },\n                    {\n                        \"label\": \"Antigua and Barbuda\",\n                        \"value\": \"AG\"\n                    },\n                    {\n                        \"label\": \"Argentina\",\n                        \"value\": \"AR\"\n                    },\n                    {\n                        \"label\": \"Armenia\",\n                        \"value\": \"AM\"\n                    },\n                    {\n                        \"label\": \"Australia\",\n                        \"value\": \"AU\"\n                    },\n                    {\n                        \"label\": \"Austria\",\n                        \"value\": \"AT\"\n                    },\n                    {\n                        \"label\": \"Azerbaijan\",\n                        \"value\": \"AZ\"\n                    },\n                    {\n                        \"label\": \"Bahamas\",\n                        \"value\": \"BS\"\n                    },\n                    {\n                        \"label\": \"Bahrain\",\n                        \"value\": \"BH\"\n                    },\n                    {\n                        \"label\": \"Bangladesh\",\n                        \"value\": \"BD\"\n                    },\n                    {\n                        \"label\": \"Barbados\",\n                        \"value\": \"BB\"\n                    },\n                    {\n                        \"label\": \"Belgium\",\n                        \"value\": \"BE\"\n                    },\n                    {\n                        \"label\": \"Belize\",\n                        \"value\": \"BZ\"\n                    },\n                    {\n                        \"label\": \"Benin\",\n                        \"value\": \"BJ\"\n                    },\n                    {\n                        \"label\": \"Bhutan\",\n                        \"value\": \"BT\"\n                    },\n                    {\n                        \"label\": \"Bolivia\",\n                        \"value\": \"BO\"\n                    },\n                    {\n                        \"label\": \"Botswana\",\n                        \"value\": \"BW\"\n                    },\n                    {\n                        \"label\": \"Brazil\",\n                        \"value\": \"BR\"\n                    },\n                    {\n                        \"label\": \"Brunei Darussalam\",\n                        \"value\": \"BN\"\n                    },\n                    {\n                        \"label\": \"Bulgaria\",\n                        \"value\": \"BG\"\n                    },\n                    {\n                        \"label\": \"Burkina Faso\",\n                        \"value\": \"BF\"\n                    },\n                    {\n                        \"label\": \"Burundi\",\n                        \"value\": \"BI\"\n                    },\n                    {\n                        \"label\": \"Cabo Verde\",\n                        \"value\": \"CV\"\n                    },\n                    {\n                        \"label\": \"Cambodia\",\n                        \"value\": \"KH\"\n                    },\n                    {\n                        \"label\": \"Cameroon\",\n                        \"value\": \"CM\"\n                    },\n                    {\n                        \"label\": \"Canada\",\n                        \"value\": \"CA\"\n                    },\n                    {\n                        \"label\": \"Chad\",\n                        \"value\": \"TD\"\n                    },\n                    {\n                        \"label\": \"Chile\",\n                        \"value\": \"CL\"\n                    },\n                    {\n                        \"label\": \"China\",\n                        \"value\": \"CN\"\n                    },\n                    {\n                        \"label\": \"Colombia\",\n                        \"value\": \"CO\"\n                    },\n                    {\n                        \"label\": \"Comoros\",\n                        \"value\": \"KM\"\n                    },\n                    {\n                        \"label\": \"Costa Rica\",\n                        \"value\": \"CR\"\n                    },\n                    {\n                        \"label\": \"Cyprus\",\n                        \"value\": \"CY\"\n                    },\n                    {\n                        \"label\": \"Czech Republic\",\n                        \"value\": \"CZ\"\n                    },\n                    {\n                        \"label\": \"Denmark\",\n                        \"value\": \"DK\"\n                    },\n                    {\n                        \"label\": \"Djibouti\",\n                        \"value\": \"DJ\"\n                    },\n                    {\n                        \"label\": \"Dominica\",\n                        \"value\": \"DM\"\n                    },\n                    {\n                        \"label\": \"Dominican Republic\",\n                        \"value\": \"DO\"\n                    },\n                    {\n                        \"label\": \"Ecuador\",\n                        \"value\": \"EC\"\n                    },\n                    {\n                        \"label\": \"Egypt\",\n                        \"value\": \"EG\"\n                    },\n                    {\n                        \"label\": \"El Salvador\",\n                        \"value\": \"SV\"\n                    },\n                    {\n                        \"label\": \"Equatorial Guinea\",\n                        \"value\": \"GQ\"\n                    },\n                    {\n                        \"label\": \"Eritrea\",\n                        \"value\": \"ER\"\n                    },\n                    {\n                        \"label\": \"Estonia\",\n                        \"value\": \"EE\"\n                    },\n                    {\n                        \"label\": \"Fiji\",\n                        \"value\": \"FJ\"\n                    },\n                    {\n                        \"label\": \"Finland\",\n                        \"value\": \"FI\"\n                    },\n                    {\n                        \"label\": \"France\",\n                        \"value\": \"FR\"\n                    },\n                    {\n                        \"label\": \"Gabon\",\n                        \"value\": \"GA\"\n                    },\n                    {\n                        \"label\": \"Gambia\",\n                        \"value\": \"GM\"\n                    },\n                    {\n                        \"label\": \"Georgia\",\n                        \"value\": \"GE\"\n                    },\n                    {\n                        \"label\": \"Germany\",\n                        \"value\": \"DE\"\n                    },\n                    {\n                        \"label\": \"Ghana\",\n                        \"value\": \"GH\"\n                    },\n                    {\n                        \"label\": \"Greece\",\n                        \"value\": \"GR\"\n                    },\n                    {\n                        \"label\": \"Grenada\",\n                        \"value\": \"GD\"\n                    },\n                    {\n                        \"label\": \"Guatemala\",\n                        \"value\": \"GT\"\n                    },\n                    {\n                        \"label\": \"Guinea\",\n                        \"value\": \"GN\"\n                    },\n                    {\n                        \"label\": \"Guinea-Bissau\",\n                        \"value\": \"GW\"\n                    },\n                    {\n                        \"label\": \"Guyana\",\n                        \"value\": \"GY\"\n                    },\n                    {\n                        \"label\": \"Haiti\",\n                        \"value\": \"HT\"\n                    },\n                    {\n                        \"label\": \"Honduras\",\n                        \"value\": \"HN\"\n                    },\n                    {\n                        \"label\": \"Hungary\",\n                        \"value\": \"HU\"\n                    },\n                    {\n                        \"label\": \"Iceland\",\n                        \"value\": \"IS\"\n                    },\n                    {\n                        \"label\": \"India\",\n                        \"value\": \"IN\"\n                    },\n                    {\n                        \"label\": \"Indonesia\",\n                        \"value\": \"ID\"\n                    },\n                    {\n                        \"label\": \"Ireland\",\n                        \"value\": \"IE\"\n                    },\n                    {\n                        \"label\": \"Israel\",\n                        \"value\": \"IL\"\n                    },\n                    {\n                        \"label\": \"Italy\",\n                        \"value\": \"IT\"\n                    },\n                    {\n                        \"label\": \"Jamaica\",\n                        \"value\": \"JM\"\n                    },\n                    {\n                        \"label\": \"Japan\",\n                        \"value\": \"JP\"\n                    },\n                    {\n                        \"label\": \"Jordan\",\n                        \"value\": \"JO\"\n                    },\n                    {\n                        \"label\": \"Kazakhstan\",\n                        \"value\": \"KZ\"\n                    },\n                    {\n                        \"label\": \"Kenya\",\n                        \"value\": \"KE\"\n                    },\n                    {\n                        \"label\": \"Kiribati\",\n                        \"value\": \"KI\"\n                    },\n                    {\n                        \"label\": \"Kuwait\",\n                        \"value\": \"KW\"\n                    },\n                    {\n                        \"label\": \"Kyrgyzstan\",\n                        \"value\": \"KG\"\n                    },\n                    {\n                        \"label\": \"Laos\",\n                        \"value\": \"LA\"\n                    },\n                    {\n                        \"label\": \"Latvia\",\n                        \"value\": \"LV\"\n                    },\n                    {\n                        \"label\": \"Lesotho\",\n                        \"value\": \"LS\"\n                    },\n                    {\n                        \"label\": \"Liberia\",\n                        \"value\": \"LR\"\n                    },\n                    {\n                        \"label\": \"Liechtenstein\",\n                        \"value\": \"LI\"\n                    },\n                    {\n                        \"label\": \"Lithuania\",\n                        \"value\": \"LT\"\n                    },\n                    {\n                        \"label\": \"Luxembourg\",\n                        \"value\": \"LU\"\n                    },\n                    {\n                        \"label\": \"Madagascar\",\n                        \"value\": \"MG\"\n                    },\n                    {\n                        \"label\": \"Malawi\",\n                        \"value\": \"MW\"\n                    },\n                    {\n                        \"label\": \"Malaysia\",\n                        \"value\": \"MY\"\n                    },\n                    {\n                        \"label\": \"Maldives\",\n                        \"value\": \"MV\"\n                    },\n                    {\n                        \"label\": \"Malta\",\n                        \"value\": \"MT\"\n                    },\n                    {\n                        \"label\": \"Marshall Islands\",\n                        \"value\": \"MH\"\n                    },\n                    {\n                        \"label\": \"Mauritania\",\n                        \"value\": \"MR\"\n                    },\n                    {\n                        \"label\": \"Mauritius\",\n                        \"value\": \"MU\"\n                    },\n                    {\n                        \"label\": \"Mexico\",\n                        \"value\": \"MX\"\n                    },\n                    {\n                        \"label\": \"Micronesia\",\n                        \"value\": \"FM\"\n                    },\n                    {\n                        \"label\": \"Moldova\",\n                        \"value\": \"MD\"\n                    },\n                    {\n                        \"label\": \"Monaco\",\n                        \"value\": \"MC\"\n                    },\n                    {\n                        \"label\": \"Mongolia\",\n                        \"value\": \"MN\"\n                    },\n                    {\n                        \"label\": \"Morocco\",\n                        \"value\": \"MA\"\n                    },\n                    {\n                        \"label\": \"Mozambique\",\n                        \"value\": \"MZ\"\n                    },\n                    {\n                        \"label\": \"Namibia\",\n                        \"value\": \"NA\"\n                    },\n                    {\n                        \"label\": \"Nauru\",\n                        \"value\": \"NR\"\n                    },\n                    {\n                        \"label\": \"Nepal\",\n                        \"value\": \"NP\"\n                    },\n                    {\n                        \"label\": \"Netherlands\",\n                        \"value\": \"NL\"\n                    },\n                    {\n                        \"label\": \"New Zealand\",\n                        \"value\": \"NZ\"\n                    },\n                    {\n                        \"label\": \"Niger\",\n                        \"value\": \"NE\"\n                    },\n                    {\n                        \"label\": \"Nigeria\",\n                        \"value\": \"NG\"\n                    },\n                    {\n                        \"label\": \"Norway\",\n                        \"value\": \"NO\"\n                    },\n                    {\n                        \"label\": \"Oman\",\n                        \"value\": \"OM\"\n                    },\n                    {\n                        \"label\": \"Pakistan\",\n                        \"value\": \"PK\"\n                    },\n                    {\n                        \"label\": \"Palau\",\n                        \"value\": \"PW\"\n                    },\n                    {\n                        \"label\": \"Palestine\",\n                        \"value\": \"PS\"\n                    },\n                    {\n                        \"label\": \"Panama\",\n                        \"value\": \"PA\"\n                    },\n                    {\n                        \"label\": \"Papua New Guinea\",\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"label\": \"Paraguay\",\n                        \"value\": \"PY\"\n                    },\n                    {\n                        \"label\": \"Peru\",\n                        \"value\": \"PE\"\n                    },\n                    {\n                        \"label\": \"Philippines\",\n                        \"value\": \"PH\"\n                    },\n                    {\n                        \"label\": \"Poland\",\n                        \"value\": \"PL\"\n                    },\n                    {\n                        \"label\": \"Portugal\",\n                        \"value\": \"PT\"\n                    },\n                    {\n                        \"label\": \"Qatar\",\n                        \"value\": \"QA\"\n                    },\n                    {\n                        \"label\": \"Romania\",\n                        \"value\": \"RO\"\n                    },\n                    {\n                        \"label\": \"Rwanda\",\n                        \"value\": \"RW\"\n                    },\n                    {\n                        \"label\": \"Saint Kitts and Nevis\",\n                        \"value\": \"KN\"\n                    },\n                    {\n                        \"label\": \"Saint Lucia\",\n                        \"value\": \"LC\"\n                    },\n                    {\n                        \"label\": \"Saint Vincent and the Grenadines\",\n                        \"value\": \"VC\"\n                    },\n                    {\n                        \"label\": \"Samoa\",\n                        \"value\": \"WS\"\n                    },\n                    {\n                        \"label\": \"San Marino\",\n                        \"value\": \"SM\"\n                    },\n                    {\n                        \"label\": \"Sao Tome and Principe\",\n                        \"value\": \"ST\"\n                    },\n                    {\n                        \"label\": \"Saudi Arabia\",\n                        \"value\": \"SA\"\n                    },\n                    {\n                        \"label\": \"Senegal\",\n                        \"value\": \"SN\"\n                    },\n                    {\n                        \"label\": \"Seychelles\",\n                        \"value\": \"SC\"\n                    },\n                    {\n                        \"label\": \"Sierra Leone\",\n                        \"value\": \"SL\"\n                    },\n                    {\n                        \"label\": \"Singapore\",\n                        \"value\": \"SG\"\n                    },\n                    {\n                        \"label\": \"Slovakia\",\n                        \"value\": \"SK\"\n                    },\n                    {\n                        \"label\": \"Solomon Islands\",\n                        \"value\": \"SB\"\n                    },\n                    {\n                        \"label\": \"South Africa\",\n                        \"value\": \"ZA\"\n                    },\n                    {\n                        \"label\": \"South Korea\",\n                        \"value\": \"KR\"\n                    },\n                    {\n                        \"label\": \"Spain\",\n                        \"value\": \"ES\"\n                    },\n                    {\n                        \"label\": \"Sri Lanka\",\n                        \"value\": \"LK\"\n                    },\n                    {\n                        \"label\": \"Suriname\",\n                        \"value\": \"SR\"\n                    },\n                    {\n                        \"label\": \"Sweden\",\n                        \"value\": \"SE\"\n                    },\n                    {\n                        \"label\": \"Switzerland\",\n                        \"value\": \"CH\"\n                    },\n                    {\n                        \"label\": \"Tajikistan\",\n                        \"value\": \"TJ\"\n                    },\n                    {\n                        \"label\": \"Tanzania\",\n                        \"value\": \"TZ\"\n                    },\n                    {\n                        \"label\": \"Thailand\",\n                        \"value\": \"TH\"\n                    },\n                    {\n                        \"label\": \"Timor-Leste\",\n                        \"value\": \"TL\"\n                    },\n                    {\n                        \"label\": \"Togo\",\n                        \"value\": \"TG\"\n                    },\n                    {\n                        \"label\": \"Tonga\",\n                        \"value\": \"TO\"\n                    },\n                    {\n                        \"label\": \"Trinidad and Tobago\",\n                        \"value\": \"TT\"\n                    },\n                    {\n                        \"label\": \"Tunisia\",\n                        \"value\": \"TN\"\n                    },\n                    {\n                        \"label\": \"Turkey\",\n                        \"value\": \"TR\"\n                    },\n                    {\n                        \"label\": \"Turkmenistan\",\n                        \"value\": \"TM\"\n                    },\n                    {\n                        \"label\": \"Tuvalu\",\n                        \"value\": \"TV\"\n                    },\n                    {\n                        \"label\": \"Uganda\",\n                        \"value\": \"UG\"\n                    },\n                    {\n                        \"label\": \"United Arab Emirates\",\n                        \"value\": \"AE\"\n                    },\n                    {\n                        \"label\": \"United Kingdom\",\n                        \"value\": \"GB\"\n                    },\n                    {\n                        \"label\": \"United States of America\",\n                        \"value\": \"US\"\n                    },\n                    {\n                        \"label\": \"Uruguay\",\n                        \"value\": \"UY\"\n                    },\n                    {\n                        \"label\": \"Uzbekistan\",\n                        \"value\": \"UZ\"\n                    },\n                    {\n                        \"label\": \"Vanuatu\",\n                        \"value\": \"VU\"\n                    },\n                    {\n                        \"label\": \"Vietnam\",\n                        \"value\": \"VN\"\n                    },\n                    {\n                        \"label\": \"Zambia\",\n                        \"value\": \"ZM\"\n                    },\n                    {\n                        \"label\": \"Bermuda\",\n                        \"value\": \"BM\"\n                    },\n                    {\n                        \"label\": \"Cayman Islands\",\n                        \"value\": \"KY\"\n                    },\n                    {\n                        \"label\": \"Gibraltar\",\n                        \"value\": \"GI\"\n                    },\n                    {\n                        \"label\": \"Hong Kong\",\n                        \"value\": \"HK\"\n                    },\n                    {\n                        \"label\": \"Taiwan\",\n                        \"value\": \"TW\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (British)\",\n                        \"value\": \"VG\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (U.S.)\",\n                        \"value\": \"VI\"\n                    },\n                    {\n                        \"label\": \"Isle Of Man\",\n                        \"value\": \"IM\"\n                    },\n                    {\n                        \"label\": \"Cook Islands\",\n                        \"value\": \"CK\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"5e261614-2a46-48cd-8af0-8a79f1d7a7fe","name":"Get Required Fields - GBP Faster Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_faster_payments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"19a3-Ky9Fs7UiA4rwYL81qKFg3uwJuH8\""},{"key":"x-execution-time","value":"12931"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Thu, 14 May 2026 09:41:59 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"GBP Faster Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_faster_payments\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Account_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Sort_Code\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Name\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Country\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Albania\",\n                        \"value\": \"AL\"\n                    },\n                    {\n                        \"label\": \"Algeria\",\n                        \"value\": \"DZ\"\n                    },\n                    {\n                        \"label\": \"Andorra\",\n                        \"value\": \"AD\"\n                    },\n                    {\n                        \"label\": \"Angola\",\n                        \"value\": \"AO\"\n                    },\n                    {\n                        \"label\": \"Antigua and Barbuda\",\n                        \"value\": \"AG\"\n                    },\n                    {\n                        \"label\": \"Argentina\",\n                        \"value\": \"AR\"\n                    },\n                    {\n                        \"label\": \"Armenia\",\n                        \"value\": \"AM\"\n                    },\n                    {\n                        \"label\": \"Australia\",\n                        \"value\": \"AU\"\n                    },\n                    {\n                        \"label\": \"Austria\",\n                        \"value\": \"AT\"\n                    },\n                    {\n                        \"label\": \"Azerbaijan\",\n                        \"value\": \"AZ\"\n                    },\n                    {\n                        \"label\": \"Bahamas\",\n                        \"value\": \"BS\"\n                    },\n                    {\n                        \"label\": \"Bahrain\",\n                        \"value\": \"BH\"\n                    },\n                    {\n                        \"label\": \"Bangladesh\",\n                        \"value\": \"BD\"\n                    },\n                    {\n                        \"label\": \"Barbados\",\n                        \"value\": \"BB\"\n                    },\n                    {\n                        \"label\": \"Belgium\",\n                        \"value\": \"BE\"\n                    },\n                    {\n                        \"label\": \"Belize\",\n                        \"value\": \"BZ\"\n                    },\n                    {\n                        \"label\": \"Benin\",\n                        \"value\": \"BJ\"\n                    },\n                    {\n                        \"label\": \"Bhutan\",\n                        \"value\": \"BT\"\n                    },\n                    {\n                        \"label\": \"Bolivia\",\n                        \"value\": \"BO\"\n                    },\n                    {\n                        \"label\": \"Botswana\",\n                        \"value\": \"BW\"\n                    },\n                    {\n                        \"label\": \"Brazil\",\n                        \"value\": \"BR\"\n                    },\n                    {\n                        \"label\": \"Brunei Darussalam\",\n                        \"value\": \"BN\"\n                    },\n                    {\n                        \"label\": \"Bulgaria\",\n                        \"value\": \"BG\"\n                    },\n                    {\n                        \"label\": \"Burkina Faso\",\n                        \"value\": \"BF\"\n                    },\n                    {\n                        \"label\": \"Burundi\",\n                        \"value\": \"BI\"\n                    },\n                    {\n                        \"label\": \"Cabo Verde\",\n                        \"value\": \"CV\"\n                    },\n                    {\n                        \"label\": \"Cambodia\",\n                        \"value\": \"KH\"\n                    },\n                    {\n                        \"label\": \"Cameroon\",\n                        \"value\": \"CM\"\n                    },\n                    {\n                        \"label\": \"Canada\",\n                        \"value\": \"CA\"\n                    },\n                    {\n                        \"label\": \"Chad\",\n                        \"value\": \"TD\"\n                    },\n                    {\n                        \"label\": \"Chile\",\n                        \"value\": \"CL\"\n                    },\n                    {\n                        \"label\": \"China\",\n                        \"value\": \"CN\"\n                    },\n                    {\n                        \"label\": \"Colombia\",\n                        \"value\": \"CO\"\n                    },\n                    {\n                        \"label\": \"Comoros\",\n                        \"value\": \"KM\"\n                    },\n                    {\n                        \"label\": \"Costa Rica\",\n                        \"value\": \"CR\"\n                    },\n                    {\n                        \"label\": \"Cyprus\",\n                        \"value\": \"CY\"\n                    },\n                    {\n                        \"label\": \"Czech Republic\",\n                        \"value\": \"CZ\"\n                    },\n                    {\n                        \"label\": \"Denmark\",\n                        \"value\": \"DK\"\n                    },\n                    {\n                        \"label\": \"Djibouti\",\n                        \"value\": \"DJ\"\n                    },\n                    {\n                        \"label\": \"Dominica\",\n                        \"value\": \"DM\"\n                    },\n                    {\n                        \"label\": \"Dominican Republic\",\n                        \"value\": \"DO\"\n                    },\n                    {\n                        \"label\": \"Ecuador\",\n                        \"value\": \"EC\"\n                    },\n                    {\n                        \"label\": \"Egypt\",\n                        \"value\": \"EG\"\n                    },\n                    {\n                        \"label\": \"El Salvador\",\n                        \"value\": \"SV\"\n                    },\n                    {\n                        \"label\": \"Equatorial Guinea\",\n                        \"value\": \"GQ\"\n                    },\n                    {\n                        \"label\": \"Eritrea\",\n                        \"value\": \"ER\"\n                    },\n                    {\n                        \"label\": \"Estonia\",\n                        \"value\": \"EE\"\n                    },\n                    {\n                        \"label\": \"Fiji\",\n                        \"value\": \"FJ\"\n                    },\n                    {\n                        \"label\": \"Finland\",\n                        \"value\": \"FI\"\n                    },\n                    {\n                        \"label\": \"France\",\n                        \"value\": \"FR\"\n                    },\n                    {\n                        \"label\": \"Gabon\",\n                        \"value\": \"GA\"\n                    },\n                    {\n                        \"label\": \"Gambia\",\n                        \"value\": \"GM\"\n                    },\n                    {\n                        \"label\": \"Georgia\",\n                        \"value\": \"GE\"\n                    },\n                    {\n                        \"label\": \"Germany\",\n                        \"value\": \"DE\"\n                    },\n                    {\n                        \"label\": \"Ghana\",\n                        \"value\": \"GH\"\n                    },\n                    {\n                        \"label\": \"Greece\",\n                        \"value\": \"GR\"\n                    },\n                    {\n                        \"label\": \"Grenada\",\n                        \"value\": \"GD\"\n                    },\n                    {\n                        \"label\": \"Guatemala\",\n                        \"value\": \"GT\"\n                    },\n                    {\n                        \"label\": \"Guinea\",\n                        \"value\": \"GN\"\n                    },\n                    {\n                        \"label\": \"Guinea-Bissau\",\n                        \"value\": \"GW\"\n                    },\n                    {\n                        \"label\": \"Guyana\",\n                        \"value\": \"GY\"\n                    },\n                    {\n                        \"label\": \"Haiti\",\n                        \"value\": \"HT\"\n                    },\n                    {\n                        \"label\": \"Honduras\",\n                        \"value\": \"HN\"\n                    },\n                    {\n                        \"label\": \"Hungary\",\n                        \"value\": \"HU\"\n                    },\n                    {\n                        \"label\": \"Iceland\",\n                        \"value\": \"IS\"\n                    },\n                    {\n                        \"label\": \"India\",\n                        \"value\": \"IN\"\n                    },\n                    {\n                        \"label\": \"Indonesia\",\n                        \"value\": \"ID\"\n                    },\n                    {\n                        \"label\": \"Ireland\",\n                        \"value\": \"IE\"\n                    },\n                    {\n                        \"label\": \"Israel\",\n                        \"value\": \"IL\"\n                    },\n                    {\n                        \"label\": \"Italy\",\n                        \"value\": \"IT\"\n                    },\n                    {\n                        \"label\": \"Jamaica\",\n                        \"value\": \"JM\"\n                    },\n                    {\n                        \"label\": \"Japan\",\n                        \"value\": \"JP\"\n                    },\n                    {\n                        \"label\": \"Jordan\",\n                        \"value\": \"JO\"\n                    },\n                    {\n                        \"label\": \"Kazakhstan\",\n                        \"value\": \"KZ\"\n                    },\n                    {\n                        \"label\": \"Kenya\",\n                        \"value\": \"KE\"\n                    },\n                    {\n                        \"label\": \"Kiribati\",\n                        \"value\": \"KI\"\n                    },\n                    {\n                        \"label\": \"Kuwait\",\n                        \"value\": \"KW\"\n                    },\n                    {\n                        \"label\": \"Kyrgyzstan\",\n                        \"value\": \"KG\"\n                    },\n                    {\n                        \"label\": \"Laos\",\n                        \"value\": \"LA\"\n                    },\n                    {\n                        \"label\": \"Latvia\",\n                        \"value\": \"LV\"\n                    },\n                    {\n                        \"label\": \"Lesotho\",\n                        \"value\": \"LS\"\n                    },\n                    {\n                        \"label\": \"Liberia\",\n                        \"value\": \"LR\"\n                    },\n                    {\n                        \"label\": \"Liechtenstein\",\n                        \"value\": \"LI\"\n                    },\n                    {\n                        \"label\": \"Lithuania\",\n                        \"value\": \"LT\"\n                    },\n                    {\n                        \"label\": \"Luxembourg\",\n                        \"value\": \"LU\"\n                    },\n                    {\n                        \"label\": \"Madagascar\",\n                        \"value\": \"MG\"\n                    },\n                    {\n                        \"label\": \"Malawi\",\n                        \"value\": \"MW\"\n                    },\n                    {\n                        \"label\": \"Malaysia\",\n                        \"value\": \"MY\"\n                    },\n                    {\n                        \"label\": \"Maldives\",\n                        \"value\": \"MV\"\n                    },\n                    {\n                        \"label\": \"Malta\",\n                        \"value\": \"MT\"\n                    },\n                    {\n                        \"label\": \"Marshall Islands\",\n                        \"value\": \"MH\"\n                    },\n                    {\n                        \"label\": \"Mauritania\",\n                        \"value\": \"MR\"\n                    },\n                    {\n                        \"label\": \"Mauritius\",\n                        \"value\": \"MU\"\n                    },\n                    {\n                        \"label\": \"Mexico\",\n                        \"value\": \"MX\"\n                    },\n                    {\n                        \"label\": \"Micronesia\",\n                        \"value\": \"FM\"\n                    },\n                    {\n                        \"label\": \"Moldova\",\n                        \"value\": \"MD\"\n                    },\n                    {\n                        \"label\": \"Monaco\",\n                        \"value\": \"MC\"\n                    },\n                    {\n                        \"label\": \"Mongolia\",\n                        \"value\": \"MN\"\n                    },\n                    {\n                        \"label\": \"Morocco\",\n                        \"value\": \"MA\"\n                    },\n                    {\n                        \"label\": \"Mozambique\",\n                        \"value\": \"MZ\"\n                    },\n                    {\n                        \"label\": \"Namibia\",\n                        \"value\": \"NA\"\n                    },\n                    {\n                        \"label\": \"Nauru\",\n                        \"value\": \"NR\"\n                    },\n                    {\n                        \"label\": \"Nepal\",\n                        \"value\": \"NP\"\n                    },\n                    {\n                        \"label\": \"Netherlands\",\n                        \"value\": \"NL\"\n                    },\n                    {\n                        \"label\": \"New Zealand\",\n                        \"value\": \"NZ\"\n                    },\n                    {\n                        \"label\": \"Niger\",\n                        \"value\": \"NE\"\n                    },\n                    {\n                        \"label\": \"Nigeria\",\n                        \"value\": \"NG\"\n                    },\n                    {\n                        \"label\": \"Norway\",\n                        \"value\": \"NO\"\n                    },\n                    {\n                        \"label\": \"Oman\",\n                        \"value\": \"OM\"\n                    },\n                    {\n                        \"label\": \"Pakistan\",\n                        \"value\": \"PK\"\n                    },\n                    {\n                        \"label\": \"Palau\",\n                        \"value\": \"PW\"\n                    },\n                    {\n                        \"label\": \"Palestine\",\n                        \"value\": \"PS\"\n                    },\n                    {\n                        \"label\": \"Panama\",\n                        \"value\": \"PA\"\n                    },\n                    {\n                        \"label\": \"Papua New Guinea\",\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"label\": \"Paraguay\",\n                        \"value\": \"PY\"\n                    },\n                    {\n                        \"label\": \"Peru\",\n                        \"value\": \"PE\"\n                    },\n                    {\n                        \"label\": \"Philippines\",\n                        \"value\": \"PH\"\n                    },\n                    {\n                        \"label\": \"Poland\",\n                        \"value\": \"PL\"\n                    },\n                    {\n                        \"label\": \"Portugal\",\n                        \"value\": \"PT\"\n                    },\n                    {\n                        \"label\": \"Qatar\",\n                        \"value\": \"QA\"\n                    },\n                    {\n                        \"label\": \"Romania\",\n                        \"value\": \"RO\"\n                    },\n                    {\n                        \"label\": \"Rwanda\",\n                        \"value\": \"RW\"\n                    },\n                    {\n                        \"label\": \"Saint Kitts and Nevis\",\n                        \"value\": \"KN\"\n                    },\n                    {\n                        \"label\": \"Saint Lucia\",\n                        \"value\": \"LC\"\n                    },\n                    {\n                        \"label\": \"Saint Vincent and the Grenadines\",\n                        \"value\": \"VC\"\n                    },\n                    {\n                        \"label\": \"Samoa\",\n                        \"value\": \"WS\"\n                    },\n                    {\n                        \"label\": \"San Marino\",\n                        \"value\": \"SM\"\n                    },\n                    {\n                        \"label\": \"Sao Tome and Principe\",\n                        \"value\": \"ST\"\n                    },\n                    {\n                        \"label\": \"Saudi Arabia\",\n                        \"value\": \"SA\"\n                    },\n                    {\n                        \"label\": \"Senegal\",\n                        \"value\": \"SN\"\n                    },\n                    {\n                        \"label\": \"Seychelles\",\n                        \"value\": \"SC\"\n                    },\n                    {\n                        \"label\": \"Sierra Leone\",\n                        \"value\": \"SL\"\n                    },\n                    {\n                        \"label\": \"Singapore\",\n                        \"value\": \"SG\"\n                    },\n                    {\n                        \"label\": \"Slovakia\",\n                        \"value\": \"SK\"\n                    },\n                    {\n                        \"label\": \"Solomon Islands\",\n                        \"value\": \"SB\"\n                    },\n                    {\n                        \"label\": \"South Africa\",\n                        \"value\": \"ZA\"\n                    },\n                    {\n                        \"label\": \"South Korea\",\n                        \"value\": \"KR\"\n                    },\n                    {\n                        \"label\": \"Spain\",\n                        \"value\": \"ES\"\n                    },\n                    {\n                        \"label\": \"Sri Lanka\",\n                        \"value\": \"LK\"\n                    },\n                    {\n                        \"label\": \"Suriname\",\n                        \"value\": \"SR\"\n                    },\n                    {\n                        \"label\": \"Sweden\",\n                        \"value\": \"SE\"\n                    },\n                    {\n                        \"label\": \"Switzerland\",\n                        \"value\": \"CH\"\n                    },\n                    {\n                        \"label\": \"Tajikistan\",\n                        \"value\": \"TJ\"\n                    },\n                    {\n                        \"label\": \"Tanzania\",\n                        \"value\": \"TZ\"\n                    },\n                    {\n                        \"label\": \"Thailand\",\n                        \"value\": \"TH\"\n                    },\n                    {\n                        \"label\": \"Timor-Leste\",\n                        \"value\": \"TL\"\n                    },\n                    {\n                        \"label\": \"Togo\",\n                        \"value\": \"TG\"\n                    },\n                    {\n                        \"label\": \"Tonga\",\n                        \"value\": \"TO\"\n                    },\n                    {\n                        \"label\": \"Trinidad and Tobago\",\n                        \"value\": \"TT\"\n                    },\n                    {\n                        \"label\": \"Tunisia\",\n                        \"value\": \"TN\"\n                    },\n                    {\n                        \"label\": \"Turkey\",\n                        \"value\": \"TR\"\n                    },\n                    {\n                        \"label\": \"Turkmenistan\",\n                        \"value\": \"TM\"\n                    },\n                    {\n                        \"label\": \"Tuvalu\",\n                        \"value\": \"TV\"\n                    },\n                    {\n                        \"label\": \"Uganda\",\n                        \"value\": \"UG\"\n                    },\n                    {\n                        \"label\": \"United Arab Emirates\",\n                        \"value\": \"AE\"\n                    },\n                    {\n                        \"label\": \"United Kingdom\",\n                        \"value\": \"GB\"\n                    },\n                    {\n                        \"label\": \"United States of America\",\n                        \"value\": \"US\"\n                    },\n                    {\n                        \"label\": \"Uruguay\",\n                        \"value\": \"UY\"\n                    },\n                    {\n                        \"label\": \"Uzbekistan\",\n                        \"value\": \"UZ\"\n                    },\n                    {\n                        \"label\": \"Vanuatu\",\n                        \"value\": \"VU\"\n                    },\n                    {\n                        \"label\": \"Vietnam\",\n                        \"value\": \"VN\"\n                    },\n                    {\n                        \"label\": \"Zambia\",\n                        \"value\": \"ZM\"\n                    },\n                    {\n                        \"label\": \"Bermuda\",\n                        \"value\": \"BM\"\n                    },\n                    {\n                        \"label\": \"Cayman Islands\",\n                        \"value\": \"KY\"\n                    },\n                    {\n                        \"label\": \"Gibraltar\",\n                        \"value\": \"GI\"\n                    },\n                    {\n                        \"label\": \"Hong Kong\",\n                        \"value\": \"HK\"\n                    },\n                    {\n                        \"label\": \"Taiwan\",\n                        \"value\": \"TW\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (British)\",\n                        \"value\": \"VG\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (U.S.)\",\n                        \"value\": \"VI\"\n                    },\n                    {\n                        \"label\": \"Isle Of Man\",\n                        \"value\": \"IM\"\n                    },\n                    {\n                        \"label\": \"Cook Islands\",\n                        \"value\": \"CK\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"092c0ddf-c94b-40a7-827d-a8c208a8551b","name":"Get Required Fields - GBP Wire Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_gbp_wire_payments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"x-refresh-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJTZXNzaW9uVG9rZW4iOiIwNDI2MzdjZWZiNmRiOGZlMDE0MGRjODEwOWNjNDZmOGExYzY4YmRmYWI4Yjc2MWQ4ZDgzNzZhODBlYmQ5NDQ1NnVSaXV5S3o5RHVCRjFpWlUvMFlCMlFGNlNQWkJsSGJHQ1hjZ3pFUXUrdURMYlA4VWNncEMxU2hYSWUzdjRnN2JvZmRFVXVPOHRyYTJuMmlUVWYzNmRLOTNZK04ybTVRU2ZBdWR2Vk55bFJUS0lLYzh4VGsvdExpWjkwb0JTSmY5L0tLbjNlaW9BbzN1SHl2NUJYcTQ3VjQwR1UyNG1hVW5jaHdQSEZPaTYrQnZjS3M5UFRpU1FYKy8vdHNyTEFjZXRkbjZ0QTRMTzRQR3dVYmdTVjdoYnJQTkdGL0k1VVlNSlBxQzhpWFNwd3BwSEFUV1pHblZQcHJtSU9RcWx1K1RyZW94eDhYcHFBNGZnZXB6bm11TXdTaklTVmJGMWUxUjh5SUpLRGVNRTA9IiwiQ2xpZW50SUQiOiI2OGM0MGRlYi05MzJmLTRmM2EtYTBkZS1lYThkMGUyZjFiODAiLCJpYXQiOjE3NzgyNDgxOTUsImV4cCI6MTc3ODI0OTA5NX0.b0iY09z0rK_ZCuHWmsvUA077llu7q4FZlSe0l95_koM"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"1999-YaLSbqdbXfuab8qvzmp9b5w+6W0\""},{"key":"x-execution-time","value":"16011"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Fri, 08 May 2026 13:50:08 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"GBP Wire Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_gbp_wire_payments\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Iban\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Swift_Bic\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Name\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Country\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Albania\",\n                        \"value\": \"AL\"\n                    },\n                    {\n                        \"label\": \"Algeria\",\n                        \"value\": \"DZ\"\n                    },\n                    {\n                        \"label\": \"Andorra\",\n                        \"value\": \"AD\"\n                    },\n                    {\n                        \"label\": \"Angola\",\n                        \"value\": \"AO\"\n                    },\n                    {\n                        \"label\": \"Antigua and Barbuda\",\n                        \"value\": \"AG\"\n                    },\n                    {\n                        \"label\": \"Argentina\",\n                        \"value\": \"AR\"\n                    },\n                    {\n                        \"label\": \"Armenia\",\n                        \"value\": \"AM\"\n                    },\n                    {\n                        \"label\": \"Australia\",\n                        \"value\": \"AU\"\n                    },\n                    {\n                        \"label\": \"Austria\",\n                        \"value\": \"AT\"\n                    },\n                    {\n                        \"label\": \"Azerbaijan\",\n                        \"value\": \"AZ\"\n                    },\n                    {\n                        \"label\": \"Bahamas\",\n                        \"value\": \"BS\"\n                    },\n                    {\n                        \"label\": \"Bahrain\",\n                        \"value\": \"BH\"\n                    },\n                    {\n                        \"label\": \"Bangladesh\",\n                        \"value\": \"BD\"\n                    },\n                    {\n                        \"label\": \"Barbados\",\n                        \"value\": \"BB\"\n                    },\n                    {\n                        \"label\": \"Belgium\",\n                        \"value\": \"BE\"\n                    },\n                    {\n                        \"label\": \"Belize\",\n                        \"value\": \"BZ\"\n                    },\n                    {\n                        \"label\": \"Benin\",\n                        \"value\": \"BJ\"\n                    },\n                    {\n                        \"label\": \"Bhutan\",\n                        \"value\": \"BT\"\n                    },\n                    {\n                        \"label\": \"Bolivia\",\n                        \"value\": \"BO\"\n                    },\n                    {\n                        \"label\": \"Botswana\",\n                        \"value\": \"BW\"\n                    },\n                    {\n                        \"label\": \"Brazil\",\n                        \"value\": \"BR\"\n                    },\n                    {\n                        \"label\": \"Brunei Darussalam\",\n                        \"value\": \"BN\"\n                    },\n                    {\n                        \"label\": \"Bulgaria\",\n                        \"value\": \"BG\"\n                    },\n                    {\n                        \"label\": \"Burkina Faso\",\n                        \"value\": \"BF\"\n                    },\n                    {\n                        \"label\": \"Burundi\",\n                        \"value\": \"BI\"\n                    },\n                    {\n                        \"label\": \"Cabo Verde\",\n                        \"value\": \"CV\"\n                    },\n                    {\n                        \"label\": \"Cambodia\",\n                        \"value\": \"KH\"\n                    },\n                    {\n                        \"label\": \"Cameroon\",\n                        \"value\": \"CM\"\n                    },\n                    {\n                        \"label\": \"Canada\",\n                        \"value\": \"CA\"\n                    },\n                    {\n                        \"label\": \"Chad\",\n                        \"value\": \"TD\"\n                    },\n                    {\n                        \"label\": \"Chile\",\n                        \"value\": \"CL\"\n                    },\n                    {\n                        \"label\": \"China\",\n                        \"value\": \"CN\"\n                    },\n                    {\n                        \"label\": \"Colombia\",\n                        \"value\": \"CO\"\n                    },\n                    {\n                        \"label\": \"Comoros\",\n                        \"value\": \"KM\"\n                    },\n                    {\n                        \"label\": \"Costa Rica\",\n                        \"value\": \"CR\"\n                    },\n                    {\n                        \"label\": \"Cyprus\",\n                        \"value\": \"CY\"\n                    },\n                    {\n                        \"label\": \"Czech Republic\",\n                        \"value\": \"CZ\"\n                    },\n                    {\n                        \"label\": \"Denmark\",\n                        \"value\": \"DK\"\n                    },\n                    {\n                        \"label\": \"Djibouti\",\n                        \"value\": \"DJ\"\n                    },\n                    {\n                        \"label\": \"Dominica\",\n                        \"value\": \"DM\"\n                    },\n                    {\n                        \"label\": \"Dominican Republic\",\n                        \"value\": \"DO\"\n                    },\n                    {\n                        \"label\": \"Ecuador\",\n                        \"value\": \"EC\"\n                    },\n                    {\n                        \"label\": \"Egypt\",\n                        \"value\": \"EG\"\n                    },\n                    {\n                        \"label\": \"El Salvador\",\n                        \"value\": \"SV\"\n                    },\n                    {\n                        \"label\": \"Equatorial Guinea\",\n                        \"value\": \"GQ\"\n                    },\n                    {\n                        \"label\": \"Eritrea\",\n                        \"value\": \"ER\"\n                    },\n                    {\n                        \"label\": \"Estonia\",\n                        \"value\": \"EE\"\n                    },\n                    {\n                        \"label\": \"Fiji\",\n                        \"value\": \"FJ\"\n                    },\n                    {\n                        \"label\": \"Finland\",\n                        \"value\": \"FI\"\n                    },\n                    {\n                        \"label\": \"France\",\n                        \"value\": \"FR\"\n                    },\n                    {\n                        \"label\": \"Gabon\",\n                        \"value\": \"GA\"\n                    },\n                    {\n                        \"label\": \"Gambia\",\n                        \"value\": \"GM\"\n                    },\n                    {\n                        \"label\": \"Georgia\",\n                        \"value\": \"GE\"\n                    },\n                    {\n                        \"label\": \"Germany\",\n                        \"value\": \"DE\"\n                    },\n                    {\n                        \"label\": \"Ghana\",\n                        \"value\": \"GH\"\n                    },\n                    {\n                        \"label\": \"Greece\",\n                        \"value\": \"GR\"\n                    },\n                    {\n                        \"label\": \"Grenada\",\n                        \"value\": \"GD\"\n                    },\n                    {\n                        \"label\": \"Guatemala\",\n                        \"value\": \"GT\"\n                    },\n                    {\n                        \"label\": \"Guinea\",\n                        \"value\": \"GN\"\n                    },\n                    {\n                        \"label\": \"Guinea-Bissau\",\n                        \"value\": \"GW\"\n                    },\n                    {\n                        \"label\": \"Guyana\",\n                        \"value\": \"GY\"\n                    },\n                    {\n                        \"label\": \"Haiti\",\n                        \"value\": \"HT\"\n                    },\n                    {\n                        \"label\": \"Honduras\",\n                        \"value\": \"HN\"\n                    },\n                    {\n                        \"label\": \"Hungary\",\n                        \"value\": \"HU\"\n                    },\n                    {\n                        \"label\": \"Iceland\",\n                        \"value\": \"IS\"\n                    },\n                    {\n                        \"label\": \"India\",\n                        \"value\": \"IN\"\n                    },\n                    {\n                        \"label\": \"Indonesia\",\n                        \"value\": \"ID\"\n                    },\n                    {\n                        \"label\": \"Ireland\",\n                        \"value\": \"IE\"\n                    },\n                    {\n                        \"label\": \"Israel\",\n                        \"value\": \"IL\"\n                    },\n                    {\n                        \"label\": \"Italy\",\n                        \"value\": \"IT\"\n                    },\n                    {\n                        \"label\": \"Jamaica\",\n                        \"value\": \"JM\"\n                    },\n                    {\n                        \"label\": \"Japan\",\n                        \"value\": \"JP\"\n                    },\n                    {\n                        \"label\": \"Jordan\",\n                        \"value\": \"JO\"\n                    },\n                    {\n                        \"label\": \"Kazakhstan\",\n                        \"value\": \"KZ\"\n                    },\n                    {\n                        \"label\": \"Kenya\",\n                        \"value\": \"KE\"\n                    },\n                    {\n                        \"label\": \"Kiribati\",\n                        \"value\": \"KI\"\n                    },\n                    {\n                        \"label\": \"Kuwait\",\n                        \"value\": \"KW\"\n                    },\n                    {\n                        \"label\": \"Kyrgyzstan\",\n                        \"value\": \"KG\"\n                    },\n                    {\n                        \"label\": \"Laos\",\n                        \"value\": \"LA\"\n                    },\n                    {\n                        \"label\": \"Latvia\",\n                        \"value\": \"LV\"\n                    },\n                    {\n                        \"label\": \"Lesotho\",\n                        \"value\": \"LS\"\n                    },\n                    {\n                        \"label\": \"Liberia\",\n                        \"value\": \"LR\"\n                    },\n                    {\n                        \"label\": \"Liechtenstein\",\n                        \"value\": \"LI\"\n                    },\n                    {\n                        \"label\": \"Lithuania\",\n                        \"value\": \"LT\"\n                    },\n                    {\n                        \"label\": \"Luxembourg\",\n                        \"value\": \"LU\"\n                    },\n                    {\n                        \"label\": \"Madagascar\",\n                        \"value\": \"MG\"\n                    },\n                    {\n                        \"label\": \"Malawi\",\n                        \"value\": \"MW\"\n                    },\n                    {\n                        \"label\": \"Malaysia\",\n                        \"value\": \"MY\"\n                    },\n                    {\n                        \"label\": \"Maldives\",\n                        \"value\": \"MV\"\n                    },\n                    {\n                        \"label\": \"Malta\",\n                        \"value\": \"MT\"\n                    },\n                    {\n                        \"label\": \"Marshall Islands\",\n                        \"value\": \"MH\"\n                    },\n                    {\n                        \"label\": \"Mauritania\",\n                        \"value\": \"MR\"\n                    },\n                    {\n                        \"label\": \"Mauritius\",\n                        \"value\": \"MU\"\n                    },\n                    {\n                        \"label\": \"Mexico\",\n                        \"value\": \"MX\"\n                    },\n                    {\n                        \"label\": \"Micronesia\",\n                        \"value\": \"FM\"\n                    },\n                    {\n                        \"label\": \"Moldova\",\n                        \"value\": \"MD\"\n                    },\n                    {\n                        \"label\": \"Monaco\",\n                        \"value\": \"MC\"\n                    },\n                    {\n                        \"label\": \"Mongolia\",\n                        \"value\": \"MN\"\n                    },\n                    {\n                        \"label\": \"Morocco\",\n                        \"value\": \"MA\"\n                    },\n                    {\n                        \"label\": \"Mozambique\",\n                        \"value\": \"MZ\"\n                    },\n                    {\n                        \"label\": \"Namibia\",\n                        \"value\": \"NA\"\n                    },\n                    {\n                        \"label\": \"Nauru\",\n                        \"value\": \"NR\"\n                    },\n                    {\n                        \"label\": \"Nepal\",\n                        \"value\": \"NP\"\n                    },\n                    {\n                        \"label\": \"Netherlands\",\n                        \"value\": \"NL\"\n                    },\n                    {\n                        \"label\": \"New Zealand\",\n                        \"value\": \"NZ\"\n                    },\n                    {\n                        \"label\": \"Niger\",\n                        \"value\": \"NE\"\n                    },\n                    {\n                        \"label\": \"Nigeria\",\n                        \"value\": \"NG\"\n                    },\n                    {\n                        \"label\": \"Norway\",\n                        \"value\": \"NO\"\n                    },\n                    {\n                        \"label\": \"Oman\",\n                        \"value\": \"OM\"\n                    },\n                    {\n                        \"label\": \"Pakistan\",\n                        \"value\": \"PK\"\n                    },\n                    {\n                        \"label\": \"Palau\",\n                        \"value\": \"PW\"\n                    },\n                    {\n                        \"label\": \"Palestine\",\n                        \"value\": \"PS\"\n                    },\n                    {\n                        \"label\": \"Panama\",\n                        \"value\": \"PA\"\n                    },\n                    {\n                        \"label\": \"Papua New Guinea\",\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"label\": \"Paraguay\",\n                        \"value\": \"PY\"\n                    },\n                    {\n                        \"label\": \"Peru\",\n                        \"value\": \"PE\"\n                    },\n                    {\n                        \"label\": \"Philippines\",\n                        \"value\": \"PH\"\n                    },\n                    {\n                        \"label\": \"Poland\",\n                        \"value\": \"PL\"\n                    },\n                    {\n                        \"label\": \"Portugal\",\n                        \"value\": \"PT\"\n                    },\n                    {\n                        \"label\": \"Qatar\",\n                        \"value\": \"QA\"\n                    },\n                    {\n                        \"label\": \"Romania\",\n                        \"value\": \"RO\"\n                    },\n                    {\n                        \"label\": \"Rwanda\",\n                        \"value\": \"RW\"\n                    },\n                    {\n                        \"label\": \"Saint Kitts and Nevis\",\n                        \"value\": \"KN\"\n                    },\n                    {\n                        \"label\": \"Saint Lucia\",\n                        \"value\": \"LC\"\n                    },\n                    {\n                        \"label\": \"Saint Vincent and the Grenadines\",\n                        \"value\": \"VC\"\n                    },\n                    {\n                        \"label\": \"Samoa\",\n                        \"value\": \"WS\"\n                    },\n                    {\n                        \"label\": \"San Marino\",\n                        \"value\": \"SM\"\n                    },\n                    {\n                        \"label\": \"Sao Tome and Principe\",\n                        \"value\": \"ST\"\n                    },\n                    {\n                        \"label\": \"Saudi Arabia\",\n                        \"value\": \"SA\"\n                    },\n                    {\n                        \"label\": \"Senegal\",\n                        \"value\": \"SN\"\n                    },\n                    {\n                        \"label\": \"Seychelles\",\n                        \"value\": \"SC\"\n                    },\n                    {\n                        \"label\": \"Sierra Leone\",\n                        \"value\": \"SL\"\n                    },\n                    {\n                        \"label\": \"Singapore\",\n                        \"value\": \"SG\"\n                    },\n                    {\n                        \"label\": \"Slovakia\",\n                        \"value\": \"SK\"\n                    },\n                    {\n                        \"label\": \"Solomon Islands\",\n                        \"value\": \"SB\"\n                    },\n                    {\n                        \"label\": \"South Africa\",\n                        \"value\": \"ZA\"\n                    },\n                    {\n                        \"label\": \"South Korea\",\n                        \"value\": \"KR\"\n                    },\n                    {\n                        \"label\": \"Spain\",\n                        \"value\": \"ES\"\n                    },\n                    {\n                        \"label\": \"Sri Lanka\",\n                        \"value\": \"LK\"\n                    },\n                    {\n                        \"label\": \"Suriname\",\n                        \"value\": \"SR\"\n                    },\n                    {\n                        \"label\": \"Sweden\",\n                        \"value\": \"SE\"\n                    },\n                    {\n                        \"label\": \"Switzerland\",\n                        \"value\": \"CH\"\n                    },\n                    {\n                        \"label\": \"Tajikistan\",\n                        \"value\": \"TJ\"\n                    },\n                    {\n                        \"label\": \"Tanzania\",\n                        \"value\": \"TZ\"\n                    },\n                    {\n                        \"label\": \"Thailand\",\n                        \"value\": \"TH\"\n                    },\n                    {\n                        \"label\": \"Timor-Leste\",\n                        \"value\": \"TL\"\n                    },\n                    {\n                        \"label\": \"Togo\",\n                        \"value\": \"TG\"\n                    },\n                    {\n                        \"label\": \"Tonga\",\n                        \"value\": \"TO\"\n                    },\n                    {\n                        \"label\": \"Trinidad and Tobago\",\n                        \"value\": \"TT\"\n                    },\n                    {\n                        \"label\": \"Tunisia\",\n                        \"value\": \"TN\"\n                    },\n                    {\n                        \"label\": \"Turkey\",\n                        \"value\": \"TR\"\n                    },\n                    {\n                        \"label\": \"Turkmenistan\",\n                        \"value\": \"TM\"\n                    },\n                    {\n                        \"label\": \"Tuvalu\",\n                        \"value\": \"TV\"\n                    },\n                    {\n                        \"label\": \"Uganda\",\n                        \"value\": \"UG\"\n                    },\n                    {\n                        \"label\": \"United Arab Emirates\",\n                        \"value\": \"AE\"\n                    },\n                    {\n                        \"label\": \"United Kingdom\",\n                        \"value\": \"GB\"\n                    },\n                    {\n                        \"label\": \"United States of America\",\n                        \"value\": \"US\"\n                    },\n                    {\n                        \"label\": \"Uruguay\",\n                        \"value\": \"UY\"\n                    },\n                    {\n                        \"label\": \"Uzbekistan\",\n                        \"value\": \"UZ\"\n                    },\n                    {\n                        \"label\": \"Vanuatu\",\n                        \"value\": \"VU\"\n                    },\n                    {\n                        \"label\": \"Vietnam\",\n                        \"value\": \"VN\"\n                    },\n                    {\n                        \"label\": \"Zambia\",\n                        \"value\": \"ZM\"\n                    },\n                    {\n                        \"label\": \"Bermuda\",\n                        \"value\": \"BM\"\n                    },\n                    {\n                        \"label\": \"Cayman Islands\",\n                        \"value\": \"KY\"\n                    },\n                    {\n                        \"label\": \"Gibraltar\",\n                        \"value\": \"GI\"\n                    },\n                    {\n                        \"label\": \"Hong Kong\",\n                        \"value\": \"HK\"\n                    },\n                    {\n                        \"label\": \"Taiwan\",\n                        \"value\": \"TW\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (British)\",\n                        \"value\": \"VG\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (U.S.)\",\n                        \"value\": \"VI\"\n                    },\n                    {\n                        \"label\": \"Isle Of Man\",\n                        \"value\": \"IM\"\n                    },\n                    {\n                        \"label\": \"Cook Islands\",\n                        \"value\": \"CK\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"a08d06c0-39df-44db-9a91-dfe03b2dddd4","name":"Get Required Fields - BRL Domestic Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_brl_domestic_payments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"x-refresh-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJTZXNzaW9uVG9rZW4iOiIwYzViZjE5ZTYzNDFmN2ZhOTQyNTU0NjQxYTk2MDFhOWYyYTgwOTE3NDM4M2EyYjdjYTQxZjgyNTk1NmZlZjE3dXcxTVpiVGJsRFNsOEw1eVdsZTYxOEpGQWZjcWFmSTF5dmtSaUlpSWdLR0Z1Qms3VVV6bmNWdUt5S0dpeU1PNGRCaWl5RHkwYWF2bGtwOE9vQVRmd2pmWnprQVRNbERhNVJKZlgzR2g0UWpQZ3JiZ1Z6YVdGdTBXM1Y3Q3N5Mm5wZStrd1BpcXMvNVZHdVpVZldaeVhaaVhPUHhUWHQrbEdEN3ZVVEYrMGkwY3krYnJoR2FoUFhQSkR6TjBneDVNdzN3Q2N1ZXd1b1RXSUJwY1EramgwTXhmZzZXUTVRaXJ0U2UwRXJJSllaZVB1Uk9OWmcyMXVJVFlMenpPeXN2a2ZSS3JnaHJZbWZCU3RuQnoyQnYxVEUvdnhqZ0x3RnduZFJ2ZG9QYTV3cE09IiwiQ2xpZW50SUQiOiI2OGM0MGRlYi05MzJmLTRmM2EtYTBkZS1lYThkMGUyZjFiODAiLCJpYXQiOjE3Nzg1ODkwMjcsImV4cCI6MTc3ODU4OTkyN30.qMBgO0D0dQC98aDR4XC14q7_KCC2zS-v4jivuCOCB3A"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"c36-JpStJsH+QEXAVacF/lM/i3bmydE\""},{"key":"x-execution-time","value":"17844"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Tue, 12 May 2026 12:30:41 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"BRL Domestic Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_brl_domestic_payments\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank\",\n                \"Required\": false,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"BANCO DO BRASIL S.A\",\n                        \"value\": 751\n                    },\n                    {\n                        \"label\": \"BANCO DO NORDESTE DO BRASIL S.\",\n                        \"value\": 753\n                    },\n                    {\n                        \"label\": \"BANESTES S.A BANCO DO ESTADO DO ESPIRITO SANTO\",\n                        \"value\": 755\n                    },\n                    {\n                        \"label\": \"BANCO SANTANDER BRASIL S.A\",\n                        \"value\": 756\n                    },\n                    {\n                        \"label\": \"BANCO DO ESTADO DO PARA S.A.\",\n                        \"value\": 758\n                    },\n                    {\n                        \"label\": \"BANCO DO ESTADO DO RIO GRANDE DO SUL S.A.\",\n                        \"value\": 759\n                    },\n                    {\n                        \"label\": \"BANCO DO ESTADO DE SERGIPE S.A.\",\n                        \"value\": 760\n                    },\n                    {\n                        \"label\": \"BRB - BANCO DE BRASILIA S.A.\",\n                        \"value\": 761\n                    },\n                    {\n                        \"label\": \"COOPERATIVA CENTRAL DE CREDITO URBANO - CECRED\",\n                        \"value\": 762\n                    },\n                    {\n                        \"label\": \"CAIXA ECONOMICA FEDERAL\",\n                        \"value\": 763\n                    },\n                    {\n                        \"label\": \"UNICRED DO BRASIL\",\n                        \"value\": 764\n                    },\n                    {\n                        \"label\": \"BANCO BRADESCO S.A.\",\n                        \"value\": 765\n                    },\n                    {\n                        \"label\": \"BANCO ITAU S.A.\",\n                        \"value\": 767\n                    },\n                    {\n                        \"label\": \"BANCO MERCANTIL DO BRASIL S.A.\",\n                        \"value\": 768\n                    },\n                    {\n                        \"label\": \"HSBC BANK BRASIL S.A.-BANCO MULTIPLO\",\n                        \"value\": 769\n                    },\n                    {\n                        \"label\": \"BANCO SAFRA S.A.\",\n                        \"value\": 770\n                    },\n                    {\n                        \"label\": \"BANCO COOPERATIVO SICREDI S.A.\",\n                        \"value\": 772\n                    },\n                    {\n                        \"label\": \"BANCO COOPERATIVO DO BRASIL S.A.\",\n                        \"value\": 773\n                    },\n                    {\n                        \"label\": \"BANCO INTERMEDIUM S.A.\",\n                        \"value\": 999\n                    },\n                    {\n                        \"label\": \"BANCO BMG S.A.\",\n                        \"value\": 1631\n                    },\n                    {\n                        \"label\": \"BANCO INDUSVAL S.A.\",\n                        \"value\": 1632\n                    },\n                    {\n                        \"label\": \"BANCO ORIGINAL S.A.\",\n                        \"value\": 1633\n                    },\n                    {\n                        \"label\": \"BANCO SOFISA S.A.\",\n                        \"value\": 1634\n                    },\n                    {\n                        \"label\": \"BANCO AGIBANK\",\n                        \"value\": 2778\n                    },\n                    {\n                        \"label\": \"BANCO CRESOL\",\n                        \"value\": 2787\n                    },\n                    {\n                        \"label\": \"BANCO INTERCAP\",\n                        \"value\": 2790\n                    },\n                    {\n                        \"label\": \"BANCO MODAL\",\n                        \"value\": 2792\n                    },\n                    {\n                        \"label\": \"BANCO RENDIMENTO\",\n                        \"value\": 2793\n                    },\n                    {\n                        \"label\": \"BANCO RENNER\",\n                        \"value\": 2794\n                    },\n                    {\n                        \"label\": \"BANCO VOTORANTIM\",\n                        \"value\": 2795\n                    },\n                    {\n                        \"label\": \"BCO BS2\",\n                        \"value\": 2796\n                    },\n                    {\n                        \"label\": \"CCC NOROESTE BRASILEIRO LTDA\",\n                        \"value\": 2797\n                    },\n                    {\n                        \"label\": \"NUBANK\",\n                        \"value\": 2798\n                    },\n                    {\n                        \"label\": \"PAGSEGURO\",\n                        \"value\": 2799\n                    },\n                    {\n                        \"label\": \"UNICRED NORTE DO PARANA\",\n                        \"value\": 2800\n                    },\n                    {\n                        \"label\": \"ACESSO SOLUCOES PAGAMENTO SA\",\n                        \"value\": 5464\n                    },\n                    {\n                        \"label\": \"BANCO BTG PACTUAL S.A.\",\n                        \"value\": 5465\n                    },\n                    {\n                        \"label\": \"CREDICOAMO CREDITO RURAL COOPERATIVA\",\n                        \"value\": 5467\n                    },\n                    {\n                        \"label\": \"MERCADO PAGO\",\n                        \"value\": 5468\n                    },\n                    {\n                        \"label\": \"STONE PAGAMENTOS S.A\",\n                        \"value\": 5469\n                    },\n                    {\n                        \"label\": \"UNIPRIME CENTRAL\",\n                        \"value\": 5470\n                    },\n                    {\n                        \"label\": \"BANCO DIGIO\",\n                        \"value\": 5471\n                    },\n                    {\n                        \"label\": \"BCO C6 S.A.\",\n                        \"value\": 5472\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Account_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Branch_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Account_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Saving\",\n                        \"value\": \"Saving\"\n                    },\n                    {\n                        \"label\": \"Checking\",\n                        \"value\": \"Checking\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Beneficiary_Identity_Type\",\n                \"Required\": false,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Passport\",\n                        \"value\": \"PASSPORT\"\n                    },\n                    {\n                        \"label\": \"Driving License\",\n                        \"value\": \"DRIVING_LICENSE\"\n                    },\n                    {\n                        \"label\": \"National Identification Card\",\n                        \"value\": \"NATIONAL_ID\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Beneficiary_Identity_Number\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Tax_Id\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            }\n        ]\n    }\n}"},{"id":"bb06e201-f119-43d2-b131-c32b50a8b518","name":"Get Required Fields - HKD Domestic Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_hkd_domestic_payments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"37e5-LWDO3Xca0/TfkG62ghIqM9X3CaE\""},{"key":"x-execution-time","value":"14783"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Tue, 12 May 2026 12:40:56 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"HKD Domestic Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_hkd_domestic_payments\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank\",\n                \"Required\": false,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Standard Chartered Bank (Hong Kong) Limited\",\n                        \"value\": 2734\n                    },\n                    {\n                        \"label\": \"The Hongkong and Shanghai Banking Corporation Limited\",\n                        \"value\": 2735\n                    },\n                    {\n                        \"label\": \"Citibank N.A.\",\n                        \"value\": 2736\n                    },\n                    {\n                        \"label\": \"Citibank (Hong Kong) Limited\",\n                        \"value\": 2737\n                    },\n                    {\n                        \"label\": \"Hang Seng Bank Ltd.\",\n                        \"value\": 2738\n                    },\n                    {\n                        \"label\": \"Chong Hing Bank Limited\",\n                        \"value\": 2739\n                    },\n                    {\n                        \"label\": \"DBS Bank (Hong Kong) Limited\",\n                        \"value\": 2740\n                    },\n                    {\n                        \"label\": \"CMB Wing Lung Bank Limited\",\n                        \"value\": 2741\n                    },\n                    {\n                        \"label\": \"Industrial and Commercial Bank of China (Asia)\",\n                        \"value\": 2742\n                    },\n                    {\n                        \"label\": \"Nanyang Commercial Bank\",\n                        \"value\": 2743\n                    },\n                    {\n                        \"label\": \"China Construction Bank (Asia) Corporation Limited\",\n                        \"value\": 2744\n                    },\n                    {\n                        \"label\": \"Agricultural Bank of China Limited\",\n                        \"value\": 2745\n                    },\n                    {\n                        \"label\": \"China Minsheng Banking Corp., Ltd\",\n                        \"value\": 2746\n                    },\n                    {\n                        \"label\": \"Bank of China ( Hong Kong ) Limited\",\n                        \"value\": 2747\n                    },\n                    {\n                        \"label\": \"Credit Agricole Corporate and Investment Bank\",\n                        \"value\": 4346\n                    },\n                    {\n                        \"label\": \"JPMorgan Chase Bank, N.A.\",\n                        \"value\": 4347\n                    },\n                    {\n                        \"label\": \"The Bank of East Asia, Limited\",\n                        \"value\": 4349\n                    },\n                    {\n                        \"label\": \"CHINA CITIC BANK INTERNATIONAL LIMITED\",\n                        \"value\": 4350\n                    },\n                    {\n                        \"label\": \"OVERSEA - CHINESE BANKING CORPORATION LIMITED\",\n                        \"value\": 4351\n                    },\n                    {\n                        \"label\": \"Shanghai Commercial Bank Limited\",\n                        \"value\": 4352\n                    },\n                    {\n                        \"label\": \"Bank of Communications Co., Ltd. Hong Kong Branch\",\n                        \"value\": 4353\n                    },\n                    {\n                        \"label\": \"Public Bank (Hong Kong) Limited\",\n                        \"value\": 4354\n                    },\n                    {\n                        \"label\": \"OCBC Bank (Hong Kong) Limited\",\n                        \"value\": 4355\n                    },\n                    {\n                        \"label\": \"Tai Yau Bank Limited\",\n                        \"value\": 4356\n                    },\n                    {\n                        \"label\": \"Chiyu Banking Corporation Limited\",\n                        \"value\": 4357\n                    },\n                    {\n                        \"label\": \"Dah Sing Bank, Limited\",\n                        \"value\": 4358\n                    },\n                    {\n                        \"label\": \"UCO BANK HONG KONG\",\n                        \"value\": 4359\n                    },\n                    {\n                        \"label\": \"KEB HANA BANK\",\n                        \"value\": 4360\n                    },\n                    {\n                        \"label\": \"MUFG Bank, Ltd.\",\n                        \"value\": 4361\n                    },\n                    {\n                        \"label\": \"BANGKOK BANK PUBLIC COMPANY LIMITED\",\n                        \"value\": 4362\n                    },\n                    {\n                        \"label\": \"INDIAN OVERSEAS BANK\",\n                        \"value\": 4363\n                    },\n                    {\n                        \"label\": \"Deutsche Bank AG Hong Kong Branch\",\n                        \"value\": 4364\n                    },\n                    {\n                        \"label\": \"Bank of America N.A.\",\n                        \"value\": 4365\n                    },\n                    {\n                        \"label\": \"BNP PARIBAS HONG KONG BRANCH\",\n                        \"value\": 4366\n                    },\n                    {\n                        \"label\": \"BANK OF INDIA\",\n                        \"value\": 4367\n                    },\n                    {\n                        \"label\": \"National Bank of Pakistan\",\n                        \"value\": 4368\n                    },\n                    {\n                        \"label\": \"TAI SANG BANK LTD.\",\n                        \"value\": 4369\n                    },\n                    {\n                        \"label\": \"Malayan Banking Berhad Hong Kong Branch\",\n                        \"value\": 4370\n                    },\n                    {\n                        \"label\": \"Sumitomo Mitsui Banking Corporation\",\n                        \"value\": 4371\n                    },\n                    {\n                        \"label\": \"PT. BANK NEGARA INDONESIA (PERSERO) TBK.\",\n                        \"value\": 4372\n                    },\n                    {\n                        \"label\": \"BDO UNIBANK, INC.\",\n                        \"value\": 4373\n                    },\n                    {\n                        \"label\": \"United Overseas Bank Limited\",\n                        \"value\": 4374\n                    },\n                    {\n                        \"label\": \"Barclays Bank PLC\",\n                        \"value\": 4375\n                    },\n                    {\n                        \"label\": \"The Bank of Nova Scotia\",\n                        \"value\": 4376\n                    },\n                    {\n                        \"label\": \"Royal Bank of Canada, Hong Kong Branch\",\n                        \"value\": 4377\n                    },\n                    {\n                        \"label\": \"SOCIETE GENERALE HONGKONG BRANCH\",\n                        \"value\": 4378\n                    },\n                    {\n                        \"label\": \"STATE BANK OF INDIA\",\n                        \"value\": 4379\n                    },\n                    {\n                        \"label\": \"Toronto Dominion Bank\",\n                        \"value\": 4380\n                    },\n                    {\n                        \"label\": \"BANK OF MONTREAL\",\n                        \"value\": 4381\n                    },\n                    {\n                        \"label\": \"CANADIAN IMPERIAL BANK OF COMMERCE\",\n                        \"value\": 4382\n                    },\n                    {\n                        \"label\": \"UBS AG Hong Kong\",\n                        \"value\": 4384\n                    },\n                    {\n                        \"label\": \"Mizuho Bank, Ltd.\",\n                        \"value\": 4385\n                    },\n                    {\n                        \"label\": \"DZ BANK AG DEUTSCHE ZENTRAL- GENOSSENSCHAFTSBANK, FRANKFURT AM MAIN, HONG KONG BRANCH\",\n                        \"value\": 4386\n                    },\n                    {\n                        \"label\": \"Woori Bank Hong Kong Branch\",\n                        \"value\": 4387\n                    },\n                    {\n                        \"label\": \"PHILIPPINE NATIONAL BANK\",\n                        \"value\": 4388\n                    },\n                    {\n                        \"label\": \"Fubon Bank (Hong Kong) Limited\",\n                        \"value\": 4389\n                    },\n                    {\n                        \"label\": \"MITSUBISHI UFJ TRUST AND BANKING CORPORATION\",\n                        \"value\": 4390\n                    },\n                    {\n                        \"label\": \"The Bank of New York Mellon, Hong Kong Branch\",\n                        \"value\": 4391\n                    },\n                    {\n                        \"label\": \"ING Bank N.V., Hong Kong\",\n                        \"value\": 4392\n                    },\n                    {\n                        \"label\": \"Banco Bilbao Vizcaya Argentaria S.A., Hong Kong Branch\",\n                        \"value\": 4393\n                    },\n                    {\n                        \"label\": \"Australia and New Zealand Banking Corporation Limited\",\n                        \"value\": 4396\n                    },\n                    {\n                        \"label\": \"Commonwealth Bank of Australia\",\n                        \"value\": 4397\n                    },\n                    {\n                        \"label\": \"Intesa Sanpaolo S.p.A., Hong Kong\",\n                        \"value\": 4398\n                    },\n                    {\n                        \"label\": \"The Chiba Bank Ltd\",\n                        \"value\": 4401\n                    },\n                    {\n                        \"label\": \"KBC Bank N.V. Hong Kong Branch\",\n                        \"value\": 4402\n                    },\n                    {\n                        \"label\": \"Wells Fargo Bank, N.A. Hong Kong Branch\",\n                        \"value\": 4403\n                    },\n                    {\n                        \"label\": \"COOPERATIEVE RABOBANK U.A.\",\n                        \"value\": 4404\n                    },\n                    {\n                        \"label\": \"DBS Bank Ltd, HK Branch\",\n                        \"value\": 4405\n                    },\n                    {\n                        \"label\": \"The Shizuoka Bank, Ltd.\",\n                        \"value\": 4406\n                    },\n                    {\n                        \"label\": \"HUA NAN COMMERCIAL BANK LTD. (HK BRANCH)\",\n                        \"value\": 4408\n                    },\n                    {\n                        \"label\": \"THE SHIGA BANK, LTD.\",\n                        \"value\": 4409\n                    },\n                    {\n                        \"label\": \"BANK OF TAIWAN\",\n                        \"value\": 4410\n                    },\n                    {\n                        \"label\": \"THE CHUGOKU BANK, LTD.\",\n                        \"value\": 4411\n                    },\n                    {\n                        \"label\": \"FIRST COMMERCIAL BANK LTD HONG KONG BRANCH\",\n                        \"value\": 4412\n                    },\n                    {\n                        \"label\": \"CHANG HWA COMMERCIAL BANK LIMITED\",\n                        \"value\": 4413\n                    },\n                    {\n                        \"label\": \"NATIXIS HONG KONG BRANCH\",\n                        \"value\": 4414\n                    },\n                    {\n                        \"label\": \"INDUSTRIAL AND COMMERCIAL BANK OF CHINA LIMITED\",\n                        \"value\": 4415\n                    },\n                    {\n                        \"label\": \"State Street Bank & Trust Company, Hong Kong\",\n                        \"value\": 4416\n                    },\n                    {\n                        \"label\": \"China Construction Bank Corporation, Hong Kong Branch\",\n                        \"value\": 4417\n                    },\n                    {\n                        \"label\": \"Erste Group Bank AG\",\n                        \"value\": 4418\n                    },\n                    {\n                        \"label\": \"CTBC BANK CO., LTD\",\n                        \"value\": 4419\n                    },\n                    {\n                        \"label\": \"Taiwan Business Bank, Ltd.\",\n                        \"value\": 4420\n                    },\n                    {\n                        \"label\": \"Cathay United Bank Company, Limited, Hong Kong Branch\",\n                        \"value\": 4422\n                    },\n                    {\n                        \"label\": \"EFG Bank AG Hong Kong Branch\",\n                        \"value\": 4423\n                    },\n                    {\n                        \"label\": \"China Merchants Bank Co. Ltd. Hong Kong Branch\",\n                        \"value\": 4424\n                    },\n                    {\n                        \"label\": \"Taipei Fubon Commercial Bank\",\n                        \"value\": 4425\n                    },\n                    {\n                        \"label\": \"Bank SinoPac (Hong Kong Branch)\",\n                        \"value\": 4426\n                    },\n                    {\n                        \"label\": \"Mega International Commercial Bank Co Ltd\",\n                        \"value\": 4427\n                    },\n                    {\n                        \"label\": \"E.Sun Commercial Bank, Ltd.\",\n                        \"value\": 4428\n                    },\n                    {\n                        \"label\": \"Taishin International Bank Co Ltd\",\n                        \"value\": 4429\n                    },\n                    {\n                        \"label\": \"Hong Leong Bank Berhad Hong Kong Branch\",\n                        \"value\": 4430\n                    },\n                    {\n                        \"label\": \"ICICI BANK LIMITED\",\n                        \"value\": 4431\n                    },\n                    {\n                        \"label\": \"Melli Bank Plc\",\n                        \"value\": 4432\n                    },\n                    {\n                        \"label\": \"EAST WEST BANK\",\n                        \"value\": 4433\n                    },\n                    {\n                        \"label\": \"Far Eastern International Bank Co Ltd.\",\n                        \"value\": 4434\n                    },\n                    {\n                        \"label\": \"CATHAY BANK\",\n                        \"value\": 4436\n                    },\n                    {\n                        \"label\": \"LAND BANK OF TAIWAN CO.,LTD.\",\n                        \"value\": 4437\n                    },\n                    {\n                        \"label\": \"Taiwan Cooperative Bank\",\n                        \"value\": 4438\n                    },\n                    {\n                        \"label\": \"BANCO SANTANDER S.A.\",\n                        \"value\": 4440\n                    },\n                    {\n                        \"label\": \"The Shanghai Commercial & Savings Bank Ltd.Hong Kong Branch.\",\n                        \"value\": 4442\n                    },\n                    {\n                        \"label\": \"INDUSTRIAL BANK OF KOREA\",\n                        \"value\": 4443\n                    },\n                    {\n                        \"label\": \"Bank of Singapore Limited\",\n                        \"value\": 4444\n                    },\n                    {\n                        \"label\": \"Shinhan Bank Hong Kong Branch\",\n                        \"value\": 4445\n                    },\n                    {\n                        \"label\": \"O-Bank Co., Ltd\",\n                        \"value\": 4446\n                    },\n                    {\n                        \"label\": \"China Development Bank Hong Kong Branch\",\n                        \"value\": 4448\n                    },\n                    {\n                        \"label\": \"First Abu Dhabi Bank PJSC\",\n                        \"value\": 4449\n                    },\n                    {\n                        \"label\": \"BANK J. SAFRA SARASIN LTD, HONG KONG BRANCH\",\n                        \"value\": 4450\n                    },\n                    {\n                        \"label\": \"HDFC BANK LIMITED\",\n                        \"value\": 4452\n                    },\n                    {\n                        \"label\": \"Union Bancaire Privee, UBP SA\",\n                        \"value\": 4453\n                    },\n                    {\n                        \"label\": \"Skandinaviska Enskilda Banken AB\",\n                        \"value\": 4454\n                    },\n                    {\n                        \"label\": \"BANK JULIUS BAER AND CO LTD HONG KONG\",\n                        \"value\": 4455\n                    },\n                    {\n                        \"label\": \"Credit Industriel et Commercial, Hong Kong Branch\",\n                        \"value\": 4456\n                    },\n                    {\n                        \"label\": \"Taiwan Shin Kong Commercial Bank Co., LTD.\",\n                        \"value\": 4457\n                    },\n                    {\n                        \"label\": \"CA Indosuez (Switzerland) SA\",\n                        \"value\": 4458\n                    },\n                    {\n                        \"label\": \"LGT Bank AG., HK Branch\",\n                        \"value\": 4460\n                    },\n                    {\n                        \"label\": \"Shanghai Pudong Development Bank Co., Ltd.\",\n                        \"value\": 4462\n                    },\n                    {\n                        \"label\": \"Banque Pictet & Cie SA\",\n                        \"value\": 4463\n                    },\n                    {\n                        \"label\": \"China Everbright Bank\",\n                        \"value\": 4464\n                    },\n                    {\n                        \"label\": \"Sumitomo Mitsui Trust Bank, Limited, Hong Kong Branch\",\n                        \"value\": 4465\n                    },\n                    {\n                        \"label\": \"CIMB BANK BERHAD\",\n                        \"value\": 4466\n                    },\n                    {\n                        \"label\": \"Industrial Bank Co., Ltd., Hong Kong Branch\",\n                        \"value\": 4467\n                    },\n                    {\n                        \"label\": \"YUANTA COMMERCIAL BANK CO.,LTD\",\n                        \"value\": 4468\n                    },\n                    {\n                        \"label\": \"Mashreq Bank Public Shareholding Company\",\n                        \"value\": 4469\n                    },\n                    {\n                        \"label\": \"Kookmin Bank\",\n                        \"value\": 4470\n                    },\n                    {\n                        \"label\": \"Bank of Communications (Hong Kong) Ltd.\",\n                        \"value\": 4471\n                    },\n                    {\n                        \"label\": \"CHINA ZHESHANG BANK CO., LTD.\",\n                        \"value\": 4472\n                    },\n                    {\n                        \"label\": \"Ping An Bank Co., Ltd.\",\n                        \"value\": 4473\n                    },\n                    {\n                        \"label\": \"Hua Xia Bank Co., Limited\",\n                        \"value\": 4474\n                    },\n                    {\n                        \"label\": \"ZA Bank Limited\",\n                        \"value\": 4475\n                    },\n                    {\n                        \"label\": \"Livi Bank Limited\",\n                        \"value\": 4476\n                    },\n                    {\n                        \"label\": \"Mox Bank Limited\",\n                        \"value\": 4477\n                    },\n                    {\n                        \"label\": \"Welab Bank Limited\",\n                        \"value\": 4478\n                    },\n                    {\n                        \"label\": \"Fusion Bank Limited\",\n                        \"value\": 4479\n                    },\n                    {\n                        \"label\": \"PAO Bank Limited\",\n                        \"value\": 4480\n                    },\n                    {\n                        \"label\": \"Ant Bank (Hong Kong) Limited\",\n                        \"value\": 4481\n                    },\n                    {\n                        \"label\": \"Airstar Bank Limited\",\n                        \"value\": 4482\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Account_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Routing_Code\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Phone\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Name\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Country\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Albania\",\n                        \"value\": \"AL\"\n                    },\n                    {\n                        \"label\": \"Algeria\",\n                        \"value\": \"DZ\"\n                    },\n                    {\n                        \"label\": \"Andorra\",\n                        \"value\": \"AD\"\n                    },\n                    {\n                        \"label\": \"Angola\",\n                        \"value\": \"AO\"\n                    },\n                    {\n                        \"label\": \"Antigua and Barbuda\",\n                        \"value\": \"AG\"\n                    },\n                    {\n                        \"label\": \"Argentina\",\n                        \"value\": \"AR\"\n                    },\n                    {\n                        \"label\": \"Armenia\",\n                        \"value\": \"AM\"\n                    },\n                    {\n                        \"label\": \"Australia\",\n                        \"value\": \"AU\"\n                    },\n                    {\n                        \"label\": \"Austria\",\n                        \"value\": \"AT\"\n                    },\n                    {\n                        \"label\": \"Azerbaijan\",\n                        \"value\": \"AZ\"\n                    },\n                    {\n                        \"label\": \"Bahamas\",\n                        \"value\": \"BS\"\n                    },\n                    {\n                        \"label\": \"Bahrain\",\n                        \"value\": \"BH\"\n                    },\n                    {\n                        \"label\": \"Bangladesh\",\n                        \"value\": \"BD\"\n                    },\n                    {\n                        \"label\": \"Barbados\",\n                        \"value\": \"BB\"\n                    },\n                    {\n                        \"label\": \"Belgium\",\n                        \"value\": \"BE\"\n                    },\n                    {\n                        \"label\": \"Belize\",\n                        \"value\": \"BZ\"\n                    },\n                    {\n                        \"label\": \"Benin\",\n                        \"value\": \"BJ\"\n                    },\n                    {\n                        \"label\": \"Bhutan\",\n                        \"value\": \"BT\"\n                    },\n                    {\n                        \"label\": \"Bolivia\",\n                        \"value\": \"BO\"\n                    },\n                    {\n                        \"label\": \"Botswana\",\n                        \"value\": \"BW\"\n                    },\n                    {\n                        \"label\": \"Brazil\",\n                        \"value\": \"BR\"\n                    },\n                    {\n                        \"label\": \"Brunei Darussalam\",\n                        \"value\": \"BN\"\n                    },\n                    {\n                        \"label\": \"Bulgaria\",\n                        \"value\": \"BG\"\n                    },\n                    {\n                        \"label\": \"Burkina Faso\",\n                        \"value\": \"BF\"\n                    },\n                    {\n                        \"label\": \"Burundi\",\n                        \"value\": \"BI\"\n                    },\n                    {\n                        \"label\": \"Cabo Verde\",\n                        \"value\": \"CV\"\n                    },\n                    {\n                        \"label\": \"Cambodia\",\n                        \"value\": \"KH\"\n                    },\n                    {\n                        \"label\": \"Cameroon\",\n                        \"value\": \"CM\"\n                    },\n                    {\n                        \"label\": \"Canada\",\n                        \"value\": \"CA\"\n                    },\n                    {\n                        \"label\": \"Chad\",\n                        \"value\": \"TD\"\n                    },\n                    {\n                        \"label\": \"Chile\",\n                        \"value\": \"CL\"\n                    },\n                    {\n                        \"label\": \"China\",\n                        \"value\": \"CN\"\n                    },\n                    {\n                        \"label\": \"Colombia\",\n                        \"value\": \"CO\"\n                    },\n                    {\n                        \"label\": \"Comoros\",\n                        \"value\": \"KM\"\n                    },\n                    {\n                        \"label\": \"Costa Rica\",\n                        \"value\": \"CR\"\n                    },\n                    {\n                        \"label\": \"Cyprus\",\n                        \"value\": \"CY\"\n                    },\n                    {\n                        \"label\": \"Czech Republic\",\n                        \"value\": \"CZ\"\n                    },\n                    {\n                        \"label\": \"Denmark\",\n                        \"value\": \"DK\"\n                    },\n                    {\n                        \"label\": \"Djibouti\",\n                        \"value\": \"DJ\"\n                    },\n                    {\n                        \"label\": \"Dominica\",\n                        \"value\": \"DM\"\n                    },\n                    {\n                        \"label\": \"Dominican Republic\",\n                        \"value\": \"DO\"\n                    },\n                    {\n                        \"label\": \"Ecuador\",\n                        \"value\": \"EC\"\n                    },\n                    {\n                        \"label\": \"Egypt\",\n                        \"value\": \"EG\"\n                    },\n                    {\n                        \"label\": \"El Salvador\",\n                        \"value\": \"SV\"\n                    },\n                    {\n                        \"label\": \"Equatorial Guinea\",\n                        \"value\": \"GQ\"\n                    },\n                    {\n                        \"label\": \"Eritrea\",\n                        \"value\": \"ER\"\n                    },\n                    {\n                        \"label\": \"Estonia\",\n                        \"value\": \"EE\"\n                    },\n                    {\n                        \"label\": \"Fiji\",\n                        \"value\": \"FJ\"\n                    },\n                    {\n                        \"label\": \"Finland\",\n                        \"value\": \"FI\"\n                    },\n                    {\n                        \"label\": \"France\",\n                        \"value\": \"FR\"\n                    },\n                    {\n                        \"label\": \"Gabon\",\n                        \"value\": \"GA\"\n                    },\n                    {\n                        \"label\": \"Gambia\",\n                        \"value\": \"GM\"\n                    },\n                    {\n                        \"label\": \"Georgia\",\n                        \"value\": \"GE\"\n                    },\n                    {\n                        \"label\": \"Germany\",\n                        \"value\": \"DE\"\n                    },\n                    {\n                        \"label\": \"Ghana\",\n                        \"value\": \"GH\"\n                    },\n                    {\n                        \"label\": \"Greece\",\n                        \"value\": \"GR\"\n                    },\n                    {\n                        \"label\": \"Grenada\",\n                        \"value\": \"GD\"\n                    },\n                    {\n                        \"label\": \"Guatemala\",\n                        \"value\": \"GT\"\n                    },\n                    {\n                        \"label\": \"Guinea\",\n                        \"value\": \"GN\"\n                    },\n                    {\n                        \"label\": \"Guinea-Bissau\",\n                        \"value\": \"GW\"\n                    },\n                    {\n                        \"label\": \"Guyana\",\n                        \"value\": \"GY\"\n                    },\n                    {\n                        \"label\": \"Haiti\",\n                        \"value\": \"HT\"\n                    },\n                    {\n                        \"label\": \"Honduras\",\n                        \"value\": \"HN\"\n                    },\n                    {\n                        \"label\": \"Hungary\",\n                        \"value\": \"HU\"\n                    },\n                    {\n                        \"label\": \"Iceland\",\n                        \"value\": \"IS\"\n                    },\n                    {\n                        \"label\": \"India\",\n                        \"value\": \"IN\"\n                    },\n                    {\n                        \"label\": \"Indonesia\",\n                        \"value\": \"ID\"\n                    },\n                    {\n                        \"label\": \"Ireland\",\n                        \"value\": \"IE\"\n                    },\n                    {\n                        \"label\": \"Israel\",\n                        \"value\": \"IL\"\n                    },\n                    {\n                        \"label\": \"Italy\",\n                        \"value\": \"IT\"\n                    },\n                    {\n                        \"label\": \"Jamaica\",\n                        \"value\": \"JM\"\n                    },\n                    {\n                        \"label\": \"Japan\",\n                        \"value\": \"JP\"\n                    },\n                    {\n                        \"label\": \"Jordan\",\n                        \"value\": \"JO\"\n                    },\n                    {\n                        \"label\": \"Kazakhstan\",\n                        \"value\": \"KZ\"\n                    },\n                    {\n                        \"label\": \"Kenya\",\n                        \"value\": \"KE\"\n                    },\n                    {\n                        \"label\": \"Kiribati\",\n                        \"value\": \"KI\"\n                    },\n                    {\n                        \"label\": \"Kuwait\",\n                        \"value\": \"KW\"\n                    },\n                    {\n                        \"label\": \"Kyrgyzstan\",\n                        \"value\": \"KG\"\n                    },\n                    {\n                        \"label\": \"Laos\",\n                        \"value\": \"LA\"\n                    },\n                    {\n                        \"label\": \"Latvia\",\n                        \"value\": \"LV\"\n                    },\n                    {\n                        \"label\": \"Lesotho\",\n                        \"value\": \"LS\"\n                    },\n                    {\n                        \"label\": \"Liberia\",\n                        \"value\": \"LR\"\n                    },\n                    {\n                        \"label\": \"Liechtenstein\",\n                        \"value\": \"LI\"\n                    },\n                    {\n                        \"label\": \"Lithuania\",\n                        \"value\": \"LT\"\n                    },\n                    {\n                        \"label\": \"Luxembourg\",\n                        \"value\": \"LU\"\n                    },\n                    {\n                        \"label\": \"Madagascar\",\n                        \"value\": \"MG\"\n                    },\n                    {\n                        \"label\": \"Malawi\",\n                        \"value\": \"MW\"\n                    },\n                    {\n                        \"label\": \"Malaysia\",\n                        \"value\": \"MY\"\n                    },\n                    {\n                        \"label\": \"Maldives\",\n                        \"value\": \"MV\"\n                    },\n                    {\n                        \"label\": \"Malta\",\n                        \"value\": \"MT\"\n                    },\n                    {\n                        \"label\": \"Marshall Islands\",\n                        \"value\": \"MH\"\n                    },\n                    {\n                        \"label\": \"Mauritania\",\n                        \"value\": \"MR\"\n                    },\n                    {\n                        \"label\": \"Mauritius\",\n                        \"value\": \"MU\"\n                    },\n                    {\n                        \"label\": \"Mexico\",\n                        \"value\": \"MX\"\n                    },\n                    {\n                        \"label\": \"Micronesia\",\n                        \"value\": \"FM\"\n                    },\n                    {\n                        \"label\": \"Moldova\",\n                        \"value\": \"MD\"\n                    },\n                    {\n                        \"label\": \"Monaco\",\n                        \"value\": \"MC\"\n                    },\n                    {\n                        \"label\": \"Mongolia\",\n                        \"value\": \"MN\"\n                    },\n                    {\n                        \"label\": \"Morocco\",\n                        \"value\": \"MA\"\n                    },\n                    {\n                        \"label\": \"Mozambique\",\n                        \"value\": \"MZ\"\n                    },\n                    {\n                        \"label\": \"Namibia\",\n                        \"value\": \"NA\"\n                    },\n                    {\n                        \"label\": \"Nauru\",\n                        \"value\": \"NR\"\n                    },\n                    {\n                        \"label\": \"Nepal\",\n                        \"value\": \"NP\"\n                    },\n                    {\n                        \"label\": \"Netherlands\",\n                        \"value\": \"NL\"\n                    },\n                    {\n                        \"label\": \"New Zealand\",\n                        \"value\": \"NZ\"\n                    },\n                    {\n                        \"label\": \"Niger\",\n                        \"value\": \"NE\"\n                    },\n                    {\n                        \"label\": \"Nigeria\",\n                        \"value\": \"NG\"\n                    },\n                    {\n                        \"label\": \"Norway\",\n                        \"value\": \"NO\"\n                    },\n                    {\n                        \"label\": \"Oman\",\n                        \"value\": \"OM\"\n                    },\n                    {\n                        \"label\": \"Pakistan\",\n                        \"value\": \"PK\"\n                    },\n                    {\n                        \"label\": \"Palau\",\n                        \"value\": \"PW\"\n                    },\n                    {\n                        \"label\": \"Palestine\",\n                        \"value\": \"PS\"\n                    },\n                    {\n                        \"label\": \"Panama\",\n                        \"value\": \"PA\"\n                    },\n                    {\n                        \"label\": \"Papua New Guinea\",\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"label\": \"Paraguay\",\n                        \"value\": \"PY\"\n                    },\n                    {\n                        \"label\": \"Peru\",\n                        \"value\": \"PE\"\n                    },\n                    {\n                        \"label\": \"Philippines\",\n                        \"value\": \"PH\"\n                    },\n                    {\n                        \"label\": \"Poland\",\n                        \"value\": \"PL\"\n                    },\n                    {\n                        \"label\": \"Portugal\",\n                        \"value\": \"PT\"\n                    },\n                    {\n                        \"label\": \"Qatar\",\n                        \"value\": \"QA\"\n                    },\n                    {\n                        \"label\": \"Romania\",\n                        \"value\": \"RO\"\n                    },\n                    {\n                        \"label\": \"Rwanda\",\n                        \"value\": \"RW\"\n                    },\n                    {\n                        \"label\": \"Saint Kitts and Nevis\",\n                        \"value\": \"KN\"\n                    },\n                    {\n                        \"label\": \"Saint Lucia\",\n                        \"value\": \"LC\"\n                    },\n                    {\n                        \"label\": \"Saint Vincent and the Grenadines\",\n                        \"value\": \"VC\"\n                    },\n                    {\n                        \"label\": \"Samoa\",\n                        \"value\": \"WS\"\n                    },\n                    {\n                        \"label\": \"San Marino\",\n                        \"value\": \"SM\"\n                    },\n                    {\n                        \"label\": \"Sao Tome and Principe\",\n                        \"value\": \"ST\"\n                    },\n                    {\n                        \"label\": \"Saudi Arabia\",\n                        \"value\": \"SA\"\n                    },\n                    {\n                        \"label\": \"Senegal\",\n                        \"value\": \"SN\"\n                    },\n                    {\n                        \"label\": \"Seychelles\",\n                        \"value\": \"SC\"\n                    },\n                    {\n                        \"label\": \"Sierra Leone\",\n                        \"value\": \"SL\"\n                    },\n                    {\n                        \"label\": \"Singapore\",\n                        \"value\": \"SG\"\n                    },\n                    {\n                        \"label\": \"Slovakia\",\n                        \"value\": \"SK\"\n                    },\n                    {\n                        \"label\": \"Solomon Islands\",\n                        \"value\": \"SB\"\n                    },\n                    {\n                        \"label\": \"South Africa\",\n                        \"value\": \"ZA\"\n                    },\n                    {\n                        \"label\": \"South Korea\",\n                        \"value\": \"KR\"\n                    },\n                    {\n                        \"label\": \"Spain\",\n                        \"value\": \"ES\"\n                    },\n                    {\n                        \"label\": \"Sri Lanka\",\n                        \"value\": \"LK\"\n                    },\n                    {\n                        \"label\": \"Suriname\",\n                        \"value\": \"SR\"\n                    },\n                    {\n                        \"label\": \"Sweden\",\n                        \"value\": \"SE\"\n                    },\n                    {\n                        \"label\": \"Switzerland\",\n                        \"value\": \"CH\"\n                    },\n                    {\n                        \"label\": \"Tajikistan\",\n                        \"value\": \"TJ\"\n                    },\n                    {\n                        \"label\": \"Tanzania\",\n                        \"value\": \"TZ\"\n                    },\n                    {\n                        \"label\": \"Thailand\",\n                        \"value\": \"TH\"\n                    },\n                    {\n                        \"label\": \"Timor-Leste\",\n                        \"value\": \"TL\"\n                    },\n                    {\n                        \"label\": \"Togo\",\n                        \"value\": \"TG\"\n                    },\n                    {\n                        \"label\": \"Tonga\",\n                        \"value\": \"TO\"\n                    },\n                    {\n                        \"label\": \"Trinidad and Tobago\",\n                        \"value\": \"TT\"\n                    },\n                    {\n                        \"label\": \"Tunisia\",\n                        \"value\": \"TN\"\n                    },\n                    {\n                        \"label\": \"Turkey\",\n                        \"value\": \"TR\"\n                    },\n                    {\n                        \"label\": \"Turkmenistan\",\n                        \"value\": \"TM\"\n                    },\n                    {\n                        \"label\": \"Tuvalu\",\n                        \"value\": \"TV\"\n                    },\n                    {\n                        \"label\": \"Uganda\",\n                        \"value\": \"UG\"\n                    },\n                    {\n                        \"label\": \"United Arab Emirates\",\n                        \"value\": \"AE\"\n                    },\n                    {\n                        \"label\": \"United Kingdom\",\n                        \"value\": \"GB\"\n                    },\n                    {\n                        \"label\": \"United States of America\",\n                        \"value\": \"US\"\n                    },\n                    {\n                        \"label\": \"Uruguay\",\n                        \"value\": \"UY\"\n                    },\n                    {\n                        \"label\": \"Uzbekistan\",\n                        \"value\": \"UZ\"\n                    },\n                    {\n                        \"label\": \"Vanuatu\",\n                        \"value\": \"VU\"\n                    },\n                    {\n                        \"label\": \"Vietnam\",\n                        \"value\": \"VN\"\n                    },\n                    {\n                        \"label\": \"Zambia\",\n                        \"value\": \"ZM\"\n                    },\n                    {\n                        \"label\": \"Bermuda\",\n                        \"value\": \"BM\"\n                    },\n                    {\n                        \"label\": \"Cayman Islands\",\n                        \"value\": \"KY\"\n                    },\n                    {\n                        \"label\": \"Gibraltar\",\n                        \"value\": \"GI\"\n                    },\n                    {\n                        \"label\": \"Hong Kong\",\n                        \"value\": \"HK\"\n                    },\n                    {\n                        \"label\": \"Taiwan\",\n                        \"value\": \"TW\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (British)\",\n                        \"value\": \"VG\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (U.S.)\",\n                        \"value\": \"VI\"\n                    },\n                    {\n                        \"label\": \"Isle Of Man\",\n                        \"value\": \"IM\"\n                    },\n                    {\n                        \"label\": \"Cook Islands\",\n                        \"value\": \"CK\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"f74b8fd5-5bba-4c59-96b3-672c168252d6","name":"Get Required Fields - HKD Wire Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_hkd_wire_payments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"19d9-C5MMbrgzcsqf84en2S1ry4xBPd0\""},{"key":"x-execution-time","value":"13714"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Tue, 12 May 2026 12:47:08 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"HKD Wire Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_hkd_wire_payments\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Account_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Swift_Bic\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Routing_Code\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Name\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Country\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Albania\",\n                        \"value\": \"AL\"\n                    },\n                    {\n                        \"label\": \"Algeria\",\n                        \"value\": \"DZ\"\n                    },\n                    {\n                        \"label\": \"Andorra\",\n                        \"value\": \"AD\"\n                    },\n                    {\n                        \"label\": \"Angola\",\n                        \"value\": \"AO\"\n                    },\n                    {\n                        \"label\": \"Antigua and Barbuda\",\n                        \"value\": \"AG\"\n                    },\n                    {\n                        \"label\": \"Argentina\",\n                        \"value\": \"AR\"\n                    },\n                    {\n                        \"label\": \"Armenia\",\n                        \"value\": \"AM\"\n                    },\n                    {\n                        \"label\": \"Australia\",\n                        \"value\": \"AU\"\n                    },\n                    {\n                        \"label\": \"Austria\",\n                        \"value\": \"AT\"\n                    },\n                    {\n                        \"label\": \"Azerbaijan\",\n                        \"value\": \"AZ\"\n                    },\n                    {\n                        \"label\": \"Bahamas\",\n                        \"value\": \"BS\"\n                    },\n                    {\n                        \"label\": \"Bahrain\",\n                        \"value\": \"BH\"\n                    },\n                    {\n                        \"label\": \"Bangladesh\",\n                        \"value\": \"BD\"\n                    },\n                    {\n                        \"label\": \"Barbados\",\n                        \"value\": \"BB\"\n                    },\n                    {\n                        \"label\": \"Belgium\",\n                        \"value\": \"BE\"\n                    },\n                    {\n                        \"label\": \"Belize\",\n                        \"value\": \"BZ\"\n                    },\n                    {\n                        \"label\": \"Benin\",\n                        \"value\": \"BJ\"\n                    },\n                    {\n                        \"label\": \"Bhutan\",\n                        \"value\": \"BT\"\n                    },\n                    {\n                        \"label\": \"Bolivia\",\n                        \"value\": \"BO\"\n                    },\n                    {\n                        \"label\": \"Botswana\",\n                        \"value\": \"BW\"\n                    },\n                    {\n                        \"label\": \"Brazil\",\n                        \"value\": \"BR\"\n                    },\n                    {\n                        \"label\": \"Brunei Darussalam\",\n                        \"value\": \"BN\"\n                    },\n                    {\n                        \"label\": \"Bulgaria\",\n                        \"value\": \"BG\"\n                    },\n                    {\n                        \"label\": \"Burkina Faso\",\n                        \"value\": \"BF\"\n                    },\n                    {\n                        \"label\": \"Burundi\",\n                        \"value\": \"BI\"\n                    },\n                    {\n                        \"label\": \"Cabo Verde\",\n                        \"value\": \"CV\"\n                    },\n                    {\n                        \"label\": \"Cambodia\",\n                        \"value\": \"KH\"\n                    },\n                    {\n                        \"label\": \"Cameroon\",\n                        \"value\": \"CM\"\n                    },\n                    {\n                        \"label\": \"Canada\",\n                        \"value\": \"CA\"\n                    },\n                    {\n                        \"label\": \"Chad\",\n                        \"value\": \"TD\"\n                    },\n                    {\n                        \"label\": \"Chile\",\n                        \"value\": \"CL\"\n                    },\n                    {\n                        \"label\": \"China\",\n                        \"value\": \"CN\"\n                    },\n                    {\n                        \"label\": \"Colombia\",\n                        \"value\": \"CO\"\n                    },\n                    {\n                        \"label\": \"Comoros\",\n                        \"value\": \"KM\"\n                    },\n                    {\n                        \"label\": \"Costa Rica\",\n                        \"value\": \"CR\"\n                    },\n                    {\n                        \"label\": \"Cyprus\",\n                        \"value\": \"CY\"\n                    },\n                    {\n                        \"label\": \"Czech Republic\",\n                        \"value\": \"CZ\"\n                    },\n                    {\n                        \"label\": \"Denmark\",\n                        \"value\": \"DK\"\n                    },\n                    {\n                        \"label\": \"Djibouti\",\n                        \"value\": \"DJ\"\n                    },\n                    {\n                        \"label\": \"Dominica\",\n                        \"value\": \"DM\"\n                    },\n                    {\n                        \"label\": \"Dominican Republic\",\n                        \"value\": \"DO\"\n                    },\n                    {\n                        \"label\": \"Ecuador\",\n                        \"value\": \"EC\"\n                    },\n                    {\n                        \"label\": \"Egypt\",\n                        \"value\": \"EG\"\n                    },\n                    {\n                        \"label\": \"El Salvador\",\n                        \"value\": \"SV\"\n                    },\n                    {\n                        \"label\": \"Equatorial Guinea\",\n                        \"value\": \"GQ\"\n                    },\n                    {\n                        \"label\": \"Eritrea\",\n                        \"value\": \"ER\"\n                    },\n                    {\n                        \"label\": \"Estonia\",\n                        \"value\": \"EE\"\n                    },\n                    {\n                        \"label\": \"Fiji\",\n                        \"value\": \"FJ\"\n                    },\n                    {\n                        \"label\": \"Finland\",\n                        \"value\": \"FI\"\n                    },\n                    {\n                        \"label\": \"France\",\n                        \"value\": \"FR\"\n                    },\n                    {\n                        \"label\": \"Gabon\",\n                        \"value\": \"GA\"\n                    },\n                    {\n                        \"label\": \"Gambia\",\n                        \"value\": \"GM\"\n                    },\n                    {\n                        \"label\": \"Georgia\",\n                        \"value\": \"GE\"\n                    },\n                    {\n                        \"label\": \"Germany\",\n                        \"value\": \"DE\"\n                    },\n                    {\n                        \"label\": \"Ghana\",\n                        \"value\": \"GH\"\n                    },\n                    {\n                        \"label\": \"Greece\",\n                        \"value\": \"GR\"\n                    },\n                    {\n                        \"label\": \"Grenada\",\n                        \"value\": \"GD\"\n                    },\n                    {\n                        \"label\": \"Guatemala\",\n                        \"value\": \"GT\"\n                    },\n                    {\n                        \"label\": \"Guinea\",\n                        \"value\": \"GN\"\n                    },\n                    {\n                        \"label\": \"Guinea-Bissau\",\n                        \"value\": \"GW\"\n                    },\n                    {\n                        \"label\": \"Guyana\",\n                        \"value\": \"GY\"\n                    },\n                    {\n                        \"label\": \"Haiti\",\n                        \"value\": \"HT\"\n                    },\n                    {\n                        \"label\": \"Honduras\",\n                        \"value\": \"HN\"\n                    },\n                    {\n                        \"label\": \"Hungary\",\n                        \"value\": \"HU\"\n                    },\n                    {\n                        \"label\": \"Iceland\",\n                        \"value\": \"IS\"\n                    },\n                    {\n                        \"label\": \"India\",\n                        \"value\": \"IN\"\n                    },\n                    {\n                        \"label\": \"Indonesia\",\n                        \"value\": \"ID\"\n                    },\n                    {\n                        \"label\": \"Ireland\",\n                        \"value\": \"IE\"\n                    },\n                    {\n                        \"label\": \"Israel\",\n                        \"value\": \"IL\"\n                    },\n                    {\n                        \"label\": \"Italy\",\n                        \"value\": \"IT\"\n                    },\n                    {\n                        \"label\": \"Jamaica\",\n                        \"value\": \"JM\"\n                    },\n                    {\n                        \"label\": \"Japan\",\n                        \"value\": \"JP\"\n                    },\n                    {\n                        \"label\": \"Jordan\",\n                        \"value\": \"JO\"\n                    },\n                    {\n                        \"label\": \"Kazakhstan\",\n                        \"value\": \"KZ\"\n                    },\n                    {\n                        \"label\": \"Kenya\",\n                        \"value\": \"KE\"\n                    },\n                    {\n                        \"label\": \"Kiribati\",\n                        \"value\": \"KI\"\n                    },\n                    {\n                        \"label\": \"Kuwait\",\n                        \"value\": \"KW\"\n                    },\n                    {\n                        \"label\": \"Kyrgyzstan\",\n                        \"value\": \"KG\"\n                    },\n                    {\n                        \"label\": \"Laos\",\n                        \"value\": \"LA\"\n                    },\n                    {\n                        \"label\": \"Latvia\",\n                        \"value\": \"LV\"\n                    },\n                    {\n                        \"label\": \"Lesotho\",\n                        \"value\": \"LS\"\n                    },\n                    {\n                        \"label\": \"Liberia\",\n                        \"value\": \"LR\"\n                    },\n                    {\n                        \"label\": \"Liechtenstein\",\n                        \"value\": \"LI\"\n                    },\n                    {\n                        \"label\": \"Lithuania\",\n                        \"value\": \"LT\"\n                    },\n                    {\n                        \"label\": \"Luxembourg\",\n                        \"value\": \"LU\"\n                    },\n                    {\n                        \"label\": \"Madagascar\",\n                        \"value\": \"MG\"\n                    },\n                    {\n                        \"label\": \"Malawi\",\n                        \"value\": \"MW\"\n                    },\n                    {\n                        \"label\": \"Malaysia\",\n                        \"value\": \"MY\"\n                    },\n                    {\n                        \"label\": \"Maldives\",\n                        \"value\": \"MV\"\n                    },\n                    {\n                        \"label\": \"Malta\",\n                        \"value\": \"MT\"\n                    },\n                    {\n                        \"label\": \"Marshall Islands\",\n                        \"value\": \"MH\"\n                    },\n                    {\n                        \"label\": \"Mauritania\",\n                        \"value\": \"MR\"\n                    },\n                    {\n                        \"label\": \"Mauritius\",\n                        \"value\": \"MU\"\n                    },\n                    {\n                        \"label\": \"Mexico\",\n                        \"value\": \"MX\"\n                    },\n                    {\n                        \"label\": \"Micronesia\",\n                        \"value\": \"FM\"\n                    },\n                    {\n                        \"label\": \"Moldova\",\n                        \"value\": \"MD\"\n                    },\n                    {\n                        \"label\": \"Monaco\",\n                        \"value\": \"MC\"\n                    },\n                    {\n                        \"label\": \"Mongolia\",\n                        \"value\": \"MN\"\n                    },\n                    {\n                        \"label\": \"Morocco\",\n                        \"value\": \"MA\"\n                    },\n                    {\n                        \"label\": \"Mozambique\",\n                        \"value\": \"MZ\"\n                    },\n                    {\n                        \"label\": \"Namibia\",\n                        \"value\": \"NA\"\n                    },\n                    {\n                        \"label\": \"Nauru\",\n                        \"value\": \"NR\"\n                    },\n                    {\n                        \"label\": \"Nepal\",\n                        \"value\": \"NP\"\n                    },\n                    {\n                        \"label\": \"Netherlands\",\n                        \"value\": \"NL\"\n                    },\n                    {\n                        \"label\": \"New Zealand\",\n                        \"value\": \"NZ\"\n                    },\n                    {\n                        \"label\": \"Niger\",\n                        \"value\": \"NE\"\n                    },\n                    {\n                        \"label\": \"Nigeria\",\n                        \"value\": \"NG\"\n                    },\n                    {\n                        \"label\": \"Norway\",\n                        \"value\": \"NO\"\n                    },\n                    {\n                        \"label\": \"Oman\",\n                        \"value\": \"OM\"\n                    },\n                    {\n                        \"label\": \"Pakistan\",\n                        \"value\": \"PK\"\n                    },\n                    {\n                        \"label\": \"Palau\",\n                        \"value\": \"PW\"\n                    },\n                    {\n                        \"label\": \"Palestine\",\n                        \"value\": \"PS\"\n                    },\n                    {\n                        \"label\": \"Panama\",\n                        \"value\": \"PA\"\n                    },\n                    {\n                        \"label\": \"Papua New Guinea\",\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"label\": \"Paraguay\",\n                        \"value\": \"PY\"\n                    },\n                    {\n                        \"label\": \"Peru\",\n                        \"value\": \"PE\"\n                    },\n                    {\n                        \"label\": \"Philippines\",\n                        \"value\": \"PH\"\n                    },\n                    {\n                        \"label\": \"Poland\",\n                        \"value\": \"PL\"\n                    },\n                    {\n                        \"label\": \"Portugal\",\n                        \"value\": \"PT\"\n                    },\n                    {\n                        \"label\": \"Qatar\",\n                        \"value\": \"QA\"\n                    },\n                    {\n                        \"label\": \"Romania\",\n                        \"value\": \"RO\"\n                    },\n                    {\n                        \"label\": \"Rwanda\",\n                        \"value\": \"RW\"\n                    },\n                    {\n                        \"label\": \"Saint Kitts and Nevis\",\n                        \"value\": \"KN\"\n                    },\n                    {\n                        \"label\": \"Saint Lucia\",\n                        \"value\": \"LC\"\n                    },\n                    {\n                        \"label\": \"Saint Vincent and the Grenadines\",\n                        \"value\": \"VC\"\n                    },\n                    {\n                        \"label\": \"Samoa\",\n                        \"value\": \"WS\"\n                    },\n                    {\n                        \"label\": \"San Marino\",\n                        \"value\": \"SM\"\n                    },\n                    {\n                        \"label\": \"Sao Tome and Principe\",\n                        \"value\": \"ST\"\n                    },\n                    {\n                        \"label\": \"Saudi Arabia\",\n                        \"value\": \"SA\"\n                    },\n                    {\n                        \"label\": \"Senegal\",\n                        \"value\": \"SN\"\n                    },\n                    {\n                        \"label\": \"Seychelles\",\n                        \"value\": \"SC\"\n                    },\n                    {\n                        \"label\": \"Sierra Leone\",\n                        \"value\": \"SL\"\n                    },\n                    {\n                        \"label\": \"Singapore\",\n                        \"value\": \"SG\"\n                    },\n                    {\n                        \"label\": \"Slovakia\",\n                        \"value\": \"SK\"\n                    },\n                    {\n                        \"label\": \"Solomon Islands\",\n                        \"value\": \"SB\"\n                    },\n                    {\n                        \"label\": \"South Africa\",\n                        \"value\": \"ZA\"\n                    },\n                    {\n                        \"label\": \"South Korea\",\n                        \"value\": \"KR\"\n                    },\n                    {\n                        \"label\": \"Spain\",\n                        \"value\": \"ES\"\n                    },\n                    {\n                        \"label\": \"Sri Lanka\",\n                        \"value\": \"LK\"\n                    },\n                    {\n                        \"label\": \"Suriname\",\n                        \"value\": \"SR\"\n                    },\n                    {\n                        \"label\": \"Sweden\",\n                        \"value\": \"SE\"\n                    },\n                    {\n                        \"label\": \"Switzerland\",\n                        \"value\": \"CH\"\n                    },\n                    {\n                        \"label\": \"Tajikistan\",\n                        \"value\": \"TJ\"\n                    },\n                    {\n                        \"label\": \"Tanzania\",\n                        \"value\": \"TZ\"\n                    },\n                    {\n                        \"label\": \"Thailand\",\n                        \"value\": \"TH\"\n                    },\n                    {\n                        \"label\": \"Timor-Leste\",\n                        \"value\": \"TL\"\n                    },\n                    {\n                        \"label\": \"Togo\",\n                        \"value\": \"TG\"\n                    },\n                    {\n                        \"label\": \"Tonga\",\n                        \"value\": \"TO\"\n                    },\n                    {\n                        \"label\": \"Trinidad and Tobago\",\n                        \"value\": \"TT\"\n                    },\n                    {\n                        \"label\": \"Tunisia\",\n                        \"value\": \"TN\"\n                    },\n                    {\n                        \"label\": \"Turkey\",\n                        \"value\": \"TR\"\n                    },\n                    {\n                        \"label\": \"Turkmenistan\",\n                        \"value\": \"TM\"\n                    },\n                    {\n                        \"label\": \"Tuvalu\",\n                        \"value\": \"TV\"\n                    },\n                    {\n                        \"label\": \"Uganda\",\n                        \"value\": \"UG\"\n                    },\n                    {\n                        \"label\": \"United Arab Emirates\",\n                        \"value\": \"AE\"\n                    },\n                    {\n                        \"label\": \"United Kingdom\",\n                        \"value\": \"GB\"\n                    },\n                    {\n                        \"label\": \"United States of America\",\n                        \"value\": \"US\"\n                    },\n                    {\n                        \"label\": \"Uruguay\",\n                        \"value\": \"UY\"\n                    },\n                    {\n                        \"label\": \"Uzbekistan\",\n                        \"value\": \"UZ\"\n                    },\n                    {\n                        \"label\": \"Vanuatu\",\n                        \"value\": \"VU\"\n                    },\n                    {\n                        \"label\": \"Vietnam\",\n                        \"value\": \"VN\"\n                    },\n                    {\n                        \"label\": \"Zambia\",\n                        \"value\": \"ZM\"\n                    },\n                    {\n                        \"label\": \"Bermuda\",\n                        \"value\": \"BM\"\n                    },\n                    {\n                        \"label\": \"Cayman Islands\",\n                        \"value\": \"KY\"\n                    },\n                    {\n                        \"label\": \"Gibraltar\",\n                        \"value\": \"GI\"\n                    },\n                    {\n                        \"label\": \"Hong Kong\",\n                        \"value\": \"HK\"\n                    },\n                    {\n                        \"label\": \"Taiwan\",\n                        \"value\": \"TW\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (British)\",\n                        \"value\": \"VG\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (U.S.)\",\n                        \"value\": \"VI\"\n                    },\n                    {\n                        \"label\": \"Isle Of Man\",\n                        \"value\": \"IM\"\n                    },\n                    {\n                        \"label\": \"Cook Islands\",\n                        \"value\": \"CK\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"da4a6d4d-be0a-4194-ba6c-f2a3e9a1f509","name":"Get Required Fields - JPY Domestic Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_jpy_domestic_payments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"1a79-1eOb3fDvdN5jbHj6yp+WfShfeqw\""},{"key":"x-execution-time","value":"14401"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Tue, 12 May 2026 12:54:57 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"JPY Domestic Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_jpy_domestic_payments\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank\",\n                \"Required\": false,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Japan Post Bank\",\n                        \"value\": 3283\n                    },\n                    {\n                        \"label\": \"Okinawa Kaiho Bank\",\n                        \"value\": 3284\n                    },\n                    {\n                        \"label\": \"Minami Nippon Bank\",\n                        \"value\": 3285\n                    },\n                    {\n                        \"label\": \"Miyazaki Taiyo Bank\",\n                        \"value\": 3286\n                    },\n                    {\n                        \"label\": \"Howa Bank\",\n                        \"value\": 3287\n                    },\n                    {\n                        \"label\": \"Kumamoto Bank\",\n                        \"value\": 3288\n                    },\n                    {\n                        \"label\": \"Nagasaki Bank\",\n                        \"value\": 3289\n                    },\n                    {\n                        \"label\": \"Saga Kyoei Bank\",\n                        \"value\": 3290\n                    },\n                    {\n                        \"label\": \"Fukuoka Chuo Bank\",\n                        \"value\": 3291\n                    },\n                    {\n                        \"label\": \"Kochi Bank\",\n                        \"value\": 3292\n                    },\n                    {\n                        \"label\": \"Ehime Bank\",\n                        \"value\": 3293\n                    },\n                    {\n                        \"label\": \"Kagawa Bank\",\n                        \"value\": 3294\n                    },\n                    {\n                        \"label\": \"The Tokushima Taisho Bank\",\n                        \"value\": 3295\n                    },\n                    {\n                        \"label\": \"Saikyo Bank\",\n                        \"value\": 3296\n                    },\n                    {\n                        \"label\": \"Momiji Bank\",\n                        \"value\": 3297\n                    },\n                    {\n                        \"label\": \"Tomato Bank\",\n                        \"value\": 3298\n                    },\n                    {\n                        \"label\": \"Shimane Bank\",\n                        \"value\": 3299\n                    },\n                    {\n                        \"label\": \"Minato Bank\",\n                        \"value\": 3300\n                    },\n                    {\n                        \"label\": \"Taisho Bank\",\n                        \"value\": 3301\n                    },\n                    {\n                        \"label\": \"Daisan Bank\",\n                        \"value\": 3302\n                    },\n                    {\n                        \"label\": \"Chukyo Bank\",\n                        \"value\": 3303\n                    },\n                    {\n                        \"label\": \"Nagoya Bank\",\n                        \"value\": 3304\n                    },\n                    {\n                        \"label\": \"Aichi Bank\",\n                        \"value\": 3305\n                    },\n                    {\n                        \"label\": \"Shizuoka Chuo Bank\",\n                        \"value\": 3306\n                    },\n                    {\n                        \"label\": \"Fukuho Bank\",\n                        \"value\": 3307\n                    },\n                    {\n                        \"label\": \"First Bank of Toyama\",\n                        \"value\": 3308\n                    },\n                    {\n                        \"label\": \"Nagano Bank\",\n                        \"value\": 3309\n                    },\n                    {\n                        \"label\": \"Taiko Bank\",\n                        \"value\": 3310\n                    },\n                    {\n                        \"label\": \"Kanagawa Bank\",\n                        \"value\": 3311\n                    },\n                    {\n                        \"label\": \"Tokyo Star Bank\",\n                        \"value\": 3312\n                    },\n                    {\n                        \"label\": \"Higashi-Nippon Bank\",\n                        \"value\": 3313\n                    },\n                    {\n                        \"label\": \"Keiyo Bank\",\n                        \"value\": 3314\n                    },\n                    {\n                        \"label\": \"Tochigi Bank\",\n                        \"value\": 3315\n                    },\n                    {\n                        \"label\": \"Towa Bank\",\n                        \"value\": 3316\n                    },\n                    {\n                        \"label\": \"Daito Bank\",\n                        \"value\": 3317\n                    },\n                    {\n                        \"label\": \"Fukushima Bank\",\n                        \"value\": 3318\n                    },\n                    {\n                        \"label\": \"Sendai Bank\",\n                        \"value\": 3319\n                    },\n                    {\n                        \"label\": \"Kita-Nippon Bank\",\n                        \"value\": 3320\n                    },\n                    {\n                        \"label\": \"Kirayaka Bank\",\n                        \"value\": 3321\n                    },\n                    {\n                        \"label\": \"North Pacific Bank\",\n                        \"value\": 3322\n                    },\n                    {\n                        \"label\": \"SBJ Bank\",\n                        \"value\": 3323\n                    },\n                    {\n                        \"label\": \"Deutsche Bank\",\n                        \"value\": 3324\n                    },\n                    {\n                        \"label\": \"The Hongkong and Shanghai Banking Corporation Limited\",\n                        \"value\": 3325\n                    },\n                    {\n                        \"label\": \"Bank of America Corporation, BofA\",\n                        \"value\": 3326\n                    },\n                    {\n                        \"label\": \"JPMorgan Chase Bank, N.A\",\n                        \"value\": 3327\n                    },\n                    {\n                        \"label\": \"Citibank, N.A\",\n                        \"value\": 3328\n                    },\n                    {\n                        \"label\": \"Aozora Bank\",\n                        \"value\": 3329\n                    },\n                    {\n                        \"label\": \"Shinsei Bank\",\n                        \"value\": 3330\n                    },\n                    {\n                        \"label\": \"Kitakyushu Bank\",\n                        \"value\": 3331\n                    },\n                    {\n                        \"label\": \"Nishi Nihon City Bank\",\n                        \"value\": 3332\n                    },\n                    {\n                        \"label\": \"Okinawa Bank\",\n                        \"value\": 3333\n                    },\n                    {\n                        \"label\": \"Ryukyu Bank\",\n                        \"value\": 3334\n                    },\n                    {\n                        \"label\": \"Kagoshima Bank\",\n                        \"value\": 3335\n                    },\n                    {\n                        \"label\": \"Miyazaki Bank\",\n                        \"value\": 3336\n                    },\n                    {\n                        \"label\": \"Oita Bank\",\n                        \"value\": 3337\n                    },\n                    {\n                        \"label\": \"Higo Bank\",\n                        \"value\": 3338\n                    },\n                    {\n                        \"label\": \"Juhachi Shinwa Bank\",\n                        \"value\": 3339\n                    },\n                    {\n                        \"label\": \"Jyuhachi Bank\",\n                        \"value\": 3340\n                    },\n                    {\n                        \"label\": \"Saga Bank\",\n                        \"value\": 3341\n                    },\n                    {\n                        \"label\": \"Chikubo Bank\",\n                        \"value\": 3342\n                    },\n                    {\n                        \"label\": \"Fukuoka Bank\",\n                        \"value\": 3343\n                    },\n                    {\n                        \"label\": \"Shikoku Bank\",\n                        \"value\": 3344\n                    },\n                    {\n                        \"label\": \"Iyo Bank\",\n                        \"value\": 3345\n                    },\n                    {\n                        \"label\": \"Hyaku Jyushi Bank\",\n                        \"value\": 3346\n                    },\n                    {\n                        \"label\": \"Awa Bank\",\n                        \"value\": 3347\n                    },\n                    {\n                        \"label\": \"Yamaguchi Bank\",\n                        \"value\": 3348\n                    },\n                    {\n                        \"label\": \"Hiroshima Bank\",\n                        \"value\": 3349\n                    },\n                    {\n                        \"label\": \"China Bank\",\n                        \"value\": 3350\n                    },\n                    {\n                        \"label\": \"Sanin Goudou Bank\",\n                        \"value\": 3351\n                    },\n                    {\n                        \"label\": \"Tottori Bank\",\n                        \"value\": 3352\n                    },\n                    {\n                        \"label\": \"Tajima Bank\",\n                        \"value\": 3353\n                    },\n                    {\n                        \"label\": \"Kiyou Bank\",\n                        \"value\": 3354\n                    },\n                    {\n                        \"label\": \"Nanto Bank\",\n                        \"value\": 3355\n                    },\n                    {\n                        \"label\": \"Ikeda Senshu Bank\",\n                        \"value\": 3356\n                    },\n                    {\n                        \"label\": \"Kansai Mirai Bank\",\n                        \"value\": 3357\n                    },\n                    {\n                        \"label\": \"Kyoto Bank\",\n                        \"value\": 3358\n                    },\n                    {\n                        \"label\": \"Shiga Bank\",\n                        \"value\": 3359\n                    },\n                    {\n                        \"label\": \"Hyakugo banks\",\n                        \"value\": 3360\n                    },\n                    {\n                        \"label\": \"Sanjusan Bank\",\n                        \"value\": 3361\n                    },\n                    {\n                        \"label\": \"Juroku banks\",\n                        \"value\": 3362\n                    },\n                    {\n                        \"label\": \"Oogaki Kyoritsu Bank\",\n                        \"value\": 3363\n                    },\n                    {\n                        \"label\": \"Shimizu Bank\",\n                        \"value\": 3364\n                    },\n                    {\n                        \"label\": \"Suruga Bank\",\n                        \"value\": 3365\n                    },\n                    {\n                        \"label\": \"Shizuoka Bank\",\n                        \"value\": 3366\n                    },\n                    {\n                        \"label\": \"Fukui Bank\",\n                        \"value\": 3367\n                    },\n                    {\n                        \"label\": \"Hokkoku Bank\",\n                        \"value\": 3368\n                    },\n                    {\n                        \"label\": \"Toyama Bank\",\n                        \"value\": 3369\n                    },\n                    {\n                        \"label\": \"Hokuriku Bank\",\n                        \"value\": 3370\n                    },\n                    {\n                        \"label\": \"Hachijuni banks\",\n                        \"value\": 3371\n                    },\n                    {\n                        \"label\": \"Yamanashi Chuo Bank\",\n                        \"value\": 3372\n                    },\n                    {\n                        \"label\": \"Hokuetsu Bank\",\n                        \"value\": 3373\n                    },\n                    {\n                        \"label\": \"Daishi Hokuetsu Bank\",\n                        \"value\": 3374\n                    },\n                    {\n                        \"label\": \"Yokohama Bank\",\n                        \"value\": 3375\n                    },\n                    {\n                        \"label\": \"Kiraboshi Bank\",\n                        \"value\": 3376\n                    },\n                    {\n                        \"label\": \"Chiba Kogyo Bank\",\n                        \"value\": 3377\n                    },\n                    {\n                        \"label\": \"Chiba Bank\",\n                        \"value\": 3378\n                    },\n                    {\n                        \"label\": \"Musashino Bank\",\n                        \"value\": 3379\n                    },\n                    {\n                        \"label\": \"Tsukuba Bank\",\n                        \"value\": 3380\n                    },\n                    {\n                        \"label\": \"Jouyou Bank\",\n                        \"value\": 3381\n                    },\n                    {\n                        \"label\": \"Ashikaga Bank\",\n                        \"value\": 3382\n                    },\n                    {\n                        \"label\": \"Gunma Bank\",\n                        \"value\": 3383\n                    },\n                    {\n                        \"label\": \"Touhou Bank\",\n                        \"value\": 3384\n                    },\n                    {\n                        \"label\": \"77 Bank\",\n                        \"value\": 3385\n                    },\n                    {\n                        \"label\": \"Tohoku Bank\",\n                        \"value\": 3386\n                    },\n                    {\n                        \"label\": \"Iwate Bank\",\n                        \"value\": 3387\n                    },\n                    {\n                        \"label\": \"Yamagata Bank\",\n                        \"value\": 3388\n                    },\n                    {\n                        \"label\": \"Shonai Bank\",\n                        \"value\": 3389\n                    },\n                    {\n                        \"label\": \"Hokuto Bank\",\n                        \"value\": 3390\n                    },\n                    {\n                        \"label\": \"Akita Bank\",\n                        \"value\": 3391\n                    },\n                    {\n                        \"label\": \"Michinoku Bank\",\n                        \"value\": 3392\n                    },\n                    {\n                        \"label\": \"Aomori Bank\",\n                        \"value\": 3393\n                    },\n                    {\n                        \"label\": \"Hokkaido Bank\",\n                        \"value\": 3394\n                    },\n                    {\n                        \"label\": \"Lawson Bank\",\n                        \"value\": 3395\n                    },\n                    {\n                        \"label\": \"Daiwa Next Bank\",\n                        \"value\": 3396\n                    },\n                    {\n                        \"label\": \"Aeon Bank\",\n                        \"value\": 3397\n                    },\n                    {\n                        \"label\": \"Jibun Bank\",\n                        \"value\": 3398\n                    },\n                    {\n                        \"label\": \"Sumishin SBI Net Bank\",\n                        \"value\": 3399\n                    },\n                    {\n                        \"label\": \"Rakuten Bank\",\n                        \"value\": 3400\n                    },\n                    {\n                        \"label\": \"Sony Bank\",\n                        \"value\": 3401\n                    },\n                    {\n                        \"label\": \"Seven Bank\",\n                        \"value\": 3402\n                    },\n                    {\n                        \"label\": \"PayPay Bank (The Japan Net Bank)\",\n                        \"value\": 3403\n                    },\n                    {\n                        \"label\": \"Saitama Resona Bank\",\n                        \"value\": 3404\n                    },\n                    {\n                        \"label\": \"Resona Bank\",\n                        \"value\": 3405\n                    },\n                    {\n                        \"label\": \"Sumitomo Mitsui Banking Corporation\",\n                        \"value\": 3406\n                    },\n                    {\n                        \"label\": \"Mitsubishi UFJ Bank\",\n                        \"value\": 3407\n                    },\n                    {\n                        \"label\": \"Mizuho Bank\",\n                        \"value\": 3408\n                    },\n                    {\n                        \"label\": \"The Oita Mirai Shinkin Bank\",\n                        \"value\": 3540\n                    },\n                    {\n                        \"label\": \"The Hiroshima Shinkin Bank\",\n                        \"value\": 3541\n                    },\n                    {\n                        \"label\": \"Abashiri Shinkin bank\",\n                        \"value\": 3862\n                    },\n                    {\n                        \"label\": \"Abukuma Shinkin bank\",\n                        \"value\": 3863\n                    },\n                    {\n                        \"label\": \"Aichi Doctor's Credit Cooperative\",\n                        \"value\": 3864\n                    },\n                    {\n                        \"label\": \"Aichi Shinkin bank\",\n                        \"value\": 3865\n                    },\n                    {\n                        \"label\": \"Aichi Shogin\",\n                        \"value\": 3866\n                    },\n                    {\n                        \"label\": \"Amagasaki Shinkin Bank\",\n                        \"value\": 3867\n                    },\n                    {\n                        \"label\": \"Kyoto Chuo Shinkin Bank\",\n                        \"value\": 3868\n                    },\n                    {\n                        \"label\": \"Mitsubishi UFJ Trust and Banking Corporation\",\n                        \"value\": 3869\n                    },\n                    {\n                        \"label\": \"SMBC Trust Bank Ltd.\",\n                        \"value\": 3870\n                    },\n                    {\n                        \"label\": \"Tama Shinkin bank\",\n                        \"value\": 3871\n                    },\n                    {\n                        \"label\": \"The Kyoto Shinkin Bank\",\n                        \"value\": 3872\n                    },\n                    {\n                        \"label\": \"Osaka Shinkin Bank\",\n                        \"value\": 3975\n                    },\n                    {\n                        \"label\": \"GMO Aozora Net Bank, Ltd.\",\n                        \"value\": 5437\n                    },\n                    {\n                        \"label\": \"The Nomura Trust and Banking Co.,Ltd.\",\n                        \"value\": 5438\n                    },\n                    {\n                        \"label\": \"Orix Bank Corporation\",\n                        \"value\": 5439\n                    },\n                    {\n                        \"label\": \"The Sumitomo Trust and Banking Company,Ltd.\",\n                        \"value\": 5440\n                    },\n                    {\n                        \"label\": \"Mizuho Trust and Banking Co.,Ltd.\",\n                        \"value\": 5441\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Account_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Branch_Number\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Account_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Saving\",\n                        \"value\": \"Saving\"\n                    },\n                    {\n                        \"label\": \"Checking\",\n                        \"value\": \"Checking\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Phone\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            }\n        ]\n    }\n}"},{"id":"cbddeb87-082e-4314-8444-6b12daa3e7dd","name":"Get Required Fields - JPY Wire Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_jpy_wire_payments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"1a43-or1815iwEsDrZZemFvK+NIdJbIs\""},{"key":"x-execution-time","value":"19047"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Tue, 12 May 2026 13:13:42 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"JPY Wire Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_jpy_wire_payments\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Account_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Account_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Saving\",\n                        \"value\": \"Saving\"\n                    },\n                    {\n                        \"label\": \"Checking\",\n                        \"value\": \"Checking\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Swift_Bic\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Name\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Country\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Albania\",\n                        \"value\": \"AL\"\n                    },\n                    {\n                        \"label\": \"Algeria\",\n                        \"value\": \"DZ\"\n                    },\n                    {\n                        \"label\": \"Andorra\",\n                        \"value\": \"AD\"\n                    },\n                    {\n                        \"label\": \"Angola\",\n                        \"value\": \"AO\"\n                    },\n                    {\n                        \"label\": \"Antigua and Barbuda\",\n                        \"value\": \"AG\"\n                    },\n                    {\n                        \"label\": \"Argentina\",\n                        \"value\": \"AR\"\n                    },\n                    {\n                        \"label\": \"Armenia\",\n                        \"value\": \"AM\"\n                    },\n                    {\n                        \"label\": \"Australia\",\n                        \"value\": \"AU\"\n                    },\n                    {\n                        \"label\": \"Austria\",\n                        \"value\": \"AT\"\n                    },\n                    {\n                        \"label\": \"Azerbaijan\",\n                        \"value\": \"AZ\"\n                    },\n                    {\n                        \"label\": \"Bahamas\",\n                        \"value\": \"BS\"\n                    },\n                    {\n                        \"label\": \"Bahrain\",\n                        \"value\": \"BH\"\n                    },\n                    {\n                        \"label\": \"Bangladesh\",\n                        \"value\": \"BD\"\n                    },\n                    {\n                        \"label\": \"Barbados\",\n                        \"value\": \"BB\"\n                    },\n                    {\n                        \"label\": \"Belgium\",\n                        \"value\": \"BE\"\n                    },\n                    {\n                        \"label\": \"Belize\",\n                        \"value\": \"BZ\"\n                    },\n                    {\n                        \"label\": \"Benin\",\n                        \"value\": \"BJ\"\n                    },\n                    {\n                        \"label\": \"Bhutan\",\n                        \"value\": \"BT\"\n                    },\n                    {\n                        \"label\": \"Bolivia\",\n                        \"value\": \"BO\"\n                    },\n                    {\n                        \"label\": \"Botswana\",\n                        \"value\": \"BW\"\n                    },\n                    {\n                        \"label\": \"Brazil\",\n                        \"value\": \"BR\"\n                    },\n                    {\n                        \"label\": \"Brunei Darussalam\",\n                        \"value\": \"BN\"\n                    },\n                    {\n                        \"label\": \"Bulgaria\",\n                        \"value\": \"BG\"\n                    },\n                    {\n                        \"label\": \"Burkina Faso\",\n                        \"value\": \"BF\"\n                    },\n                    {\n                        \"label\": \"Burundi\",\n                        \"value\": \"BI\"\n                    },\n                    {\n                        \"label\": \"Cabo Verde\",\n                        \"value\": \"CV\"\n                    },\n                    {\n                        \"label\": \"Cambodia\",\n                        \"value\": \"KH\"\n                    },\n                    {\n                        \"label\": \"Cameroon\",\n                        \"value\": \"CM\"\n                    },\n                    {\n                        \"label\": \"Canada\",\n                        \"value\": \"CA\"\n                    },\n                    {\n                        \"label\": \"Chad\",\n                        \"value\": \"TD\"\n                    },\n                    {\n                        \"label\": \"Chile\",\n                        \"value\": \"CL\"\n                    },\n                    {\n                        \"label\": \"China\",\n                        \"value\": \"CN\"\n                    },\n                    {\n                        \"label\": \"Colombia\",\n                        \"value\": \"CO\"\n                    },\n                    {\n                        \"label\": \"Comoros\",\n                        \"value\": \"KM\"\n                    },\n                    {\n                        \"label\": \"Costa Rica\",\n                        \"value\": \"CR\"\n                    },\n                    {\n                        \"label\": \"Cyprus\",\n                        \"value\": \"CY\"\n                    },\n                    {\n                        \"label\": \"Czech Republic\",\n                        \"value\": \"CZ\"\n                    },\n                    {\n                        \"label\": \"Denmark\",\n                        \"value\": \"DK\"\n                    },\n                    {\n                        \"label\": \"Djibouti\",\n                        \"value\": \"DJ\"\n                    },\n                    {\n                        \"label\": \"Dominica\",\n                        \"value\": \"DM\"\n                    },\n                    {\n                        \"label\": \"Dominican Republic\",\n                        \"value\": \"DO\"\n                    },\n                    {\n                        \"label\": \"Ecuador\",\n                        \"value\": \"EC\"\n                    },\n                    {\n                        \"label\": \"Egypt\",\n                        \"value\": \"EG\"\n                    },\n                    {\n                        \"label\": \"El Salvador\",\n                        \"value\": \"SV\"\n                    },\n                    {\n                        \"label\": \"Equatorial Guinea\",\n                        \"value\": \"GQ\"\n                    },\n                    {\n                        \"label\": \"Eritrea\",\n                        \"value\": \"ER\"\n                    },\n                    {\n                        \"label\": \"Estonia\",\n                        \"value\": \"EE\"\n                    },\n                    {\n                        \"label\": \"Fiji\",\n                        \"value\": \"FJ\"\n                    },\n                    {\n                        \"label\": \"Finland\",\n                        \"value\": \"FI\"\n                    },\n                    {\n                        \"label\": \"France\",\n                        \"value\": \"FR\"\n                    },\n                    {\n                        \"label\": \"Gabon\",\n                        \"value\": \"GA\"\n                    },\n                    {\n                        \"label\": \"Gambia\",\n                        \"value\": \"GM\"\n                    },\n                    {\n                        \"label\": \"Georgia\",\n                        \"value\": \"GE\"\n                    },\n                    {\n                        \"label\": \"Germany\",\n                        \"value\": \"DE\"\n                    },\n                    {\n                        \"label\": \"Ghana\",\n                        \"value\": \"GH\"\n                    },\n                    {\n                        \"label\": \"Greece\",\n                        \"value\": \"GR\"\n                    },\n                    {\n                        \"label\": \"Grenada\",\n                        \"value\": \"GD\"\n                    },\n                    {\n                        \"label\": \"Guatemala\",\n                        \"value\": \"GT\"\n                    },\n                    {\n                        \"label\": \"Guinea\",\n                        \"value\": \"GN\"\n                    },\n                    {\n                        \"label\": \"Guinea-Bissau\",\n                        \"value\": \"GW\"\n                    },\n                    {\n                        \"label\": \"Guyana\",\n                        \"value\": \"GY\"\n                    },\n                    {\n                        \"label\": \"Haiti\",\n                        \"value\": \"HT\"\n                    },\n                    {\n                        \"label\": \"Honduras\",\n                        \"value\": \"HN\"\n                    },\n                    {\n                        \"label\": \"Hungary\",\n                        \"value\": \"HU\"\n                    },\n                    {\n                        \"label\": \"Iceland\",\n                        \"value\": \"IS\"\n                    },\n                    {\n                        \"label\": \"India\",\n                        \"value\": \"IN\"\n                    },\n                    {\n                        \"label\": \"Indonesia\",\n                        \"value\": \"ID\"\n                    },\n                    {\n                        \"label\": \"Ireland\",\n                        \"value\": \"IE\"\n                    },\n                    {\n                        \"label\": \"Israel\",\n                        \"value\": \"IL\"\n                    },\n                    {\n                        \"label\": \"Italy\",\n                        \"value\": \"IT\"\n                    },\n                    {\n                        \"label\": \"Jamaica\",\n                        \"value\": \"JM\"\n                    },\n                    {\n                        \"label\": \"Japan\",\n                        \"value\": \"JP\"\n                    },\n                    {\n                        \"label\": \"Jordan\",\n                        \"value\": \"JO\"\n                    },\n                    {\n                        \"label\": \"Kazakhstan\",\n                        \"value\": \"KZ\"\n                    },\n                    {\n                        \"label\": \"Kenya\",\n                        \"value\": \"KE\"\n                    },\n                    {\n                        \"label\": \"Kiribati\",\n                        \"value\": \"KI\"\n                    },\n                    {\n                        \"label\": \"Kuwait\",\n                        \"value\": \"KW\"\n                    },\n                    {\n                        \"label\": \"Kyrgyzstan\",\n                        \"value\": \"KG\"\n                    },\n                    {\n                        \"label\": \"Laos\",\n                        \"value\": \"LA\"\n                    },\n                    {\n                        \"label\": \"Latvia\",\n                        \"value\": \"LV\"\n                    },\n                    {\n                        \"label\": \"Lesotho\",\n                        \"value\": \"LS\"\n                    },\n                    {\n                        \"label\": \"Liberia\",\n                        \"value\": \"LR\"\n                    },\n                    {\n                        \"label\": \"Liechtenstein\",\n                        \"value\": \"LI\"\n                    },\n                    {\n                        \"label\": \"Lithuania\",\n                        \"value\": \"LT\"\n                    },\n                    {\n                        \"label\": \"Luxembourg\",\n                        \"value\": \"LU\"\n                    },\n                    {\n                        \"label\": \"Madagascar\",\n                        \"value\": \"MG\"\n                    },\n                    {\n                        \"label\": \"Malawi\",\n                        \"value\": \"MW\"\n                    },\n                    {\n                        \"label\": \"Malaysia\",\n                        \"value\": \"MY\"\n                    },\n                    {\n                        \"label\": \"Maldives\",\n                        \"value\": \"MV\"\n                    },\n                    {\n                        \"label\": \"Malta\",\n                        \"value\": \"MT\"\n                    },\n                    {\n                        \"label\": \"Marshall Islands\",\n                        \"value\": \"MH\"\n                    },\n                    {\n                        \"label\": \"Mauritania\",\n                        \"value\": \"MR\"\n                    },\n                    {\n                        \"label\": \"Mauritius\",\n                        \"value\": \"MU\"\n                    },\n                    {\n                        \"label\": \"Mexico\",\n                        \"value\": \"MX\"\n                    },\n                    {\n                        \"label\": \"Micronesia\",\n                        \"value\": \"FM\"\n                    },\n                    {\n                        \"label\": \"Moldova\",\n                        \"value\": \"MD\"\n                    },\n                    {\n                        \"label\": \"Monaco\",\n                        \"value\": \"MC\"\n                    },\n                    {\n                        \"label\": \"Mongolia\",\n                        \"value\": \"MN\"\n                    },\n                    {\n                        \"label\": \"Morocco\",\n                        \"value\": \"MA\"\n                    },\n                    {\n                        \"label\": \"Mozambique\",\n                        \"value\": \"MZ\"\n                    },\n                    {\n                        \"label\": \"Namibia\",\n                        \"value\": \"NA\"\n                    },\n                    {\n                        \"label\": \"Nauru\",\n                        \"value\": \"NR\"\n                    },\n                    {\n                        \"label\": \"Nepal\",\n                        \"value\": \"NP\"\n                    },\n                    {\n                        \"label\": \"Netherlands\",\n                        \"value\": \"NL\"\n                    },\n                    {\n                        \"label\": \"New Zealand\",\n                        \"value\": \"NZ\"\n                    },\n                    {\n                        \"label\": \"Niger\",\n                        \"value\": \"NE\"\n                    },\n                    {\n                        \"label\": \"Nigeria\",\n                        \"value\": \"NG\"\n                    },\n                    {\n                        \"label\": \"Norway\",\n                        \"value\": \"NO\"\n                    },\n                    {\n                        \"label\": \"Oman\",\n                        \"value\": \"OM\"\n                    },\n                    {\n                        \"label\": \"Pakistan\",\n                        \"value\": \"PK\"\n                    },\n                    {\n                        \"label\": \"Palau\",\n                        \"value\": \"PW\"\n                    },\n                    {\n                        \"label\": \"Palestine\",\n                        \"value\": \"PS\"\n                    },\n                    {\n                        \"label\": \"Panama\",\n                        \"value\": \"PA\"\n                    },\n                    {\n                        \"label\": \"Papua New Guinea\",\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"label\": \"Paraguay\",\n                        \"value\": \"PY\"\n                    },\n                    {\n                        \"label\": \"Peru\",\n                        \"value\": \"PE\"\n                    },\n                    {\n                        \"label\": \"Philippines\",\n                        \"value\": \"PH\"\n                    },\n                    {\n                        \"label\": \"Poland\",\n                        \"value\": \"PL\"\n                    },\n                    {\n                        \"label\": \"Portugal\",\n                        \"value\": \"PT\"\n                    },\n                    {\n                        \"label\": \"Qatar\",\n                        \"value\": \"QA\"\n                    },\n                    {\n                        \"label\": \"Romania\",\n                        \"value\": \"RO\"\n                    },\n                    {\n                        \"label\": \"Rwanda\",\n                        \"value\": \"RW\"\n                    },\n                    {\n                        \"label\": \"Saint Kitts and Nevis\",\n                        \"value\": \"KN\"\n                    },\n                    {\n                        \"label\": \"Saint Lucia\",\n                        \"value\": \"LC\"\n                    },\n                    {\n                        \"label\": \"Saint Vincent and the Grenadines\",\n                        \"value\": \"VC\"\n                    },\n                    {\n                        \"label\": \"Samoa\",\n                        \"value\": \"WS\"\n                    },\n                    {\n                        \"label\": \"San Marino\",\n                        \"value\": \"SM\"\n                    },\n                    {\n                        \"label\": \"Sao Tome and Principe\",\n                        \"value\": \"ST\"\n                    },\n                    {\n                        \"label\": \"Saudi Arabia\",\n                        \"value\": \"SA\"\n                    },\n                    {\n                        \"label\": \"Senegal\",\n                        \"value\": \"SN\"\n                    },\n                    {\n                        \"label\": \"Seychelles\",\n                        \"value\": \"SC\"\n                    },\n                    {\n                        \"label\": \"Sierra Leone\",\n                        \"value\": \"SL\"\n                    },\n                    {\n                        \"label\": \"Singapore\",\n                        \"value\": \"SG\"\n                    },\n                    {\n                        \"label\": \"Slovakia\",\n                        \"value\": \"SK\"\n                    },\n                    {\n                        \"label\": \"Solomon Islands\",\n                        \"value\": \"SB\"\n                    },\n                    {\n                        \"label\": \"South Africa\",\n                        \"value\": \"ZA\"\n                    },\n                    {\n                        \"label\": \"South Korea\",\n                        \"value\": \"KR\"\n                    },\n                    {\n                        \"label\": \"Spain\",\n                        \"value\": \"ES\"\n                    },\n                    {\n                        \"label\": \"Sri Lanka\",\n                        \"value\": \"LK\"\n                    },\n                    {\n                        \"label\": \"Suriname\",\n                        \"value\": \"SR\"\n                    },\n                    {\n                        \"label\": \"Sweden\",\n                        \"value\": \"SE\"\n                    },\n                    {\n                        \"label\": \"Switzerland\",\n                        \"value\": \"CH\"\n                    },\n                    {\n                        \"label\": \"Tajikistan\",\n                        \"value\": \"TJ\"\n                    },\n                    {\n                        \"label\": \"Tanzania\",\n                        \"value\": \"TZ\"\n                    },\n                    {\n                        \"label\": \"Thailand\",\n                        \"value\": \"TH\"\n                    },\n                    {\n                        \"label\": \"Timor-Leste\",\n                        \"value\": \"TL\"\n                    },\n                    {\n                        \"label\": \"Togo\",\n                        \"value\": \"TG\"\n                    },\n                    {\n                        \"label\": \"Tonga\",\n                        \"value\": \"TO\"\n                    },\n                    {\n                        \"label\": \"Trinidad and Tobago\",\n                        \"value\": \"TT\"\n                    },\n                    {\n                        \"label\": \"Tunisia\",\n                        \"value\": \"TN\"\n                    },\n                    {\n                        \"label\": \"Turkey\",\n                        \"value\": \"TR\"\n                    },\n                    {\n                        \"label\": \"Turkmenistan\",\n                        \"value\": \"TM\"\n                    },\n                    {\n                        \"label\": \"Tuvalu\",\n                        \"value\": \"TV\"\n                    },\n                    {\n                        \"label\": \"Uganda\",\n                        \"value\": \"UG\"\n                    },\n                    {\n                        \"label\": \"United Arab Emirates\",\n                        \"value\": \"AE\"\n                    },\n                    {\n                        \"label\": \"United Kingdom\",\n                        \"value\": \"GB\"\n                    },\n                    {\n                        \"label\": \"United States of America\",\n                        \"value\": \"US\"\n                    },\n                    {\n                        \"label\": \"Uruguay\",\n                        \"value\": \"UY\"\n                    },\n                    {\n                        \"label\": \"Uzbekistan\",\n                        \"value\": \"UZ\"\n                    },\n                    {\n                        \"label\": \"Vanuatu\",\n                        \"value\": \"VU\"\n                    },\n                    {\n                        \"label\": \"Vietnam\",\n                        \"value\": \"VN\"\n                    },\n                    {\n                        \"label\": \"Zambia\",\n                        \"value\": \"ZM\"\n                    },\n                    {\n                        \"label\": \"Bermuda\",\n                        \"value\": \"BM\"\n                    },\n                    {\n                        \"label\": \"Cayman Islands\",\n                        \"value\": \"KY\"\n                    },\n                    {\n                        \"label\": \"Gibraltar\",\n                        \"value\": \"GI\"\n                    },\n                    {\n                        \"label\": \"Hong Kong\",\n                        \"value\": \"HK\"\n                    },\n                    {\n                        \"label\": \"Taiwan\",\n                        \"value\": \"TW\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (British)\",\n                        \"value\": \"VG\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (U.S.)\",\n                        \"value\": \"VI\"\n                    },\n                    {\n                        \"label\": \"Isle Of Man\",\n                        \"value\": \"IM\"\n                    },\n                    {\n                        \"label\": \"Cook Islands\",\n                        \"value\": \"CK\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"9347ca99-60fb-4d40-9fee-5cba01e74b87","name":"Get Required Fields - MXN Wire Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_mxn_wire_payments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"19d1-hyniibB1RjUroZQwayGHHpAi1mU\""},{"key":"x-execution-time","value":"11960"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Wed, 13 May 2026 11:18:30 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"MXN Wire Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_mxn_wire_payments\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Clabe_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Swift_Bic\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Tax_Id\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Name\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Country\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Albania\",\n                        \"value\": \"AL\"\n                    },\n                    {\n                        \"label\": \"Algeria\",\n                        \"value\": \"DZ\"\n                    },\n                    {\n                        \"label\": \"Andorra\",\n                        \"value\": \"AD\"\n                    },\n                    {\n                        \"label\": \"Angola\",\n                        \"value\": \"AO\"\n                    },\n                    {\n                        \"label\": \"Antigua and Barbuda\",\n                        \"value\": \"AG\"\n                    },\n                    {\n                        \"label\": \"Argentina\",\n                        \"value\": \"AR\"\n                    },\n                    {\n                        \"label\": \"Armenia\",\n                        \"value\": \"AM\"\n                    },\n                    {\n                        \"label\": \"Australia\",\n                        \"value\": \"AU\"\n                    },\n                    {\n                        \"label\": \"Austria\",\n                        \"value\": \"AT\"\n                    },\n                    {\n                        \"label\": \"Azerbaijan\",\n                        \"value\": \"AZ\"\n                    },\n                    {\n                        \"label\": \"Bahamas\",\n                        \"value\": \"BS\"\n                    },\n                    {\n                        \"label\": \"Bahrain\",\n                        \"value\": \"BH\"\n                    },\n                    {\n                        \"label\": \"Bangladesh\",\n                        \"value\": \"BD\"\n                    },\n                    {\n                        \"label\": \"Barbados\",\n                        \"value\": \"BB\"\n                    },\n                    {\n                        \"label\": \"Belgium\",\n                        \"value\": \"BE\"\n                    },\n                    {\n                        \"label\": \"Belize\",\n                        \"value\": \"BZ\"\n                    },\n                    {\n                        \"label\": \"Benin\",\n                        \"value\": \"BJ\"\n                    },\n                    {\n                        \"label\": \"Bhutan\",\n                        \"value\": \"BT\"\n                    },\n                    {\n                        \"label\": \"Bolivia\",\n                        \"value\": \"BO\"\n                    },\n                    {\n                        \"label\": \"Botswana\",\n                        \"value\": \"BW\"\n                    },\n                    {\n                        \"label\": \"Brazil\",\n                        \"value\": \"BR\"\n                    },\n                    {\n                        \"label\": \"Brunei Darussalam\",\n                        \"value\": \"BN\"\n                    },\n                    {\n                        \"label\": \"Bulgaria\",\n                        \"value\": \"BG\"\n                    },\n                    {\n                        \"label\": \"Burkina Faso\",\n                        \"value\": \"BF\"\n                    },\n                    {\n                        \"label\": \"Burundi\",\n                        \"value\": \"BI\"\n                    },\n                    {\n                        \"label\": \"Cabo Verde\",\n                        \"value\": \"CV\"\n                    },\n                    {\n                        \"label\": \"Cambodia\",\n                        \"value\": \"KH\"\n                    },\n                    {\n                        \"label\": \"Cameroon\",\n                        \"value\": \"CM\"\n                    },\n                    {\n                        \"label\": \"Canada\",\n                        \"value\": \"CA\"\n                    },\n                    {\n                        \"label\": \"Chad\",\n                        \"value\": \"TD\"\n                    },\n                    {\n                        \"label\": \"Chile\",\n                        \"value\": \"CL\"\n                    },\n                    {\n                        \"label\": \"China\",\n                        \"value\": \"CN\"\n                    },\n                    {\n                        \"label\": \"Colombia\",\n                        \"value\": \"CO\"\n                    },\n                    {\n                        \"label\": \"Comoros\",\n                        \"value\": \"KM\"\n                    },\n                    {\n                        \"label\": \"Costa Rica\",\n                        \"value\": \"CR\"\n                    },\n                    {\n                        \"label\": \"Cyprus\",\n                        \"value\": \"CY\"\n                    },\n                    {\n                        \"label\": \"Czech Republic\",\n                        \"value\": \"CZ\"\n                    },\n                    {\n                        \"label\": \"Denmark\",\n                        \"value\": \"DK\"\n                    },\n                    {\n                        \"label\": \"Djibouti\",\n                        \"value\": \"DJ\"\n                    },\n                    {\n                        \"label\": \"Dominica\",\n                        \"value\": \"DM\"\n                    },\n                    {\n                        \"label\": \"Dominican Republic\",\n                        \"value\": \"DO\"\n                    },\n                    {\n                        \"label\": \"Ecuador\",\n                        \"value\": \"EC\"\n                    },\n                    {\n                        \"label\": \"Egypt\",\n                        \"value\": \"EG\"\n                    },\n                    {\n                        \"label\": \"El Salvador\",\n                        \"value\": \"SV\"\n                    },\n                    {\n                        \"label\": \"Equatorial Guinea\",\n                        \"value\": \"GQ\"\n                    },\n                    {\n                        \"label\": \"Eritrea\",\n                        \"value\": \"ER\"\n                    },\n                    {\n                        \"label\": \"Estonia\",\n                        \"value\": \"EE\"\n                    },\n                    {\n                        \"label\": \"Fiji\",\n                        \"value\": \"FJ\"\n                    },\n                    {\n                        \"label\": \"Finland\",\n                        \"value\": \"FI\"\n                    },\n                    {\n                        \"label\": \"France\",\n                        \"value\": \"FR\"\n                    },\n                    {\n                        \"label\": \"Gabon\",\n                        \"value\": \"GA\"\n                    },\n                    {\n                        \"label\": \"Gambia\",\n                        \"value\": \"GM\"\n                    },\n                    {\n                        \"label\": \"Georgia\",\n                        \"value\": \"GE\"\n                    },\n                    {\n                        \"label\": \"Germany\",\n                        \"value\": \"DE\"\n                    },\n                    {\n                        \"label\": \"Ghana\",\n                        \"value\": \"GH\"\n                    },\n                    {\n                        \"label\": \"Greece\",\n                        \"value\": \"GR\"\n                    },\n                    {\n                        \"label\": \"Grenada\",\n                        \"value\": \"GD\"\n                    },\n                    {\n                        \"label\": \"Guatemala\",\n                        \"value\": \"GT\"\n                    },\n                    {\n                        \"label\": \"Guinea\",\n                        \"value\": \"GN\"\n                    },\n                    {\n                        \"label\": \"Guinea-Bissau\",\n                        \"value\": \"GW\"\n                    },\n                    {\n                        \"label\": \"Guyana\",\n                        \"value\": \"GY\"\n                    },\n                    {\n                        \"label\": \"Haiti\",\n                        \"value\": \"HT\"\n                    },\n                    {\n                        \"label\": \"Honduras\",\n                        \"value\": \"HN\"\n                    },\n                    {\n                        \"label\": \"Hungary\",\n                        \"value\": \"HU\"\n                    },\n                    {\n                        \"label\": \"Iceland\",\n                        \"value\": \"IS\"\n                    },\n                    {\n                        \"label\": \"India\",\n                        \"value\": \"IN\"\n                    },\n                    {\n                        \"label\": \"Indonesia\",\n                        \"value\": \"ID\"\n                    },\n                    {\n                        \"label\": \"Ireland\",\n                        \"value\": \"IE\"\n                    },\n                    {\n                        \"label\": \"Israel\",\n                        \"value\": \"IL\"\n                    },\n                    {\n                        \"label\": \"Italy\",\n                        \"value\": \"IT\"\n                    },\n                    {\n                        \"label\": \"Jamaica\",\n                        \"value\": \"JM\"\n                    },\n                    {\n                        \"label\": \"Japan\",\n                        \"value\": \"JP\"\n                    },\n                    {\n                        \"label\": \"Jordan\",\n                        \"value\": \"JO\"\n                    },\n                    {\n                        \"label\": \"Kazakhstan\",\n                        \"value\": \"KZ\"\n                    },\n                    {\n                        \"label\": \"Kenya\",\n                        \"value\": \"KE\"\n                    },\n                    {\n                        \"label\": \"Kiribati\",\n                        \"value\": \"KI\"\n                    },\n                    {\n                        \"label\": \"Kuwait\",\n                        \"value\": \"KW\"\n                    },\n                    {\n                        \"label\": \"Kyrgyzstan\",\n                        \"value\": \"KG\"\n                    },\n                    {\n                        \"label\": \"Laos\",\n                        \"value\": \"LA\"\n                    },\n                    {\n                        \"label\": \"Latvia\",\n                        \"value\": \"LV\"\n                    },\n                    {\n                        \"label\": \"Lesotho\",\n                        \"value\": \"LS\"\n                    },\n                    {\n                        \"label\": \"Liberia\",\n                        \"value\": \"LR\"\n                    },\n                    {\n                        \"label\": \"Liechtenstein\",\n                        \"value\": \"LI\"\n                    },\n                    {\n                        \"label\": \"Lithuania\",\n                        \"value\": \"LT\"\n                    },\n                    {\n                        \"label\": \"Luxembourg\",\n                        \"value\": \"LU\"\n                    },\n                    {\n                        \"label\": \"Madagascar\",\n                        \"value\": \"MG\"\n                    },\n                    {\n                        \"label\": \"Malawi\",\n                        \"value\": \"MW\"\n                    },\n                    {\n                        \"label\": \"Malaysia\",\n                        \"value\": \"MY\"\n                    },\n                    {\n                        \"label\": \"Maldives\",\n                        \"value\": \"MV\"\n                    },\n                    {\n                        \"label\": \"Malta\",\n                        \"value\": \"MT\"\n                    },\n                    {\n                        \"label\": \"Marshall Islands\",\n                        \"value\": \"MH\"\n                    },\n                    {\n                        \"label\": \"Mauritania\",\n                        \"value\": \"MR\"\n                    },\n                    {\n                        \"label\": \"Mauritius\",\n                        \"value\": \"MU\"\n                    },\n                    {\n                        \"label\": \"Mexico\",\n                        \"value\": \"MX\"\n                    },\n                    {\n                        \"label\": \"Micronesia\",\n                        \"value\": \"FM\"\n                    },\n                    {\n                        \"label\": \"Moldova\",\n                        \"value\": \"MD\"\n                    },\n                    {\n                        \"label\": \"Monaco\",\n                        \"value\": \"MC\"\n                    },\n                    {\n                        \"label\": \"Mongolia\",\n                        \"value\": \"MN\"\n                    },\n                    {\n                        \"label\": \"Morocco\",\n                        \"value\": \"MA\"\n                    },\n                    {\n                        \"label\": \"Mozambique\",\n                        \"value\": \"MZ\"\n                    },\n                    {\n                        \"label\": \"Namibia\",\n                        \"value\": \"NA\"\n                    },\n                    {\n                        \"label\": \"Nauru\",\n                        \"value\": \"NR\"\n                    },\n                    {\n                        \"label\": \"Nepal\",\n                        \"value\": \"NP\"\n                    },\n                    {\n                        \"label\": \"Netherlands\",\n                        \"value\": \"NL\"\n                    },\n                    {\n                        \"label\": \"New Zealand\",\n                        \"value\": \"NZ\"\n                    },\n                    {\n                        \"label\": \"Niger\",\n                        \"value\": \"NE\"\n                    },\n                    {\n                        \"label\": \"Nigeria\",\n                        \"value\": \"NG\"\n                    },\n                    {\n                        \"label\": \"Norway\",\n                        \"value\": \"NO\"\n                    },\n                    {\n                        \"label\": \"Oman\",\n                        \"value\": \"OM\"\n                    },\n                    {\n                        \"label\": \"Pakistan\",\n                        \"value\": \"PK\"\n                    },\n                    {\n                        \"label\": \"Palau\",\n                        \"value\": \"PW\"\n                    },\n                    {\n                        \"label\": \"Palestine\",\n                        \"value\": \"PS\"\n                    },\n                    {\n                        \"label\": \"Panama\",\n                        \"value\": \"PA\"\n                    },\n                    {\n                        \"label\": \"Papua New Guinea\",\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"label\": \"Paraguay\",\n                        \"value\": \"PY\"\n                    },\n                    {\n                        \"label\": \"Peru\",\n                        \"value\": \"PE\"\n                    },\n                    {\n                        \"label\": \"Philippines\",\n                        \"value\": \"PH\"\n                    },\n                    {\n                        \"label\": \"Poland\",\n                        \"value\": \"PL\"\n                    },\n                    {\n                        \"label\": \"Portugal\",\n                        \"value\": \"PT\"\n                    },\n                    {\n                        \"label\": \"Qatar\",\n                        \"value\": \"QA\"\n                    },\n                    {\n                        \"label\": \"Romania\",\n                        \"value\": \"RO\"\n                    },\n                    {\n                        \"label\": \"Rwanda\",\n                        \"value\": \"RW\"\n                    },\n                    {\n                        \"label\": \"Saint Kitts and Nevis\",\n                        \"value\": \"KN\"\n                    },\n                    {\n                        \"label\": \"Saint Lucia\",\n                        \"value\": \"LC\"\n                    },\n                    {\n                        \"label\": \"Saint Vincent and the Grenadines\",\n                        \"value\": \"VC\"\n                    },\n                    {\n                        \"label\": \"Samoa\",\n                        \"value\": \"WS\"\n                    },\n                    {\n                        \"label\": \"San Marino\",\n                        \"value\": \"SM\"\n                    },\n                    {\n                        \"label\": \"Sao Tome and Principe\",\n                        \"value\": \"ST\"\n                    },\n                    {\n                        \"label\": \"Saudi Arabia\",\n                        \"value\": \"SA\"\n                    },\n                    {\n                        \"label\": \"Senegal\",\n                        \"value\": \"SN\"\n                    },\n                    {\n                        \"label\": \"Seychelles\",\n                        \"value\": \"SC\"\n                    },\n                    {\n                        \"label\": \"Sierra Leone\",\n                        \"value\": \"SL\"\n                    },\n                    {\n                        \"label\": \"Singapore\",\n                        \"value\": \"SG\"\n                    },\n                    {\n                        \"label\": \"Slovakia\",\n                        \"value\": \"SK\"\n                    },\n                    {\n                        \"label\": \"Solomon Islands\",\n                        \"value\": \"SB\"\n                    },\n                    {\n                        \"label\": \"South Africa\",\n                        \"value\": \"ZA\"\n                    },\n                    {\n                        \"label\": \"South Korea\",\n                        \"value\": \"KR\"\n                    },\n                    {\n                        \"label\": \"Spain\",\n                        \"value\": \"ES\"\n                    },\n                    {\n                        \"label\": \"Sri Lanka\",\n                        \"value\": \"LK\"\n                    },\n                    {\n                        \"label\": \"Suriname\",\n                        \"value\": \"SR\"\n                    },\n                    {\n                        \"label\": \"Sweden\",\n                        \"value\": \"SE\"\n                    },\n                    {\n                        \"label\": \"Switzerland\",\n                        \"value\": \"CH\"\n                    },\n                    {\n                        \"label\": \"Tajikistan\",\n                        \"value\": \"TJ\"\n                    },\n                    {\n                        \"label\": \"Tanzania\",\n                        \"value\": \"TZ\"\n                    },\n                    {\n                        \"label\": \"Thailand\",\n                        \"value\": \"TH\"\n                    },\n                    {\n                        \"label\": \"Timor-Leste\",\n                        \"value\": \"TL\"\n                    },\n                    {\n                        \"label\": \"Togo\",\n                        \"value\": \"TG\"\n                    },\n                    {\n                        \"label\": \"Tonga\",\n                        \"value\": \"TO\"\n                    },\n                    {\n                        \"label\": \"Trinidad and Tobago\",\n                        \"value\": \"TT\"\n                    },\n                    {\n                        \"label\": \"Tunisia\",\n                        \"value\": \"TN\"\n                    },\n                    {\n                        \"label\": \"Turkey\",\n                        \"value\": \"TR\"\n                    },\n                    {\n                        \"label\": \"Turkmenistan\",\n                        \"value\": \"TM\"\n                    },\n                    {\n                        \"label\": \"Tuvalu\",\n                        \"value\": \"TV\"\n                    },\n                    {\n                        \"label\": \"Uganda\",\n                        \"value\": \"UG\"\n                    },\n                    {\n                        \"label\": \"United Arab Emirates\",\n                        \"value\": \"AE\"\n                    },\n                    {\n                        \"label\": \"United Kingdom\",\n                        \"value\": \"GB\"\n                    },\n                    {\n                        \"label\": \"United States of America\",\n                        \"value\": \"US\"\n                    },\n                    {\n                        \"label\": \"Uruguay\",\n                        \"value\": \"UY\"\n                    },\n                    {\n                        \"label\": \"Uzbekistan\",\n                        \"value\": \"UZ\"\n                    },\n                    {\n                        \"label\": \"Vanuatu\",\n                        \"value\": \"VU\"\n                    },\n                    {\n                        \"label\": \"Vietnam\",\n                        \"value\": \"VN\"\n                    },\n                    {\n                        \"label\": \"Zambia\",\n                        \"value\": \"ZM\"\n                    },\n                    {\n                        \"label\": \"Bermuda\",\n                        \"value\": \"BM\"\n                    },\n                    {\n                        \"label\": \"Cayman Islands\",\n                        \"value\": \"KY\"\n                    },\n                    {\n                        \"label\": \"Gibraltar\",\n                        \"value\": \"GI\"\n                    },\n                    {\n                        \"label\": \"Hong Kong\",\n                        \"value\": \"HK\"\n                    },\n                    {\n                        \"label\": \"Taiwan\",\n                        \"value\": \"TW\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (British)\",\n                        \"value\": \"VG\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (U.S.)\",\n                        \"value\": \"VI\"\n                    },\n                    {\n                        \"label\": \"Isle Of Man\",\n                        \"value\": \"IM\"\n                    },\n                    {\n                        \"label\": \"Cook Islands\",\n                        \"value\": \"CK\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"8002bb9c-46ee-43d3-b4f3-ad9abd83a010","name":"Get Required Fields - MXN Clabe Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_clabe\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"402"},{"key":"etag","value":"W/\"192-DwJp/M1CpZ4X6ITPcsJOVyFhQNQ\""},{"key":"x-execution-time","value":"14349"},{"key":"date","value":"Wed, 13 May 2026 11:45:34 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"MXN Clabe Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_clabe\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Clabe_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            }\n        ]\n    }\n}"},{"id":"72d6ca7d-b1d9-49aa-8037-e95e66814320","name":"Get Required Fields - SGD Domestic Payments","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_sgd_domestic_payments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"19e3-qyhEgquZu4q4azdhY8VptzZCVWY\""},{"key":"x-execution-time","value":"13456"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Wed, 13 May 2026 12:50:08 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"SGD Domestic Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_sgd_domestic_payments\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Account_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Swift_Bic\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Routing_Code\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Name\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Country\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Albania\",\n                        \"value\": \"AL\"\n                    },\n                    {\n                        \"label\": \"Algeria\",\n                        \"value\": \"DZ\"\n                    },\n                    {\n                        \"label\": \"Andorra\",\n                        \"value\": \"AD\"\n                    },\n                    {\n                        \"label\": \"Angola\",\n                        \"value\": \"AO\"\n                    },\n                    {\n                        \"label\": \"Antigua and Barbuda\",\n                        \"value\": \"AG\"\n                    },\n                    {\n                        \"label\": \"Argentina\",\n                        \"value\": \"AR\"\n                    },\n                    {\n                        \"label\": \"Armenia\",\n                        \"value\": \"AM\"\n                    },\n                    {\n                        \"label\": \"Australia\",\n                        \"value\": \"AU\"\n                    },\n                    {\n                        \"label\": \"Austria\",\n                        \"value\": \"AT\"\n                    },\n                    {\n                        \"label\": \"Azerbaijan\",\n                        \"value\": \"AZ\"\n                    },\n                    {\n                        \"label\": \"Bahamas\",\n                        \"value\": \"BS\"\n                    },\n                    {\n                        \"label\": \"Bahrain\",\n                        \"value\": \"BH\"\n                    },\n                    {\n                        \"label\": \"Bangladesh\",\n                        \"value\": \"BD\"\n                    },\n                    {\n                        \"label\": \"Barbados\",\n                        \"value\": \"BB\"\n                    },\n                    {\n                        \"label\": \"Belgium\",\n                        \"value\": \"BE\"\n                    },\n                    {\n                        \"label\": \"Belize\",\n                        \"value\": \"BZ\"\n                    },\n                    {\n                        \"label\": \"Benin\",\n                        \"value\": \"BJ\"\n                    },\n                    {\n                        \"label\": \"Bhutan\",\n                        \"value\": \"BT\"\n                    },\n                    {\n                        \"label\": \"Bolivia\",\n                        \"value\": \"BO\"\n                    },\n                    {\n                        \"label\": \"Botswana\",\n                        \"value\": \"BW\"\n                    },\n                    {\n                        \"label\": \"Brazil\",\n                        \"value\": \"BR\"\n                    },\n                    {\n                        \"label\": \"Brunei Darussalam\",\n                        \"value\": \"BN\"\n                    },\n                    {\n                        \"label\": \"Bulgaria\",\n                        \"value\": \"BG\"\n                    },\n                    {\n                        \"label\": \"Burkina Faso\",\n                        \"value\": \"BF\"\n                    },\n                    {\n                        \"label\": \"Burundi\",\n                        \"value\": \"BI\"\n                    },\n                    {\n                        \"label\": \"Cabo Verde\",\n                        \"value\": \"CV\"\n                    },\n                    {\n                        \"label\": \"Cambodia\",\n                        \"value\": \"KH\"\n                    },\n                    {\n                        \"label\": \"Cameroon\",\n                        \"value\": \"CM\"\n                    },\n                    {\n                        \"label\": \"Canada\",\n                        \"value\": \"CA\"\n                    },\n                    {\n                        \"label\": \"Chad\",\n                        \"value\": \"TD\"\n                    },\n                    {\n                        \"label\": \"Chile\",\n                        \"value\": \"CL\"\n                    },\n                    {\n                        \"label\": \"China\",\n                        \"value\": \"CN\"\n                    },\n                    {\n                        \"label\": \"Colombia\",\n                        \"value\": \"CO\"\n                    },\n                    {\n                        \"label\": \"Comoros\",\n                        \"value\": \"KM\"\n                    },\n                    {\n                        \"label\": \"Costa Rica\",\n                        \"value\": \"CR\"\n                    },\n                    {\n                        \"label\": \"Cyprus\",\n                        \"value\": \"CY\"\n                    },\n                    {\n                        \"label\": \"Czech Republic\",\n                        \"value\": \"CZ\"\n                    },\n                    {\n                        \"label\": \"Denmark\",\n                        \"value\": \"DK\"\n                    },\n                    {\n                        \"label\": \"Djibouti\",\n                        \"value\": \"DJ\"\n                    },\n                    {\n                        \"label\": \"Dominica\",\n                        \"value\": \"DM\"\n                    },\n                    {\n                        \"label\": \"Dominican Republic\",\n                        \"value\": \"DO\"\n                    },\n                    {\n                        \"label\": \"Ecuador\",\n                        \"value\": \"EC\"\n                    },\n                    {\n                        \"label\": \"Egypt\",\n                        \"value\": \"EG\"\n                    },\n                    {\n                        \"label\": \"El Salvador\",\n                        \"value\": \"SV\"\n                    },\n                    {\n                        \"label\": \"Equatorial Guinea\",\n                        \"value\": \"GQ\"\n                    },\n                    {\n                        \"label\": \"Eritrea\",\n                        \"value\": \"ER\"\n                    },\n                    {\n                        \"label\": \"Estonia\",\n                        \"value\": \"EE\"\n                    },\n                    {\n                        \"label\": \"Fiji\",\n                        \"value\": \"FJ\"\n                    },\n                    {\n                        \"label\": \"Finland\",\n                        \"value\": \"FI\"\n                    },\n                    {\n                        \"label\": \"France\",\n                        \"value\": \"FR\"\n                    },\n                    {\n                        \"label\": \"Gabon\",\n                        \"value\": \"GA\"\n                    },\n                    {\n                        \"label\": \"Gambia\",\n                        \"value\": \"GM\"\n                    },\n                    {\n                        \"label\": \"Georgia\",\n                        \"value\": \"GE\"\n                    },\n                    {\n                        \"label\": \"Germany\",\n                        \"value\": \"DE\"\n                    },\n                    {\n                        \"label\": \"Ghana\",\n                        \"value\": \"GH\"\n                    },\n                    {\n                        \"label\": \"Greece\",\n                        \"value\": \"GR\"\n                    },\n                    {\n                        \"label\": \"Grenada\",\n                        \"value\": \"GD\"\n                    },\n                    {\n                        \"label\": \"Guatemala\",\n                        \"value\": \"GT\"\n                    },\n                    {\n                        \"label\": \"Guinea\",\n                        \"value\": \"GN\"\n                    },\n                    {\n                        \"label\": \"Guinea-Bissau\",\n                        \"value\": \"GW\"\n                    },\n                    {\n                        \"label\": \"Guyana\",\n                        \"value\": \"GY\"\n                    },\n                    {\n                        \"label\": \"Haiti\",\n                        \"value\": \"HT\"\n                    },\n                    {\n                        \"label\": \"Honduras\",\n                        \"value\": \"HN\"\n                    },\n                    {\n                        \"label\": \"Hungary\",\n                        \"value\": \"HU\"\n                    },\n                    {\n                        \"label\": \"Iceland\",\n                        \"value\": \"IS\"\n                    },\n                    {\n                        \"label\": \"India\",\n                        \"value\": \"IN\"\n                    },\n                    {\n                        \"label\": \"Indonesia\",\n                        \"value\": \"ID\"\n                    },\n                    {\n                        \"label\": \"Ireland\",\n                        \"value\": \"IE\"\n                    },\n                    {\n                        \"label\": \"Israel\",\n                        \"value\": \"IL\"\n                    },\n                    {\n                        \"label\": \"Italy\",\n                        \"value\": \"IT\"\n                    },\n                    {\n                        \"label\": \"Jamaica\",\n                        \"value\": \"JM\"\n                    },\n                    {\n                        \"label\": \"Japan\",\n                        \"value\": \"JP\"\n                    },\n                    {\n                        \"label\": \"Jordan\",\n                        \"value\": \"JO\"\n                    },\n                    {\n                        \"label\": \"Kazakhstan\",\n                        \"value\": \"KZ\"\n                    },\n                    {\n                        \"label\": \"Kenya\",\n                        \"value\": \"KE\"\n                    },\n                    {\n                        \"label\": \"Kiribati\",\n                        \"value\": \"KI\"\n                    },\n                    {\n                        \"label\": \"Kuwait\",\n                        \"value\": \"KW\"\n                    },\n                    {\n                        \"label\": \"Kyrgyzstan\",\n                        \"value\": \"KG\"\n                    },\n                    {\n                        \"label\": \"Laos\",\n                        \"value\": \"LA\"\n                    },\n                    {\n                        \"label\": \"Latvia\",\n                        \"value\": \"LV\"\n                    },\n                    {\n                        \"label\": \"Lesotho\",\n                        \"value\": \"LS\"\n                    },\n                    {\n                        \"label\": \"Liberia\",\n                        \"value\": \"LR\"\n                    },\n                    {\n                        \"label\": \"Liechtenstein\",\n                        \"value\": \"LI\"\n                    },\n                    {\n                        \"label\": \"Lithuania\",\n                        \"value\": \"LT\"\n                    },\n                    {\n                        \"label\": \"Luxembourg\",\n                        \"value\": \"LU\"\n                    },\n                    {\n                        \"label\": \"Madagascar\",\n                        \"value\": \"MG\"\n                    },\n                    {\n                        \"label\": \"Malawi\",\n                        \"value\": \"MW\"\n                    },\n                    {\n                        \"label\": \"Malaysia\",\n                        \"value\": \"MY\"\n                    },\n                    {\n                        \"label\": \"Maldives\",\n                        \"value\": \"MV\"\n                    },\n                    {\n                        \"label\": \"Malta\",\n                        \"value\": \"MT\"\n                    },\n                    {\n                        \"label\": \"Marshall Islands\",\n                        \"value\": \"MH\"\n                    },\n                    {\n                        \"label\": \"Mauritania\",\n                        \"value\": \"MR\"\n                    },\n                    {\n                        \"label\": \"Mauritius\",\n                        \"value\": \"MU\"\n                    },\n                    {\n                        \"label\": \"Mexico\",\n                        \"value\": \"MX\"\n                    },\n                    {\n                        \"label\": \"Micronesia\",\n                        \"value\": \"FM\"\n                    },\n                    {\n                        \"label\": \"Moldova\",\n                        \"value\": \"MD\"\n                    },\n                    {\n                        \"label\": \"Monaco\",\n                        \"value\": \"MC\"\n                    },\n                    {\n                        \"label\": \"Mongolia\",\n                        \"value\": \"MN\"\n                    },\n                    {\n                        \"label\": \"Morocco\",\n                        \"value\": \"MA\"\n                    },\n                    {\n                        \"label\": \"Mozambique\",\n                        \"value\": \"MZ\"\n                    },\n                    {\n                        \"label\": \"Namibia\",\n                        \"value\": \"NA\"\n                    },\n                    {\n                        \"label\": \"Nauru\",\n                        \"value\": \"NR\"\n                    },\n                    {\n                        \"label\": \"Nepal\",\n                        \"value\": \"NP\"\n                    },\n                    {\n                        \"label\": \"Netherlands\",\n                        \"value\": \"NL\"\n                    },\n                    {\n                        \"label\": \"New Zealand\",\n                        \"value\": \"NZ\"\n                    },\n                    {\n                        \"label\": \"Niger\",\n                        \"value\": \"NE\"\n                    },\n                    {\n                        \"label\": \"Nigeria\",\n                        \"value\": \"NG\"\n                    },\n                    {\n                        \"label\": \"Norway\",\n                        \"value\": \"NO\"\n                    },\n                    {\n                        \"label\": \"Oman\",\n                        \"value\": \"OM\"\n                    },\n                    {\n                        \"label\": \"Pakistan\",\n                        \"value\": \"PK\"\n                    },\n                    {\n                        \"label\": \"Palau\",\n                        \"value\": \"PW\"\n                    },\n                    {\n                        \"label\": \"Palestine\",\n                        \"value\": \"PS\"\n                    },\n                    {\n                        \"label\": \"Panama\",\n                        \"value\": \"PA\"\n                    },\n                    {\n                        \"label\": \"Papua New Guinea\",\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"label\": \"Paraguay\",\n                        \"value\": \"PY\"\n                    },\n                    {\n                        \"label\": \"Peru\",\n                        \"value\": \"PE\"\n                    },\n                    {\n                        \"label\": \"Philippines\",\n                        \"value\": \"PH\"\n                    },\n                    {\n                        \"label\": \"Poland\",\n                        \"value\": \"PL\"\n                    },\n                    {\n                        \"label\": \"Portugal\",\n                        \"value\": \"PT\"\n                    },\n                    {\n                        \"label\": \"Qatar\",\n                        \"value\": \"QA\"\n                    },\n                    {\n                        \"label\": \"Romania\",\n                        \"value\": \"RO\"\n                    },\n                    {\n                        \"label\": \"Rwanda\",\n                        \"value\": \"RW\"\n                    },\n                    {\n                        \"label\": \"Saint Kitts and Nevis\",\n                        \"value\": \"KN\"\n                    },\n                    {\n                        \"label\": \"Saint Lucia\",\n                        \"value\": \"LC\"\n                    },\n                    {\n                        \"label\": \"Saint Vincent and the Grenadines\",\n                        \"value\": \"VC\"\n                    },\n                    {\n                        \"label\": \"Samoa\",\n                        \"value\": \"WS\"\n                    },\n                    {\n                        \"label\": \"San Marino\",\n                        \"value\": \"SM\"\n                    },\n                    {\n                        \"label\": \"Sao Tome and Principe\",\n                        \"value\": \"ST\"\n                    },\n                    {\n                        \"label\": \"Saudi Arabia\",\n                        \"value\": \"SA\"\n                    },\n                    {\n                        \"label\": \"Senegal\",\n                        \"value\": \"SN\"\n                    },\n                    {\n                        \"label\": \"Seychelles\",\n                        \"value\": \"SC\"\n                    },\n                    {\n                        \"label\": \"Sierra Leone\",\n                        \"value\": \"SL\"\n                    },\n                    {\n                        \"label\": \"Singapore\",\n                        \"value\": \"SG\"\n                    },\n                    {\n                        \"label\": \"Slovakia\",\n                        \"value\": \"SK\"\n                    },\n                    {\n                        \"label\": \"Solomon Islands\",\n                        \"value\": \"SB\"\n                    },\n                    {\n                        \"label\": \"South Africa\",\n                        \"value\": \"ZA\"\n                    },\n                    {\n                        \"label\": \"South Korea\",\n                        \"value\": \"KR\"\n                    },\n                    {\n                        \"label\": \"Spain\",\n                        \"value\": \"ES\"\n                    },\n                    {\n                        \"label\": \"Sri Lanka\",\n                        \"value\": \"LK\"\n                    },\n                    {\n                        \"label\": \"Suriname\",\n                        \"value\": \"SR\"\n                    },\n                    {\n                        \"label\": \"Sweden\",\n                        \"value\": \"SE\"\n                    },\n                    {\n                        \"label\": \"Switzerland\",\n                        \"value\": \"CH\"\n                    },\n                    {\n                        \"label\": \"Tajikistan\",\n                        \"value\": \"TJ\"\n                    },\n                    {\n                        \"label\": \"Tanzania\",\n                        \"value\": \"TZ\"\n                    },\n                    {\n                        \"label\": \"Thailand\",\n                        \"value\": \"TH\"\n                    },\n                    {\n                        \"label\": \"Timor-Leste\",\n                        \"value\": \"TL\"\n                    },\n                    {\n                        \"label\": \"Togo\",\n                        \"value\": \"TG\"\n                    },\n                    {\n                        \"label\": \"Tonga\",\n                        \"value\": \"TO\"\n                    },\n                    {\n                        \"label\": \"Trinidad and Tobago\",\n                        \"value\": \"TT\"\n                    },\n                    {\n                        \"label\": \"Tunisia\",\n                        \"value\": \"TN\"\n                    },\n                    {\n                        \"label\": \"Turkey\",\n                        \"value\": \"TR\"\n                    },\n                    {\n                        \"label\": \"Turkmenistan\",\n                        \"value\": \"TM\"\n                    },\n                    {\n                        \"label\": \"Tuvalu\",\n                        \"value\": \"TV\"\n                    },\n                    {\n                        \"label\": \"Uganda\",\n                        \"value\": \"UG\"\n                    },\n                    {\n                        \"label\": \"United Arab Emirates\",\n                        \"value\": \"AE\"\n                    },\n                    {\n                        \"label\": \"United Kingdom\",\n                        \"value\": \"GB\"\n                    },\n                    {\n                        \"label\": \"United States of America\",\n                        \"value\": \"US\"\n                    },\n                    {\n                        \"label\": \"Uruguay\",\n                        \"value\": \"UY\"\n                    },\n                    {\n                        \"label\": \"Uzbekistan\",\n                        \"value\": \"UZ\"\n                    },\n                    {\n                        \"label\": \"Vanuatu\",\n                        \"value\": \"VU\"\n                    },\n                    {\n                        \"label\": \"Vietnam\",\n                        \"value\": \"VN\"\n                    },\n                    {\n                        \"label\": \"Zambia\",\n                        \"value\": \"ZM\"\n                    },\n                    {\n                        \"label\": \"Bermuda\",\n                        \"value\": \"BM\"\n                    },\n                    {\n                        \"label\": \"Cayman Islands\",\n                        \"value\": \"KY\"\n                    },\n                    {\n                        \"label\": \"Gibraltar\",\n                        \"value\": \"GI\"\n                    },\n                    {\n                        \"label\": \"Hong Kong\",\n                        \"value\": \"HK\"\n                    },\n                    {\n                        \"label\": \"Taiwan\",\n                        \"value\": \"TW\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (British)\",\n                        \"value\": \"VG\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (U.S.)\",\n                        \"value\": \"VI\"\n                    },\n                    {\n                        \"label\": \"Isle Of Man\",\n                        \"value\": \"IM\"\n                    },\n                    {\n                        \"label\": \"Cook Islands\",\n                        \"value\": \"CK\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"d0bc1bd8-8826-482f-b20c-9bf8085b06fe","name":"Get Required Fields - SGD Wire Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_sgd_wire_payments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"19d9-cR3zOaCtMff5fCT0OuCY11005Jg\""},{"key":"x-execution-time","value":"13544"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Wed, 13 May 2026 13:09:39 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"SGD Wire Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_sgd_wire_payments\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Account_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Swift_Bic\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Routing_Code\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Name\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Country\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Albania\",\n                        \"value\": \"AL\"\n                    },\n                    {\n                        \"label\": \"Algeria\",\n                        \"value\": \"DZ\"\n                    },\n                    {\n                        \"label\": \"Andorra\",\n                        \"value\": \"AD\"\n                    },\n                    {\n                        \"label\": \"Angola\",\n                        \"value\": \"AO\"\n                    },\n                    {\n                        \"label\": \"Antigua and Barbuda\",\n                        \"value\": \"AG\"\n                    },\n                    {\n                        \"label\": \"Argentina\",\n                        \"value\": \"AR\"\n                    },\n                    {\n                        \"label\": \"Armenia\",\n                        \"value\": \"AM\"\n                    },\n                    {\n                        \"label\": \"Australia\",\n                        \"value\": \"AU\"\n                    },\n                    {\n                        \"label\": \"Austria\",\n                        \"value\": \"AT\"\n                    },\n                    {\n                        \"label\": \"Azerbaijan\",\n                        \"value\": \"AZ\"\n                    },\n                    {\n                        \"label\": \"Bahamas\",\n                        \"value\": \"BS\"\n                    },\n                    {\n                        \"label\": \"Bahrain\",\n                        \"value\": \"BH\"\n                    },\n                    {\n                        \"label\": \"Bangladesh\",\n                        \"value\": \"BD\"\n                    },\n                    {\n                        \"label\": \"Barbados\",\n                        \"value\": \"BB\"\n                    },\n                    {\n                        \"label\": \"Belgium\",\n                        \"value\": \"BE\"\n                    },\n                    {\n                        \"label\": \"Belize\",\n                        \"value\": \"BZ\"\n                    },\n                    {\n                        \"label\": \"Benin\",\n                        \"value\": \"BJ\"\n                    },\n                    {\n                        \"label\": \"Bhutan\",\n                        \"value\": \"BT\"\n                    },\n                    {\n                        \"label\": \"Bolivia\",\n                        \"value\": \"BO\"\n                    },\n                    {\n                        \"label\": \"Botswana\",\n                        \"value\": \"BW\"\n                    },\n                    {\n                        \"label\": \"Brazil\",\n                        \"value\": \"BR\"\n                    },\n                    {\n                        \"label\": \"Brunei Darussalam\",\n                        \"value\": \"BN\"\n                    },\n                    {\n                        \"label\": \"Bulgaria\",\n                        \"value\": \"BG\"\n                    },\n                    {\n                        \"label\": \"Burkina Faso\",\n                        \"value\": \"BF\"\n                    },\n                    {\n                        \"label\": \"Burundi\",\n                        \"value\": \"BI\"\n                    },\n                    {\n                        \"label\": \"Cabo Verde\",\n                        \"value\": \"CV\"\n                    },\n                    {\n                        \"label\": \"Cambodia\",\n                        \"value\": \"KH\"\n                    },\n                    {\n                        \"label\": \"Cameroon\",\n                        \"value\": \"CM\"\n                    },\n                    {\n                        \"label\": \"Canada\",\n                        \"value\": \"CA\"\n                    },\n                    {\n                        \"label\": \"Chad\",\n                        \"value\": \"TD\"\n                    },\n                    {\n                        \"label\": \"Chile\",\n                        \"value\": \"CL\"\n                    },\n                    {\n                        \"label\": \"China\",\n                        \"value\": \"CN\"\n                    },\n                    {\n                        \"label\": \"Colombia\",\n                        \"value\": \"CO\"\n                    },\n                    {\n                        \"label\": \"Comoros\",\n                        \"value\": \"KM\"\n                    },\n                    {\n                        \"label\": \"Costa Rica\",\n                        \"value\": \"CR\"\n                    },\n                    {\n                        \"label\": \"Cyprus\",\n                        \"value\": \"CY\"\n                    },\n                    {\n                        \"label\": \"Czech Republic\",\n                        \"value\": \"CZ\"\n                    },\n                    {\n                        \"label\": \"Denmark\",\n                        \"value\": \"DK\"\n                    },\n                    {\n                        \"label\": \"Djibouti\",\n                        \"value\": \"DJ\"\n                    },\n                    {\n                        \"label\": \"Dominica\",\n                        \"value\": \"DM\"\n                    },\n                    {\n                        \"label\": \"Dominican Republic\",\n                        \"value\": \"DO\"\n                    },\n                    {\n                        \"label\": \"Ecuador\",\n                        \"value\": \"EC\"\n                    },\n                    {\n                        \"label\": \"Egypt\",\n                        \"value\": \"EG\"\n                    },\n                    {\n                        \"label\": \"El Salvador\",\n                        \"value\": \"SV\"\n                    },\n                    {\n                        \"label\": \"Equatorial Guinea\",\n                        \"value\": \"GQ\"\n                    },\n                    {\n                        \"label\": \"Eritrea\",\n                        \"value\": \"ER\"\n                    },\n                    {\n                        \"label\": \"Estonia\",\n                        \"value\": \"EE\"\n                    },\n                    {\n                        \"label\": \"Fiji\",\n                        \"value\": \"FJ\"\n                    },\n                    {\n                        \"label\": \"Finland\",\n                        \"value\": \"FI\"\n                    },\n                    {\n                        \"label\": \"France\",\n                        \"value\": \"FR\"\n                    },\n                    {\n                        \"label\": \"Gabon\",\n                        \"value\": \"GA\"\n                    },\n                    {\n                        \"label\": \"Gambia\",\n                        \"value\": \"GM\"\n                    },\n                    {\n                        \"label\": \"Georgia\",\n                        \"value\": \"GE\"\n                    },\n                    {\n                        \"label\": \"Germany\",\n                        \"value\": \"DE\"\n                    },\n                    {\n                        \"label\": \"Ghana\",\n                        \"value\": \"GH\"\n                    },\n                    {\n                        \"label\": \"Greece\",\n                        \"value\": \"GR\"\n                    },\n                    {\n                        \"label\": \"Grenada\",\n                        \"value\": \"GD\"\n                    },\n                    {\n                        \"label\": \"Guatemala\",\n                        \"value\": \"GT\"\n                    },\n                    {\n                        \"label\": \"Guinea\",\n                        \"value\": \"GN\"\n                    },\n                    {\n                        \"label\": \"Guinea-Bissau\",\n                        \"value\": \"GW\"\n                    },\n                    {\n                        \"label\": \"Guyana\",\n                        \"value\": \"GY\"\n                    },\n                    {\n                        \"label\": \"Haiti\",\n                        \"value\": \"HT\"\n                    },\n                    {\n                        \"label\": \"Honduras\",\n                        \"value\": \"HN\"\n                    },\n                    {\n                        \"label\": \"Hungary\",\n                        \"value\": \"HU\"\n                    },\n                    {\n                        \"label\": \"Iceland\",\n                        \"value\": \"IS\"\n                    },\n                    {\n                        \"label\": \"India\",\n                        \"value\": \"IN\"\n                    },\n                    {\n                        \"label\": \"Indonesia\",\n                        \"value\": \"ID\"\n                    },\n                    {\n                        \"label\": \"Ireland\",\n                        \"value\": \"IE\"\n                    },\n                    {\n                        \"label\": \"Israel\",\n                        \"value\": \"IL\"\n                    },\n                    {\n                        \"label\": \"Italy\",\n                        \"value\": \"IT\"\n                    },\n                    {\n                        \"label\": \"Jamaica\",\n                        \"value\": \"JM\"\n                    },\n                    {\n                        \"label\": \"Japan\",\n                        \"value\": \"JP\"\n                    },\n                    {\n                        \"label\": \"Jordan\",\n                        \"value\": \"JO\"\n                    },\n                    {\n                        \"label\": \"Kazakhstan\",\n                        \"value\": \"KZ\"\n                    },\n                    {\n                        \"label\": \"Kenya\",\n                        \"value\": \"KE\"\n                    },\n                    {\n                        \"label\": \"Kiribati\",\n                        \"value\": \"KI\"\n                    },\n                    {\n                        \"label\": \"Kuwait\",\n                        \"value\": \"KW\"\n                    },\n                    {\n                        \"label\": \"Kyrgyzstan\",\n                        \"value\": \"KG\"\n                    },\n                    {\n                        \"label\": \"Laos\",\n                        \"value\": \"LA\"\n                    },\n                    {\n                        \"label\": \"Latvia\",\n                        \"value\": \"LV\"\n                    },\n                    {\n                        \"label\": \"Lesotho\",\n                        \"value\": \"LS\"\n                    },\n                    {\n                        \"label\": \"Liberia\",\n                        \"value\": \"LR\"\n                    },\n                    {\n                        \"label\": \"Liechtenstein\",\n                        \"value\": \"LI\"\n                    },\n                    {\n                        \"label\": \"Lithuania\",\n                        \"value\": \"LT\"\n                    },\n                    {\n                        \"label\": \"Luxembourg\",\n                        \"value\": \"LU\"\n                    },\n                    {\n                        \"label\": \"Madagascar\",\n                        \"value\": \"MG\"\n                    },\n                    {\n                        \"label\": \"Malawi\",\n                        \"value\": \"MW\"\n                    },\n                    {\n                        \"label\": \"Malaysia\",\n                        \"value\": \"MY\"\n                    },\n                    {\n                        \"label\": \"Maldives\",\n                        \"value\": \"MV\"\n                    },\n                    {\n                        \"label\": \"Malta\",\n                        \"value\": \"MT\"\n                    },\n                    {\n                        \"label\": \"Marshall Islands\",\n                        \"value\": \"MH\"\n                    },\n                    {\n                        \"label\": \"Mauritania\",\n                        \"value\": \"MR\"\n                    },\n                    {\n                        \"label\": \"Mauritius\",\n                        \"value\": \"MU\"\n                    },\n                    {\n                        \"label\": \"Mexico\",\n                        \"value\": \"MX\"\n                    },\n                    {\n                        \"label\": \"Micronesia\",\n                        \"value\": \"FM\"\n                    },\n                    {\n                        \"label\": \"Moldova\",\n                        \"value\": \"MD\"\n                    },\n                    {\n                        \"label\": \"Monaco\",\n                        \"value\": \"MC\"\n                    },\n                    {\n                        \"label\": \"Mongolia\",\n                        \"value\": \"MN\"\n                    },\n                    {\n                        \"label\": \"Morocco\",\n                        \"value\": \"MA\"\n                    },\n                    {\n                        \"label\": \"Mozambique\",\n                        \"value\": \"MZ\"\n                    },\n                    {\n                        \"label\": \"Namibia\",\n                        \"value\": \"NA\"\n                    },\n                    {\n                        \"label\": \"Nauru\",\n                        \"value\": \"NR\"\n                    },\n                    {\n                        \"label\": \"Nepal\",\n                        \"value\": \"NP\"\n                    },\n                    {\n                        \"label\": \"Netherlands\",\n                        \"value\": \"NL\"\n                    },\n                    {\n                        \"label\": \"New Zealand\",\n                        \"value\": \"NZ\"\n                    },\n                    {\n                        \"label\": \"Niger\",\n                        \"value\": \"NE\"\n                    },\n                    {\n                        \"label\": \"Nigeria\",\n                        \"value\": \"NG\"\n                    },\n                    {\n                        \"label\": \"Norway\",\n                        \"value\": \"NO\"\n                    },\n                    {\n                        \"label\": \"Oman\",\n                        \"value\": \"OM\"\n                    },\n                    {\n                        \"label\": \"Pakistan\",\n                        \"value\": \"PK\"\n                    },\n                    {\n                        \"label\": \"Palau\",\n                        \"value\": \"PW\"\n                    },\n                    {\n                        \"label\": \"Palestine\",\n                        \"value\": \"PS\"\n                    },\n                    {\n                        \"label\": \"Panama\",\n                        \"value\": \"PA\"\n                    },\n                    {\n                        \"label\": \"Papua New Guinea\",\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"label\": \"Paraguay\",\n                        \"value\": \"PY\"\n                    },\n                    {\n                        \"label\": \"Peru\",\n                        \"value\": \"PE\"\n                    },\n                    {\n                        \"label\": \"Philippines\",\n                        \"value\": \"PH\"\n                    },\n                    {\n                        \"label\": \"Poland\",\n                        \"value\": \"PL\"\n                    },\n                    {\n                        \"label\": \"Portugal\",\n                        \"value\": \"PT\"\n                    },\n                    {\n                        \"label\": \"Qatar\",\n                        \"value\": \"QA\"\n                    },\n                    {\n                        \"label\": \"Romania\",\n                        \"value\": \"RO\"\n                    },\n                    {\n                        \"label\": \"Rwanda\",\n                        \"value\": \"RW\"\n                    },\n                    {\n                        \"label\": \"Saint Kitts and Nevis\",\n                        \"value\": \"KN\"\n                    },\n                    {\n                        \"label\": \"Saint Lucia\",\n                        \"value\": \"LC\"\n                    },\n                    {\n                        \"label\": \"Saint Vincent and the Grenadines\",\n                        \"value\": \"VC\"\n                    },\n                    {\n                        \"label\": \"Samoa\",\n                        \"value\": \"WS\"\n                    },\n                    {\n                        \"label\": \"San Marino\",\n                        \"value\": \"SM\"\n                    },\n                    {\n                        \"label\": \"Sao Tome and Principe\",\n                        \"value\": \"ST\"\n                    },\n                    {\n                        \"label\": \"Saudi Arabia\",\n                        \"value\": \"SA\"\n                    },\n                    {\n                        \"label\": \"Senegal\",\n                        \"value\": \"SN\"\n                    },\n                    {\n                        \"label\": \"Seychelles\",\n                        \"value\": \"SC\"\n                    },\n                    {\n                        \"label\": \"Sierra Leone\",\n                        \"value\": \"SL\"\n                    },\n                    {\n                        \"label\": \"Singapore\",\n                        \"value\": \"SG\"\n                    },\n                    {\n                        \"label\": \"Slovakia\",\n                        \"value\": \"SK\"\n                    },\n                    {\n                        \"label\": \"Solomon Islands\",\n                        \"value\": \"SB\"\n                    },\n                    {\n                        \"label\": \"South Africa\",\n                        \"value\": \"ZA\"\n                    },\n                    {\n                        \"label\": \"South Korea\",\n                        \"value\": \"KR\"\n                    },\n                    {\n                        \"label\": \"Spain\",\n                        \"value\": \"ES\"\n                    },\n                    {\n                        \"label\": \"Sri Lanka\",\n                        \"value\": \"LK\"\n                    },\n                    {\n                        \"label\": \"Suriname\",\n                        \"value\": \"SR\"\n                    },\n                    {\n                        \"label\": \"Sweden\",\n                        \"value\": \"SE\"\n                    },\n                    {\n                        \"label\": \"Switzerland\",\n                        \"value\": \"CH\"\n                    },\n                    {\n                        \"label\": \"Tajikistan\",\n                        \"value\": \"TJ\"\n                    },\n                    {\n                        \"label\": \"Tanzania\",\n                        \"value\": \"TZ\"\n                    },\n                    {\n                        \"label\": \"Thailand\",\n                        \"value\": \"TH\"\n                    },\n                    {\n                        \"label\": \"Timor-Leste\",\n                        \"value\": \"TL\"\n                    },\n                    {\n                        \"label\": \"Togo\",\n                        \"value\": \"TG\"\n                    },\n                    {\n                        \"label\": \"Tonga\",\n                        \"value\": \"TO\"\n                    },\n                    {\n                        \"label\": \"Trinidad and Tobago\",\n                        \"value\": \"TT\"\n                    },\n                    {\n                        \"label\": \"Tunisia\",\n                        \"value\": \"TN\"\n                    },\n                    {\n                        \"label\": \"Turkey\",\n                        \"value\": \"TR\"\n                    },\n                    {\n                        \"label\": \"Turkmenistan\",\n                        \"value\": \"TM\"\n                    },\n                    {\n                        \"label\": \"Tuvalu\",\n                        \"value\": \"TV\"\n                    },\n                    {\n                        \"label\": \"Uganda\",\n                        \"value\": \"UG\"\n                    },\n                    {\n                        \"label\": \"United Arab Emirates\",\n                        \"value\": \"AE\"\n                    },\n                    {\n                        \"label\": \"United Kingdom\",\n                        \"value\": \"GB\"\n                    },\n                    {\n                        \"label\": \"United States of America\",\n                        \"value\": \"US\"\n                    },\n                    {\n                        \"label\": \"Uruguay\",\n                        \"value\": \"UY\"\n                    },\n                    {\n                        \"label\": \"Uzbekistan\",\n                        \"value\": \"UZ\"\n                    },\n                    {\n                        \"label\": \"Vanuatu\",\n                        \"value\": \"VU\"\n                    },\n                    {\n                        \"label\": \"Vietnam\",\n                        \"value\": \"VN\"\n                    },\n                    {\n                        \"label\": \"Zambia\",\n                        \"value\": \"ZM\"\n                    },\n                    {\n                        \"label\": \"Bermuda\",\n                        \"value\": \"BM\"\n                    },\n                    {\n                        \"label\": \"Cayman Islands\",\n                        \"value\": \"KY\"\n                    },\n                    {\n                        \"label\": \"Gibraltar\",\n                        \"value\": \"GI\"\n                    },\n                    {\n                        \"label\": \"Hong Kong\",\n                        \"value\": \"HK\"\n                    },\n                    {\n                        \"label\": \"Taiwan\",\n                        \"value\": \"TW\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (British)\",\n                        \"value\": \"VG\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (U.S.)\",\n                        \"value\": \"VI\"\n                    },\n                    {\n                        \"label\": \"Isle Of Man\",\n                        \"value\": \"IM\"\n                    },\n                    {\n                        \"label\": \"Cook Islands\",\n                        \"value\": \"CK\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"ce8bdaf1-24f2-44df-b9fb-135c86c38abd","name":"Get Required Fields - EUR SEPA Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_sepa\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"198c-EZS0CbvfhK0DYWF024VZS6IgFHU\""},{"key":"x-execution-time","value":"13372"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Wed, 13 May 2026 13:41:20 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"EUR SEPA Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_sepa\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Iban\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Swift_Bic\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Name\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Country\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Albania\",\n                        \"value\": \"AL\"\n                    },\n                    {\n                        \"label\": \"Algeria\",\n                        \"value\": \"DZ\"\n                    },\n                    {\n                        \"label\": \"Andorra\",\n                        \"value\": \"AD\"\n                    },\n                    {\n                        \"label\": \"Angola\",\n                        \"value\": \"AO\"\n                    },\n                    {\n                        \"label\": \"Antigua and Barbuda\",\n                        \"value\": \"AG\"\n                    },\n                    {\n                        \"label\": \"Argentina\",\n                        \"value\": \"AR\"\n                    },\n                    {\n                        \"label\": \"Armenia\",\n                        \"value\": \"AM\"\n                    },\n                    {\n                        \"label\": \"Australia\",\n                        \"value\": \"AU\"\n                    },\n                    {\n                        \"label\": \"Austria\",\n                        \"value\": \"AT\"\n                    },\n                    {\n                        \"label\": \"Azerbaijan\",\n                        \"value\": \"AZ\"\n                    },\n                    {\n                        \"label\": \"Bahamas\",\n                        \"value\": \"BS\"\n                    },\n                    {\n                        \"label\": \"Bahrain\",\n                        \"value\": \"BH\"\n                    },\n                    {\n                        \"label\": \"Bangladesh\",\n                        \"value\": \"BD\"\n                    },\n                    {\n                        \"label\": \"Barbados\",\n                        \"value\": \"BB\"\n                    },\n                    {\n                        \"label\": \"Belgium\",\n                        \"value\": \"BE\"\n                    },\n                    {\n                        \"label\": \"Belize\",\n                        \"value\": \"BZ\"\n                    },\n                    {\n                        \"label\": \"Benin\",\n                        \"value\": \"BJ\"\n                    },\n                    {\n                        \"label\": \"Bhutan\",\n                        \"value\": \"BT\"\n                    },\n                    {\n                        \"label\": \"Bolivia\",\n                        \"value\": \"BO\"\n                    },\n                    {\n                        \"label\": \"Botswana\",\n                        \"value\": \"BW\"\n                    },\n                    {\n                        \"label\": \"Brazil\",\n                        \"value\": \"BR\"\n                    },\n                    {\n                        \"label\": \"Brunei Darussalam\",\n                        \"value\": \"BN\"\n                    },\n                    {\n                        \"label\": \"Bulgaria\",\n                        \"value\": \"BG\"\n                    },\n                    {\n                        \"label\": \"Burkina Faso\",\n                        \"value\": \"BF\"\n                    },\n                    {\n                        \"label\": \"Burundi\",\n                        \"value\": \"BI\"\n                    },\n                    {\n                        \"label\": \"Cabo Verde\",\n                        \"value\": \"CV\"\n                    },\n                    {\n                        \"label\": \"Cambodia\",\n                        \"value\": \"KH\"\n                    },\n                    {\n                        \"label\": \"Cameroon\",\n                        \"value\": \"CM\"\n                    },\n                    {\n                        \"label\": \"Canada\",\n                        \"value\": \"CA\"\n                    },\n                    {\n                        \"label\": \"Chad\",\n                        \"value\": \"TD\"\n                    },\n                    {\n                        \"label\": \"Chile\",\n                        \"value\": \"CL\"\n                    },\n                    {\n                        \"label\": \"China\",\n                        \"value\": \"CN\"\n                    },\n                    {\n                        \"label\": \"Colombia\",\n                        \"value\": \"CO\"\n                    },\n                    {\n                        \"label\": \"Comoros\",\n                        \"value\": \"KM\"\n                    },\n                    {\n                        \"label\": \"Costa Rica\",\n                        \"value\": \"CR\"\n                    },\n                    {\n                        \"label\": \"Cyprus\",\n                        \"value\": \"CY\"\n                    },\n                    {\n                        \"label\": \"Czech Republic\",\n                        \"value\": \"CZ\"\n                    },\n                    {\n                        \"label\": \"Denmark\",\n                        \"value\": \"DK\"\n                    },\n                    {\n                        \"label\": \"Djibouti\",\n                        \"value\": \"DJ\"\n                    },\n                    {\n                        \"label\": \"Dominica\",\n                        \"value\": \"DM\"\n                    },\n                    {\n                        \"label\": \"Dominican Republic\",\n                        \"value\": \"DO\"\n                    },\n                    {\n                        \"label\": \"Ecuador\",\n                        \"value\": \"EC\"\n                    },\n                    {\n                        \"label\": \"Egypt\",\n                        \"value\": \"EG\"\n                    },\n                    {\n                        \"label\": \"El Salvador\",\n                        \"value\": \"SV\"\n                    },\n                    {\n                        \"label\": \"Equatorial Guinea\",\n                        \"value\": \"GQ\"\n                    },\n                    {\n                        \"label\": \"Eritrea\",\n                        \"value\": \"ER\"\n                    },\n                    {\n                        \"label\": \"Estonia\",\n                        \"value\": \"EE\"\n                    },\n                    {\n                        \"label\": \"Fiji\",\n                        \"value\": \"FJ\"\n                    },\n                    {\n                        \"label\": \"Finland\",\n                        \"value\": \"FI\"\n                    },\n                    {\n                        \"label\": \"France\",\n                        \"value\": \"FR\"\n                    },\n                    {\n                        \"label\": \"Gabon\",\n                        \"value\": \"GA\"\n                    },\n                    {\n                        \"label\": \"Gambia\",\n                        \"value\": \"GM\"\n                    },\n                    {\n                        \"label\": \"Georgia\",\n                        \"value\": \"GE\"\n                    },\n                    {\n                        \"label\": \"Germany\",\n                        \"value\": \"DE\"\n                    },\n                    {\n                        \"label\": \"Ghana\",\n                        \"value\": \"GH\"\n                    },\n                    {\n                        \"label\": \"Greece\",\n                        \"value\": \"GR\"\n                    },\n                    {\n                        \"label\": \"Grenada\",\n                        \"value\": \"GD\"\n                    },\n                    {\n                        \"label\": \"Guatemala\",\n                        \"value\": \"GT\"\n                    },\n                    {\n                        \"label\": \"Guinea\",\n                        \"value\": \"GN\"\n                    },\n                    {\n                        \"label\": \"Guinea-Bissau\",\n                        \"value\": \"GW\"\n                    },\n                    {\n                        \"label\": \"Guyana\",\n                        \"value\": \"GY\"\n                    },\n                    {\n                        \"label\": \"Haiti\",\n                        \"value\": \"HT\"\n                    },\n                    {\n                        \"label\": \"Honduras\",\n                        \"value\": \"HN\"\n                    },\n                    {\n                        \"label\": \"Hungary\",\n                        \"value\": \"HU\"\n                    },\n                    {\n                        \"label\": \"Iceland\",\n                        \"value\": \"IS\"\n                    },\n                    {\n                        \"label\": \"India\",\n                        \"value\": \"IN\"\n                    },\n                    {\n                        \"label\": \"Indonesia\",\n                        \"value\": \"ID\"\n                    },\n                    {\n                        \"label\": \"Ireland\",\n                        \"value\": \"IE\"\n                    },\n                    {\n                        \"label\": \"Israel\",\n                        \"value\": \"IL\"\n                    },\n                    {\n                        \"label\": \"Italy\",\n                        \"value\": \"IT\"\n                    },\n                    {\n                        \"label\": \"Jamaica\",\n                        \"value\": \"JM\"\n                    },\n                    {\n                        \"label\": \"Japan\",\n                        \"value\": \"JP\"\n                    },\n                    {\n                        \"label\": \"Jordan\",\n                        \"value\": \"JO\"\n                    },\n                    {\n                        \"label\": \"Kazakhstan\",\n                        \"value\": \"KZ\"\n                    },\n                    {\n                        \"label\": \"Kenya\",\n                        \"value\": \"KE\"\n                    },\n                    {\n                        \"label\": \"Kiribati\",\n                        \"value\": \"KI\"\n                    },\n                    {\n                        \"label\": \"Kuwait\",\n                        \"value\": \"KW\"\n                    },\n                    {\n                        \"label\": \"Kyrgyzstan\",\n                        \"value\": \"KG\"\n                    },\n                    {\n                        \"label\": \"Laos\",\n                        \"value\": \"LA\"\n                    },\n                    {\n                        \"label\": \"Latvia\",\n                        \"value\": \"LV\"\n                    },\n                    {\n                        \"label\": \"Lesotho\",\n                        \"value\": \"LS\"\n                    },\n                    {\n                        \"label\": \"Liberia\",\n                        \"value\": \"LR\"\n                    },\n                    {\n                        \"label\": \"Liechtenstein\",\n                        \"value\": \"LI\"\n                    },\n                    {\n                        \"label\": \"Lithuania\",\n                        \"value\": \"LT\"\n                    },\n                    {\n                        \"label\": \"Luxembourg\",\n                        \"value\": \"LU\"\n                    },\n                    {\n                        \"label\": \"Madagascar\",\n                        \"value\": \"MG\"\n                    },\n                    {\n                        \"label\": \"Malawi\",\n                        \"value\": \"MW\"\n                    },\n                    {\n                        \"label\": \"Malaysia\",\n                        \"value\": \"MY\"\n                    },\n                    {\n                        \"label\": \"Maldives\",\n                        \"value\": \"MV\"\n                    },\n                    {\n                        \"label\": \"Malta\",\n                        \"value\": \"MT\"\n                    },\n                    {\n                        \"label\": \"Marshall Islands\",\n                        \"value\": \"MH\"\n                    },\n                    {\n                        \"label\": \"Mauritania\",\n                        \"value\": \"MR\"\n                    },\n                    {\n                        \"label\": \"Mauritius\",\n                        \"value\": \"MU\"\n                    },\n                    {\n                        \"label\": \"Mexico\",\n                        \"value\": \"MX\"\n                    },\n                    {\n                        \"label\": \"Micronesia\",\n                        \"value\": \"FM\"\n                    },\n                    {\n                        \"label\": \"Moldova\",\n                        \"value\": \"MD\"\n                    },\n                    {\n                        \"label\": \"Monaco\",\n                        \"value\": \"MC\"\n                    },\n                    {\n                        \"label\": \"Mongolia\",\n                        \"value\": \"MN\"\n                    },\n                    {\n                        \"label\": \"Morocco\",\n                        \"value\": \"MA\"\n                    },\n                    {\n                        \"label\": \"Mozambique\",\n                        \"value\": \"MZ\"\n                    },\n                    {\n                        \"label\": \"Namibia\",\n                        \"value\": \"NA\"\n                    },\n                    {\n                        \"label\": \"Nauru\",\n                        \"value\": \"NR\"\n                    },\n                    {\n                        \"label\": \"Nepal\",\n                        \"value\": \"NP\"\n                    },\n                    {\n                        \"label\": \"Netherlands\",\n                        \"value\": \"NL\"\n                    },\n                    {\n                        \"label\": \"New Zealand\",\n                        \"value\": \"NZ\"\n                    },\n                    {\n                        \"label\": \"Niger\",\n                        \"value\": \"NE\"\n                    },\n                    {\n                        \"label\": \"Nigeria\",\n                        \"value\": \"NG\"\n                    },\n                    {\n                        \"label\": \"Norway\",\n                        \"value\": \"NO\"\n                    },\n                    {\n                        \"label\": \"Oman\",\n                        \"value\": \"OM\"\n                    },\n                    {\n                        \"label\": \"Pakistan\",\n                        \"value\": \"PK\"\n                    },\n                    {\n                        \"label\": \"Palau\",\n                        \"value\": \"PW\"\n                    },\n                    {\n                        \"label\": \"Palestine\",\n                        \"value\": \"PS\"\n                    },\n                    {\n                        \"label\": \"Panama\",\n                        \"value\": \"PA\"\n                    },\n                    {\n                        \"label\": \"Papua New Guinea\",\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"label\": \"Paraguay\",\n                        \"value\": \"PY\"\n                    },\n                    {\n                        \"label\": \"Peru\",\n                        \"value\": \"PE\"\n                    },\n                    {\n                        \"label\": \"Philippines\",\n                        \"value\": \"PH\"\n                    },\n                    {\n                        \"label\": \"Poland\",\n                        \"value\": \"PL\"\n                    },\n                    {\n                        \"label\": \"Portugal\",\n                        \"value\": \"PT\"\n                    },\n                    {\n                        \"label\": \"Qatar\",\n                        \"value\": \"QA\"\n                    },\n                    {\n                        \"label\": \"Romania\",\n                        \"value\": \"RO\"\n                    },\n                    {\n                        \"label\": \"Rwanda\",\n                        \"value\": \"RW\"\n                    },\n                    {\n                        \"label\": \"Saint Kitts and Nevis\",\n                        \"value\": \"KN\"\n                    },\n                    {\n                        \"label\": \"Saint Lucia\",\n                        \"value\": \"LC\"\n                    },\n                    {\n                        \"label\": \"Saint Vincent and the Grenadines\",\n                        \"value\": \"VC\"\n                    },\n                    {\n                        \"label\": \"Samoa\",\n                        \"value\": \"WS\"\n                    },\n                    {\n                        \"label\": \"San Marino\",\n                        \"value\": \"SM\"\n                    },\n                    {\n                        \"label\": \"Sao Tome and Principe\",\n                        \"value\": \"ST\"\n                    },\n                    {\n                        \"label\": \"Saudi Arabia\",\n                        \"value\": \"SA\"\n                    },\n                    {\n                        \"label\": \"Senegal\",\n                        \"value\": \"SN\"\n                    },\n                    {\n                        \"label\": \"Seychelles\",\n                        \"value\": \"SC\"\n                    },\n                    {\n                        \"label\": \"Sierra Leone\",\n                        \"value\": \"SL\"\n                    },\n                    {\n                        \"label\": \"Singapore\",\n                        \"value\": \"SG\"\n                    },\n                    {\n                        \"label\": \"Slovakia\",\n                        \"value\": \"SK\"\n                    },\n                    {\n                        \"label\": \"Solomon Islands\",\n                        \"value\": \"SB\"\n                    },\n                    {\n                        \"label\": \"South Africa\",\n                        \"value\": \"ZA\"\n                    },\n                    {\n                        \"label\": \"South Korea\",\n                        \"value\": \"KR\"\n                    },\n                    {\n                        \"label\": \"Spain\",\n                        \"value\": \"ES\"\n                    },\n                    {\n                        \"label\": \"Sri Lanka\",\n                        \"value\": \"LK\"\n                    },\n                    {\n                        \"label\": \"Suriname\",\n                        \"value\": \"SR\"\n                    },\n                    {\n                        \"label\": \"Sweden\",\n                        \"value\": \"SE\"\n                    },\n                    {\n                        \"label\": \"Switzerland\",\n                        \"value\": \"CH\"\n                    },\n                    {\n                        \"label\": \"Tajikistan\",\n                        \"value\": \"TJ\"\n                    },\n                    {\n                        \"label\": \"Tanzania\",\n                        \"value\": \"TZ\"\n                    },\n                    {\n                        \"label\": \"Thailand\",\n                        \"value\": \"TH\"\n                    },\n                    {\n                        \"label\": \"Timor-Leste\",\n                        \"value\": \"TL\"\n                    },\n                    {\n                        \"label\": \"Togo\",\n                        \"value\": \"TG\"\n                    },\n                    {\n                        \"label\": \"Tonga\",\n                        \"value\": \"TO\"\n                    },\n                    {\n                        \"label\": \"Trinidad and Tobago\",\n                        \"value\": \"TT\"\n                    },\n                    {\n                        \"label\": \"Tunisia\",\n                        \"value\": \"TN\"\n                    },\n                    {\n                        \"label\": \"Turkey\",\n                        \"value\": \"TR\"\n                    },\n                    {\n                        \"label\": \"Turkmenistan\",\n                        \"value\": \"TM\"\n                    },\n                    {\n                        \"label\": \"Tuvalu\",\n                        \"value\": \"TV\"\n                    },\n                    {\n                        \"label\": \"Uganda\",\n                        \"value\": \"UG\"\n                    },\n                    {\n                        \"label\": \"United Arab Emirates\",\n                        \"value\": \"AE\"\n                    },\n                    {\n                        \"label\": \"United Kingdom\",\n                        \"value\": \"GB\"\n                    },\n                    {\n                        \"label\": \"United States of America\",\n                        \"value\": \"US\"\n                    },\n                    {\n                        \"label\": \"Uruguay\",\n                        \"value\": \"UY\"\n                    },\n                    {\n                        \"label\": \"Uzbekistan\",\n                        \"value\": \"UZ\"\n                    },\n                    {\n                        \"label\": \"Vanuatu\",\n                        \"value\": \"VU\"\n                    },\n                    {\n                        \"label\": \"Vietnam\",\n                        \"value\": \"VN\"\n                    },\n                    {\n                        \"label\": \"Zambia\",\n                        \"value\": \"ZM\"\n                    },\n                    {\n                        \"label\": \"Bermuda\",\n                        \"value\": \"BM\"\n                    },\n                    {\n                        \"label\": \"Cayman Islands\",\n                        \"value\": \"KY\"\n                    },\n                    {\n                        \"label\": \"Gibraltar\",\n                        \"value\": \"GI\"\n                    },\n                    {\n                        \"label\": \"Hong Kong\",\n                        \"value\": \"HK\"\n                    },\n                    {\n                        \"label\": \"Taiwan\",\n                        \"value\": \"TW\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (British)\",\n                        \"value\": \"VG\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (U.S.)\",\n                        \"value\": \"VI\"\n                    },\n                    {\n                        \"label\": \"Isle Of Man\",\n                        \"value\": \"IM\"\n                    },\n                    {\n                        \"label\": \"Cook Islands\",\n                        \"value\": \"CK\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"6e3a785b-8497-4b4f-b72a-049e11ac0f7b","name":"Get Required Fields - EUR Wire Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_eur_wire_payments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"1999-YJ3ACkn13977hD8c1PAWkJeNiv0\""},{"key":"x-execution-time","value":"13719"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Wed, 13 May 2026 13:52:49 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"EUR Wire Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_eur_wire_payments\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Iban\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Swift_Bic\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Name\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Country\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Albania\",\n                        \"value\": \"AL\"\n                    },\n                    {\n                        \"label\": \"Algeria\",\n                        \"value\": \"DZ\"\n                    },\n                    {\n                        \"label\": \"Andorra\",\n                        \"value\": \"AD\"\n                    },\n                    {\n                        \"label\": \"Angola\",\n                        \"value\": \"AO\"\n                    },\n                    {\n                        \"label\": \"Antigua and Barbuda\",\n                        \"value\": \"AG\"\n                    },\n                    {\n                        \"label\": \"Argentina\",\n                        \"value\": \"AR\"\n                    },\n                    {\n                        \"label\": \"Armenia\",\n                        \"value\": \"AM\"\n                    },\n                    {\n                        \"label\": \"Australia\",\n                        \"value\": \"AU\"\n                    },\n                    {\n                        \"label\": \"Austria\",\n                        \"value\": \"AT\"\n                    },\n                    {\n                        \"label\": \"Azerbaijan\",\n                        \"value\": \"AZ\"\n                    },\n                    {\n                        \"label\": \"Bahamas\",\n                        \"value\": \"BS\"\n                    },\n                    {\n                        \"label\": \"Bahrain\",\n                        \"value\": \"BH\"\n                    },\n                    {\n                        \"label\": \"Bangladesh\",\n                        \"value\": \"BD\"\n                    },\n                    {\n                        \"label\": \"Barbados\",\n                        \"value\": \"BB\"\n                    },\n                    {\n                        \"label\": \"Belgium\",\n                        \"value\": \"BE\"\n                    },\n                    {\n                        \"label\": \"Belize\",\n                        \"value\": \"BZ\"\n                    },\n                    {\n                        \"label\": \"Benin\",\n                        \"value\": \"BJ\"\n                    },\n                    {\n                        \"label\": \"Bhutan\",\n                        \"value\": \"BT\"\n                    },\n                    {\n                        \"label\": \"Bolivia\",\n                        \"value\": \"BO\"\n                    },\n                    {\n                        \"label\": \"Botswana\",\n                        \"value\": \"BW\"\n                    },\n                    {\n                        \"label\": \"Brazil\",\n                        \"value\": \"BR\"\n                    },\n                    {\n                        \"label\": \"Brunei Darussalam\",\n                        \"value\": \"BN\"\n                    },\n                    {\n                        \"label\": \"Bulgaria\",\n                        \"value\": \"BG\"\n                    },\n                    {\n                        \"label\": \"Burkina Faso\",\n                        \"value\": \"BF\"\n                    },\n                    {\n                        \"label\": \"Burundi\",\n                        \"value\": \"BI\"\n                    },\n                    {\n                        \"label\": \"Cabo Verde\",\n                        \"value\": \"CV\"\n                    },\n                    {\n                        \"label\": \"Cambodia\",\n                        \"value\": \"KH\"\n                    },\n                    {\n                        \"label\": \"Cameroon\",\n                        \"value\": \"CM\"\n                    },\n                    {\n                        \"label\": \"Canada\",\n                        \"value\": \"CA\"\n                    },\n                    {\n                        \"label\": \"Chad\",\n                        \"value\": \"TD\"\n                    },\n                    {\n                        \"label\": \"Chile\",\n                        \"value\": \"CL\"\n                    },\n                    {\n                        \"label\": \"China\",\n                        \"value\": \"CN\"\n                    },\n                    {\n                        \"label\": \"Colombia\",\n                        \"value\": \"CO\"\n                    },\n                    {\n                        \"label\": \"Comoros\",\n                        \"value\": \"KM\"\n                    },\n                    {\n                        \"label\": \"Costa Rica\",\n                        \"value\": \"CR\"\n                    },\n                    {\n                        \"label\": \"Cyprus\",\n                        \"value\": \"CY\"\n                    },\n                    {\n                        \"label\": \"Czech Republic\",\n                        \"value\": \"CZ\"\n                    },\n                    {\n                        \"label\": \"Denmark\",\n                        \"value\": \"DK\"\n                    },\n                    {\n                        \"label\": \"Djibouti\",\n                        \"value\": \"DJ\"\n                    },\n                    {\n                        \"label\": \"Dominica\",\n                        \"value\": \"DM\"\n                    },\n                    {\n                        \"label\": \"Dominican Republic\",\n                        \"value\": \"DO\"\n                    },\n                    {\n                        \"label\": \"Ecuador\",\n                        \"value\": \"EC\"\n                    },\n                    {\n                        \"label\": \"Egypt\",\n                        \"value\": \"EG\"\n                    },\n                    {\n                        \"label\": \"El Salvador\",\n                        \"value\": \"SV\"\n                    },\n                    {\n                        \"label\": \"Equatorial Guinea\",\n                        \"value\": \"GQ\"\n                    },\n                    {\n                        \"label\": \"Eritrea\",\n                        \"value\": \"ER\"\n                    },\n                    {\n                        \"label\": \"Estonia\",\n                        \"value\": \"EE\"\n                    },\n                    {\n                        \"label\": \"Fiji\",\n                        \"value\": \"FJ\"\n                    },\n                    {\n                        \"label\": \"Finland\",\n                        \"value\": \"FI\"\n                    },\n                    {\n                        \"label\": \"France\",\n                        \"value\": \"FR\"\n                    },\n                    {\n                        \"label\": \"Gabon\",\n                        \"value\": \"GA\"\n                    },\n                    {\n                        \"label\": \"Gambia\",\n                        \"value\": \"GM\"\n                    },\n                    {\n                        \"label\": \"Georgia\",\n                        \"value\": \"GE\"\n                    },\n                    {\n                        \"label\": \"Germany\",\n                        \"value\": \"DE\"\n                    },\n                    {\n                        \"label\": \"Ghana\",\n                        \"value\": \"GH\"\n                    },\n                    {\n                        \"label\": \"Greece\",\n                        \"value\": \"GR\"\n                    },\n                    {\n                        \"label\": \"Grenada\",\n                        \"value\": \"GD\"\n                    },\n                    {\n                        \"label\": \"Guatemala\",\n                        \"value\": \"GT\"\n                    },\n                    {\n                        \"label\": \"Guinea\",\n                        \"value\": \"GN\"\n                    },\n                    {\n                        \"label\": \"Guinea-Bissau\",\n                        \"value\": \"GW\"\n                    },\n                    {\n                        \"label\": \"Guyana\",\n                        \"value\": \"GY\"\n                    },\n                    {\n                        \"label\": \"Haiti\",\n                        \"value\": \"HT\"\n                    },\n                    {\n                        \"label\": \"Honduras\",\n                        \"value\": \"HN\"\n                    },\n                    {\n                        \"label\": \"Hungary\",\n                        \"value\": \"HU\"\n                    },\n                    {\n                        \"label\": \"Iceland\",\n                        \"value\": \"IS\"\n                    },\n                    {\n                        \"label\": \"India\",\n                        \"value\": \"IN\"\n                    },\n                    {\n                        \"label\": \"Indonesia\",\n                        \"value\": \"ID\"\n                    },\n                    {\n                        \"label\": \"Ireland\",\n                        \"value\": \"IE\"\n                    },\n                    {\n                        \"label\": \"Israel\",\n                        \"value\": \"IL\"\n                    },\n                    {\n                        \"label\": \"Italy\",\n                        \"value\": \"IT\"\n                    },\n                    {\n                        \"label\": \"Jamaica\",\n                        \"value\": \"JM\"\n                    },\n                    {\n                        \"label\": \"Japan\",\n                        \"value\": \"JP\"\n                    },\n                    {\n                        \"label\": \"Jordan\",\n                        \"value\": \"JO\"\n                    },\n                    {\n                        \"label\": \"Kazakhstan\",\n                        \"value\": \"KZ\"\n                    },\n                    {\n                        \"label\": \"Kenya\",\n                        \"value\": \"KE\"\n                    },\n                    {\n                        \"label\": \"Kiribati\",\n                        \"value\": \"KI\"\n                    },\n                    {\n                        \"label\": \"Kuwait\",\n                        \"value\": \"KW\"\n                    },\n                    {\n                        \"label\": \"Kyrgyzstan\",\n                        \"value\": \"KG\"\n                    },\n                    {\n                        \"label\": \"Laos\",\n                        \"value\": \"LA\"\n                    },\n                    {\n                        \"label\": \"Latvia\",\n                        \"value\": \"LV\"\n                    },\n                    {\n                        \"label\": \"Lesotho\",\n                        \"value\": \"LS\"\n                    },\n                    {\n                        \"label\": \"Liberia\",\n                        \"value\": \"LR\"\n                    },\n                    {\n                        \"label\": \"Liechtenstein\",\n                        \"value\": \"LI\"\n                    },\n                    {\n                        \"label\": \"Lithuania\",\n                        \"value\": \"LT\"\n                    },\n                    {\n                        \"label\": \"Luxembourg\",\n                        \"value\": \"LU\"\n                    },\n                    {\n                        \"label\": \"Madagascar\",\n                        \"value\": \"MG\"\n                    },\n                    {\n                        \"label\": \"Malawi\",\n                        \"value\": \"MW\"\n                    },\n                    {\n                        \"label\": \"Malaysia\",\n                        \"value\": \"MY\"\n                    },\n                    {\n                        \"label\": \"Maldives\",\n                        \"value\": \"MV\"\n                    },\n                    {\n                        \"label\": \"Malta\",\n                        \"value\": \"MT\"\n                    },\n                    {\n                        \"label\": \"Marshall Islands\",\n                        \"value\": \"MH\"\n                    },\n                    {\n                        \"label\": \"Mauritania\",\n                        \"value\": \"MR\"\n                    },\n                    {\n                        \"label\": \"Mauritius\",\n                        \"value\": \"MU\"\n                    },\n                    {\n                        \"label\": \"Mexico\",\n                        \"value\": \"MX\"\n                    },\n                    {\n                        \"label\": \"Micronesia\",\n                        \"value\": \"FM\"\n                    },\n                    {\n                        \"label\": \"Moldova\",\n                        \"value\": \"MD\"\n                    },\n                    {\n                        \"label\": \"Monaco\",\n                        \"value\": \"MC\"\n                    },\n                    {\n                        \"label\": \"Mongolia\",\n                        \"value\": \"MN\"\n                    },\n                    {\n                        \"label\": \"Morocco\",\n                        \"value\": \"MA\"\n                    },\n                    {\n                        \"label\": \"Mozambique\",\n                        \"value\": \"MZ\"\n                    },\n                    {\n                        \"label\": \"Namibia\",\n                        \"value\": \"NA\"\n                    },\n                    {\n                        \"label\": \"Nauru\",\n                        \"value\": \"NR\"\n                    },\n                    {\n                        \"label\": \"Nepal\",\n                        \"value\": \"NP\"\n                    },\n                    {\n                        \"label\": \"Netherlands\",\n                        \"value\": \"NL\"\n                    },\n                    {\n                        \"label\": \"New Zealand\",\n                        \"value\": \"NZ\"\n                    },\n                    {\n                        \"label\": \"Niger\",\n                        \"value\": \"NE\"\n                    },\n                    {\n                        \"label\": \"Nigeria\",\n                        \"value\": \"NG\"\n                    },\n                    {\n                        \"label\": \"Norway\",\n                        \"value\": \"NO\"\n                    },\n                    {\n                        \"label\": \"Oman\",\n                        \"value\": \"OM\"\n                    },\n                    {\n                        \"label\": \"Pakistan\",\n                        \"value\": \"PK\"\n                    },\n                    {\n                        \"label\": \"Palau\",\n                        \"value\": \"PW\"\n                    },\n                    {\n                        \"label\": \"Palestine\",\n                        \"value\": \"PS\"\n                    },\n                    {\n                        \"label\": \"Panama\",\n                        \"value\": \"PA\"\n                    },\n                    {\n                        \"label\": \"Papua New Guinea\",\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"label\": \"Paraguay\",\n                        \"value\": \"PY\"\n                    },\n                    {\n                        \"label\": \"Peru\",\n                        \"value\": \"PE\"\n                    },\n                    {\n                        \"label\": \"Philippines\",\n                        \"value\": \"PH\"\n                    },\n                    {\n                        \"label\": \"Poland\",\n                        \"value\": \"PL\"\n                    },\n                    {\n                        \"label\": \"Portugal\",\n                        \"value\": \"PT\"\n                    },\n                    {\n                        \"label\": \"Qatar\",\n                        \"value\": \"QA\"\n                    },\n                    {\n                        \"label\": \"Romania\",\n                        \"value\": \"RO\"\n                    },\n                    {\n                        \"label\": \"Rwanda\",\n                        \"value\": \"RW\"\n                    },\n                    {\n                        \"label\": \"Saint Kitts and Nevis\",\n                        \"value\": \"KN\"\n                    },\n                    {\n                        \"label\": \"Saint Lucia\",\n                        \"value\": \"LC\"\n                    },\n                    {\n                        \"label\": \"Saint Vincent and the Grenadines\",\n                        \"value\": \"VC\"\n                    },\n                    {\n                        \"label\": \"Samoa\",\n                        \"value\": \"WS\"\n                    },\n                    {\n                        \"label\": \"San Marino\",\n                        \"value\": \"SM\"\n                    },\n                    {\n                        \"label\": \"Sao Tome and Principe\",\n                        \"value\": \"ST\"\n                    },\n                    {\n                        \"label\": \"Saudi Arabia\",\n                        \"value\": \"SA\"\n                    },\n                    {\n                        \"label\": \"Senegal\",\n                        \"value\": \"SN\"\n                    },\n                    {\n                        \"label\": \"Seychelles\",\n                        \"value\": \"SC\"\n                    },\n                    {\n                        \"label\": \"Sierra Leone\",\n                        \"value\": \"SL\"\n                    },\n                    {\n                        \"label\": \"Singapore\",\n                        \"value\": \"SG\"\n                    },\n                    {\n                        \"label\": \"Slovakia\",\n                        \"value\": \"SK\"\n                    },\n                    {\n                        \"label\": \"Solomon Islands\",\n                        \"value\": \"SB\"\n                    },\n                    {\n                        \"label\": \"South Africa\",\n                        \"value\": \"ZA\"\n                    },\n                    {\n                        \"label\": \"South Korea\",\n                        \"value\": \"KR\"\n                    },\n                    {\n                        \"label\": \"Spain\",\n                        \"value\": \"ES\"\n                    },\n                    {\n                        \"label\": \"Sri Lanka\",\n                        \"value\": \"LK\"\n                    },\n                    {\n                        \"label\": \"Suriname\",\n                        \"value\": \"SR\"\n                    },\n                    {\n                        \"label\": \"Sweden\",\n                        \"value\": \"SE\"\n                    },\n                    {\n                        \"label\": \"Switzerland\",\n                        \"value\": \"CH\"\n                    },\n                    {\n                        \"label\": \"Tajikistan\",\n                        \"value\": \"TJ\"\n                    },\n                    {\n                        \"label\": \"Tanzania\",\n                        \"value\": \"TZ\"\n                    },\n                    {\n                        \"label\": \"Thailand\",\n                        \"value\": \"TH\"\n                    },\n                    {\n                        \"label\": \"Timor-Leste\",\n                        \"value\": \"TL\"\n                    },\n                    {\n                        \"label\": \"Togo\",\n                        \"value\": \"TG\"\n                    },\n                    {\n                        \"label\": \"Tonga\",\n                        \"value\": \"TO\"\n                    },\n                    {\n                        \"label\": \"Trinidad and Tobago\",\n                        \"value\": \"TT\"\n                    },\n                    {\n                        \"label\": \"Tunisia\",\n                        \"value\": \"TN\"\n                    },\n                    {\n                        \"label\": \"Turkey\",\n                        \"value\": \"TR\"\n                    },\n                    {\n                        \"label\": \"Turkmenistan\",\n                        \"value\": \"TM\"\n                    },\n                    {\n                        \"label\": \"Tuvalu\",\n                        \"value\": \"TV\"\n                    },\n                    {\n                        \"label\": \"Uganda\",\n                        \"value\": \"UG\"\n                    },\n                    {\n                        \"label\": \"United Arab Emirates\",\n                        \"value\": \"AE\"\n                    },\n                    {\n                        \"label\": \"United Kingdom\",\n                        \"value\": \"GB\"\n                    },\n                    {\n                        \"label\": \"United States of America\",\n                        \"value\": \"US\"\n                    },\n                    {\n                        \"label\": \"Uruguay\",\n                        \"value\": \"UY\"\n                    },\n                    {\n                        \"label\": \"Uzbekistan\",\n                        \"value\": \"UZ\"\n                    },\n                    {\n                        \"label\": \"Vanuatu\",\n                        \"value\": \"VU\"\n                    },\n                    {\n                        \"label\": \"Vietnam\",\n                        \"value\": \"VN\"\n                    },\n                    {\n                        \"label\": \"Zambia\",\n                        \"value\": \"ZM\"\n                    },\n                    {\n                        \"label\": \"Bermuda\",\n                        \"value\": \"BM\"\n                    },\n                    {\n                        \"label\": \"Cayman Islands\",\n                        \"value\": \"KY\"\n                    },\n                    {\n                        \"label\": \"Gibraltar\",\n                        \"value\": \"GI\"\n                    },\n                    {\n                        \"label\": \"Hong Kong\",\n                        \"value\": \"HK\"\n                    },\n                    {\n                        \"label\": \"Taiwan\",\n                        \"value\": \"TW\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (British)\",\n                        \"value\": \"VG\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (U.S.)\",\n                        \"value\": \"VI\"\n                    },\n                    {\n                        \"label\": \"Isle Of Man\",\n                        \"value\": \"IM\"\n                    },\n                    {\n                        \"label\": \"Cook Islands\",\n                        \"value\": \"CK\"\n                    }\n                ]\n            }\n        ]\n    }\n}"},{"id":"54da24bd-dd89-4580-90c4-b88a13a8529b","name":"Get Required Fields - ZAR Domestic Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_zar_domestic_payments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"533-AMFG8khTEb6yDyiYujtYnmsw/GA\""},{"key":"x-execution-time","value":"14783"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Wed, 13 May 2026 13:17:25 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"ZAR Domestic Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_zar_domestic_payments\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank\",\n                \"Required\": false,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Capitec Bank\",\n                        \"value\": 2283\n                    },\n                    {\n                        \"label\": \"Nedbank\",\n                        \"value\": 3051\n                    },\n                    {\n                        \"label\": \"Investec Bank\",\n                        \"value\": 3052\n                    },\n                    {\n                        \"label\": \"Standard Bank\",\n                        \"value\": 3053\n                    },\n                    {\n                        \"label\": \"First National Bank\",\n                        \"value\": 3054\n                    },\n                    {\n                        \"label\": \"ABSA Bank\",\n                        \"value\": 3055\n                    },\n                    {\n                        \"label\": \"Bidvest Bank\",\n                        \"value\": 3056\n                    },\n                    {\n                        \"label\": \"African Bank\",\n                        \"value\": 3057\n                    },\n                    {\n                        \"label\": \"Tyme Bank\",\n                        \"value\": 3058\n                    },\n                    {\n                        \"label\": \"Oldmutual Bank\",\n                        \"value\": 3059\n                    },\n                    {\n                        \"label\": \"Discovery Bank\",\n                        \"value\": 3060\n                    },\n                    {\n                        \"label\": \"Merchantile Bank\",\n                        \"value\": 3165\n                    },\n                    {\n                        \"label\": \"Bank of China\",\n                        \"value\": 3512\n                    },\n                    {\n                        \"label\": \"China Construction Bank\",\n                        \"value\": 3513\n                    },\n                    {\n                        \"label\": \"Finbond Mutual Bank\",\n                        \"value\": 3514\n                    },\n                    {\n                        \"label\": \"UBank Ltd\",\n                        \"value\": 3515\n                    },\n                    {\n                        \"label\": \"Bidvest Bank Alliances (Sasfin)\",\n                        \"value\": 3516\n                    },\n                    {\n                        \"label\": \"CitiBank\",\n                        \"value\": 5435\n                    },\n                    {\n                        \"label\": \"GroBank\",\n                        \"value\": 5436\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Account_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Phone\",\n                \"Required\": false,\n                \"Type\": \"Text\"\n            }\n        ]\n    }\n}"},{"id":"357f7a41-b50d-4008-bbf1-cc0842051625","name":"Get Required Fields - ZAR Wire Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PaymentType\": \"BUS_USD_Account.payment_cross_border_zar_wire_payments\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/get-required-fields"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"19d9-45wBiPob0RcDHfPdF7c1JYVxuy8\""},{"key":"x-execution-time","value":"14507"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Thu, 14 May 2026 09:51:15 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Fields\": [\n            {\n                \"Name\": \"BeneficiaryId\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Payment_Type\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"ZAR Wire Payment\",\n                        \"value\": \"BUS_USD_Account.payment_cross_border_zar_wire_payments\"\n                    }\n                ]\n            },\n            {\n                \"Name\": \"Nickname\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Account_Number\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Swift_Bic\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Routing_Code\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Name\",\n                \"Required\": true,\n                \"Type\": \"Text\"\n            },\n            {\n                \"Name\": \"Beneficiary_Bank_Country\",\n                \"Required\": true,\n                \"Type\": \"SingleSelection\",\n                \"PossibleValues\": [\n                    {\n                        \"label\": \"Albania\",\n                        \"value\": \"AL\"\n                    },\n                    {\n                        \"label\": \"Algeria\",\n                        \"value\": \"DZ\"\n                    },\n                    {\n                        \"label\": \"Andorra\",\n                        \"value\": \"AD\"\n                    },\n                    {\n                        \"label\": \"Angola\",\n                        \"value\": \"AO\"\n                    },\n                    {\n                        \"label\": \"Antigua and Barbuda\",\n                        \"value\": \"AG\"\n                    },\n                    {\n                        \"label\": \"Argentina\",\n                        \"value\": \"AR\"\n                    },\n                    {\n                        \"label\": \"Armenia\",\n                        \"value\": \"AM\"\n                    },\n                    {\n                        \"label\": \"Australia\",\n                        \"value\": \"AU\"\n                    },\n                    {\n                        \"label\": \"Austria\",\n                        \"value\": \"AT\"\n                    },\n                    {\n                        \"label\": \"Azerbaijan\",\n                        \"value\": \"AZ\"\n                    },\n                    {\n                        \"label\": \"Bahamas\",\n                        \"value\": \"BS\"\n                    },\n                    {\n                        \"label\": \"Bahrain\",\n                        \"value\": \"BH\"\n                    },\n                    {\n                        \"label\": \"Bangladesh\",\n                        \"value\": \"BD\"\n                    },\n                    {\n                        \"label\": \"Barbados\",\n                        \"value\": \"BB\"\n                    },\n                    {\n                        \"label\": \"Belgium\",\n                        \"value\": \"BE\"\n                    },\n                    {\n                        \"label\": \"Belize\",\n                        \"value\": \"BZ\"\n                    },\n                    {\n                        \"label\": \"Benin\",\n                        \"value\": \"BJ\"\n                    },\n                    {\n                        \"label\": \"Bhutan\",\n                        \"value\": \"BT\"\n                    },\n                    {\n                        \"label\": \"Bolivia\",\n                        \"value\": \"BO\"\n                    },\n                    {\n                        \"label\": \"Botswana\",\n                        \"value\": \"BW\"\n                    },\n                    {\n                        \"label\": \"Brazil\",\n                        \"value\": \"BR\"\n                    },\n                    {\n                        \"label\": \"Brunei Darussalam\",\n                        \"value\": \"BN\"\n                    },\n                    {\n                        \"label\": \"Bulgaria\",\n                        \"value\": \"BG\"\n                    },\n                    {\n                        \"label\": \"Burkina Faso\",\n                        \"value\": \"BF\"\n                    },\n                    {\n                        \"label\": \"Burundi\",\n                        \"value\": \"BI\"\n                    },\n                    {\n                        \"label\": \"Cabo Verde\",\n                        \"value\": \"CV\"\n                    },\n                    {\n                        \"label\": \"Cambodia\",\n                        \"value\": \"KH\"\n                    },\n                    {\n                        \"label\": \"Cameroon\",\n                        \"value\": \"CM\"\n                    },\n                    {\n                        \"label\": \"Canada\",\n                        \"value\": \"CA\"\n                    },\n                    {\n                        \"label\": \"Chad\",\n                        \"value\": \"TD\"\n                    },\n                    {\n                        \"label\": \"Chile\",\n                        \"value\": \"CL\"\n                    },\n                    {\n                        \"label\": \"China\",\n                        \"value\": \"CN\"\n                    },\n                    {\n                        \"label\": \"Colombia\",\n                        \"value\": \"CO\"\n                    },\n                    {\n                        \"label\": \"Comoros\",\n                        \"value\": \"KM\"\n                    },\n                    {\n                        \"label\": \"Costa Rica\",\n                        \"value\": \"CR\"\n                    },\n                    {\n                        \"label\": \"Cyprus\",\n                        \"value\": \"CY\"\n                    },\n                    {\n                        \"label\": \"Czech Republic\",\n                        \"value\": \"CZ\"\n                    },\n                    {\n                        \"label\": \"Denmark\",\n                        \"value\": \"DK\"\n                    },\n                    {\n                        \"label\": \"Djibouti\",\n                        \"value\": \"DJ\"\n                    },\n                    {\n                        \"label\": \"Dominica\",\n                        \"value\": \"DM\"\n                    },\n                    {\n                        \"label\": \"Dominican Republic\",\n                        \"value\": \"DO\"\n                    },\n                    {\n                        \"label\": \"Ecuador\",\n                        \"value\": \"EC\"\n                    },\n                    {\n                        \"label\": \"Egypt\",\n                        \"value\": \"EG\"\n                    },\n                    {\n                        \"label\": \"El Salvador\",\n                        \"value\": \"SV\"\n                    },\n                    {\n                        \"label\": \"Equatorial Guinea\",\n                        \"value\": \"GQ\"\n                    },\n                    {\n                        \"label\": \"Eritrea\",\n                        \"value\": \"ER\"\n                    },\n                    {\n                        \"label\": \"Estonia\",\n                        \"value\": \"EE\"\n                    },\n                    {\n                        \"label\": \"Fiji\",\n                        \"value\": \"FJ\"\n                    },\n                    {\n                        \"label\": \"Finland\",\n                        \"value\": \"FI\"\n                    },\n                    {\n                        \"label\": \"France\",\n                        \"value\": \"FR\"\n                    },\n                    {\n                        \"label\": \"Gabon\",\n                        \"value\": \"GA\"\n                    },\n                    {\n                        \"label\": \"Gambia\",\n                        \"value\": \"GM\"\n                    },\n                    {\n                        \"label\": \"Georgia\",\n                        \"value\": \"GE\"\n                    },\n                    {\n                        \"label\": \"Germany\",\n                        \"value\": \"DE\"\n                    },\n                    {\n                        \"label\": \"Ghana\",\n                        \"value\": \"GH\"\n                    },\n                    {\n                        \"label\": \"Greece\",\n                        \"value\": \"GR\"\n                    },\n                    {\n                        \"label\": \"Grenada\",\n                        \"value\": \"GD\"\n                    },\n                    {\n                        \"label\": \"Guatemala\",\n                        \"value\": \"GT\"\n                    },\n                    {\n                        \"label\": \"Guinea\",\n                        \"value\": \"GN\"\n                    },\n                    {\n                        \"label\": \"Guinea-Bissau\",\n                        \"value\": \"GW\"\n                    },\n                    {\n                        \"label\": \"Guyana\",\n                        \"value\": \"GY\"\n                    },\n                    {\n                        \"label\": \"Haiti\",\n                        \"value\": \"HT\"\n                    },\n                    {\n                        \"label\": \"Honduras\",\n                        \"value\": \"HN\"\n                    },\n                    {\n                        \"label\": \"Hungary\",\n                        \"value\": \"HU\"\n                    },\n                    {\n                        \"label\": \"Iceland\",\n                        \"value\": \"IS\"\n                    },\n                    {\n                        \"label\": \"India\",\n                        \"value\": \"IN\"\n                    },\n                    {\n                        \"label\": \"Indonesia\",\n                        \"value\": \"ID\"\n                    },\n                    {\n                        \"label\": \"Ireland\",\n                        \"value\": \"IE\"\n                    },\n                    {\n                        \"label\": \"Israel\",\n                        \"value\": \"IL\"\n                    },\n                    {\n                        \"label\": \"Italy\",\n                        \"value\": \"IT\"\n                    },\n                    {\n                        \"label\": \"Jamaica\",\n                        \"value\": \"JM\"\n                    },\n                    {\n                        \"label\": \"Japan\",\n                        \"value\": \"JP\"\n                    },\n                    {\n                        \"label\": \"Jordan\",\n                        \"value\": \"JO\"\n                    },\n                    {\n                        \"label\": \"Kazakhstan\",\n                        \"value\": \"KZ\"\n                    },\n                    {\n                        \"label\": \"Kenya\",\n                        \"value\": \"KE\"\n                    },\n                    {\n                        \"label\": \"Kiribati\",\n                        \"value\": \"KI\"\n                    },\n                    {\n                        \"label\": \"Kuwait\",\n                        \"value\": \"KW\"\n                    },\n                    {\n                        \"label\": \"Kyrgyzstan\",\n                        \"value\": \"KG\"\n                    },\n                    {\n                        \"label\": \"Laos\",\n                        \"value\": \"LA\"\n                    },\n                    {\n                        \"label\": \"Latvia\",\n                        \"value\": \"LV\"\n                    },\n                    {\n                        \"label\": \"Lesotho\",\n                        \"value\": \"LS\"\n                    },\n                    {\n                        \"label\": \"Liberia\",\n                        \"value\": \"LR\"\n                    },\n                    {\n                        \"label\": \"Liechtenstein\",\n                        \"value\": \"LI\"\n                    },\n                    {\n                        \"label\": \"Lithuania\",\n                        \"value\": \"LT\"\n                    },\n                    {\n                        \"label\": \"Luxembourg\",\n                        \"value\": \"LU\"\n                    },\n                    {\n                        \"label\": \"Madagascar\",\n                        \"value\": \"MG\"\n                    },\n                    {\n                        \"label\": \"Malawi\",\n                        \"value\": \"MW\"\n                    },\n                    {\n                        \"label\": \"Malaysia\",\n                        \"value\": \"MY\"\n                    },\n                    {\n                        \"label\": \"Maldives\",\n                        \"value\": \"MV\"\n                    },\n                    {\n                        \"label\": \"Malta\",\n                        \"value\": \"MT\"\n                    },\n                    {\n                        \"label\": \"Marshall Islands\",\n                        \"value\": \"MH\"\n                    },\n                    {\n                        \"label\": \"Mauritania\",\n                        \"value\": \"MR\"\n                    },\n                    {\n                        \"label\": \"Mauritius\",\n                        \"value\": \"MU\"\n                    },\n                    {\n                        \"label\": \"Mexico\",\n                        \"value\": \"MX\"\n                    },\n                    {\n                        \"label\": \"Micronesia\",\n                        \"value\": \"FM\"\n                    },\n                    {\n                        \"label\": \"Moldova\",\n                        \"value\": \"MD\"\n                    },\n                    {\n                        \"label\": \"Monaco\",\n                        \"value\": \"MC\"\n                    },\n                    {\n                        \"label\": \"Mongolia\",\n                        \"value\": \"MN\"\n                    },\n                    {\n                        \"label\": \"Morocco\",\n                        \"value\": \"MA\"\n                    },\n                    {\n                        \"label\": \"Mozambique\",\n                        \"value\": \"MZ\"\n                    },\n                    {\n                        \"label\": \"Namibia\",\n                        \"value\": \"NA\"\n                    },\n                    {\n                        \"label\": \"Nauru\",\n                        \"value\": \"NR\"\n                    },\n                    {\n                        \"label\": \"Nepal\",\n                        \"value\": \"NP\"\n                    },\n                    {\n                        \"label\": \"Netherlands\",\n                        \"value\": \"NL\"\n                    },\n                    {\n                        \"label\": \"New Zealand\",\n                        \"value\": \"NZ\"\n                    },\n                    {\n                        \"label\": \"Niger\",\n                        \"value\": \"NE\"\n                    },\n                    {\n                        \"label\": \"Nigeria\",\n                        \"value\": \"NG\"\n                    },\n                    {\n                        \"label\": \"Norway\",\n                        \"value\": \"NO\"\n                    },\n                    {\n                        \"label\": \"Oman\",\n                        \"value\": \"OM\"\n                    },\n                    {\n                        \"label\": \"Pakistan\",\n                        \"value\": \"PK\"\n                    },\n                    {\n                        \"label\": \"Palau\",\n                        \"value\": \"PW\"\n                    },\n                    {\n                        \"label\": \"Palestine\",\n                        \"value\": \"PS\"\n                    },\n                    {\n                        \"label\": \"Panama\",\n                        \"value\": \"PA\"\n                    },\n                    {\n                        \"label\": \"Papua New Guinea\",\n                        \"value\": \"PG\"\n                    },\n                    {\n                        \"label\": \"Paraguay\",\n                        \"value\": \"PY\"\n                    },\n                    {\n                        \"label\": \"Peru\",\n                        \"value\": \"PE\"\n                    },\n                    {\n                        \"label\": \"Philippines\",\n                        \"value\": \"PH\"\n                    },\n                    {\n                        \"label\": \"Poland\",\n                        \"value\": \"PL\"\n                    },\n                    {\n                        \"label\": \"Portugal\",\n                        \"value\": \"PT\"\n                    },\n                    {\n                        \"label\": \"Qatar\",\n                        \"value\": \"QA\"\n                    },\n                    {\n                        \"label\": \"Romania\",\n                        \"value\": \"RO\"\n                    },\n                    {\n                        \"label\": \"Rwanda\",\n                        \"value\": \"RW\"\n                    },\n                    {\n                        \"label\": \"Saint Kitts and Nevis\",\n                        \"value\": \"KN\"\n                    },\n                    {\n                        \"label\": \"Saint Lucia\",\n                        \"value\": \"LC\"\n                    },\n                    {\n                        \"label\": \"Saint Vincent and the Grenadines\",\n                        \"value\": \"VC\"\n                    },\n                    {\n                        \"label\": \"Samoa\",\n                        \"value\": \"WS\"\n                    },\n                    {\n                        \"label\": \"San Marino\",\n                        \"value\": \"SM\"\n                    },\n                    {\n                        \"label\": \"Sao Tome and Principe\",\n                        \"value\": \"ST\"\n                    },\n                    {\n                        \"label\": \"Saudi Arabia\",\n                        \"value\": \"SA\"\n                    },\n                    {\n                        \"label\": \"Senegal\",\n                        \"value\": \"SN\"\n                    },\n                    {\n                        \"label\": \"Seychelles\",\n                        \"value\": \"SC\"\n                    },\n                    {\n                        \"label\": \"Sierra Leone\",\n                        \"value\": \"SL\"\n                    },\n                    {\n                        \"label\": \"Singapore\",\n                        \"value\": \"SG\"\n                    },\n                    {\n                        \"label\": \"Slovakia\",\n                        \"value\": \"SK\"\n                    },\n                    {\n                        \"label\": \"Solomon Islands\",\n                        \"value\": \"SB\"\n                    },\n                    {\n                        \"label\": \"South Africa\",\n                        \"value\": \"ZA\"\n                    },\n                    {\n                        \"label\": \"South Korea\",\n                        \"value\": \"KR\"\n                    },\n                    {\n                        \"label\": \"Spain\",\n                        \"value\": \"ES\"\n                    },\n                    {\n                        \"label\": \"Sri Lanka\",\n                        \"value\": \"LK\"\n                    },\n                    {\n                        \"label\": \"Suriname\",\n                        \"value\": \"SR\"\n                    },\n                    {\n                        \"label\": \"Sweden\",\n                        \"value\": \"SE\"\n                    },\n                    {\n                        \"label\": \"Switzerland\",\n                        \"value\": \"CH\"\n                    },\n                    {\n                        \"label\": \"Tajikistan\",\n                        \"value\": \"TJ\"\n                    },\n                    {\n                        \"label\": \"Tanzania\",\n                        \"value\": \"TZ\"\n                    },\n                    {\n                        \"label\": \"Thailand\",\n                        \"value\": \"TH\"\n                    },\n                    {\n                        \"label\": \"Timor-Leste\",\n                        \"value\": \"TL\"\n                    },\n                    {\n                        \"label\": \"Togo\",\n                        \"value\": \"TG\"\n                    },\n                    {\n                        \"label\": \"Tonga\",\n                        \"value\": \"TO\"\n                    },\n                    {\n                        \"label\": \"Trinidad and Tobago\",\n                        \"value\": \"TT\"\n                    },\n                    {\n                        \"label\": \"Tunisia\",\n                        \"value\": \"TN\"\n                    },\n                    {\n                        \"label\": \"Turkey\",\n                        \"value\": \"TR\"\n                    },\n                    {\n                        \"label\": \"Turkmenistan\",\n                        \"value\": \"TM\"\n                    },\n                    {\n                        \"label\": \"Tuvalu\",\n                        \"value\": \"TV\"\n                    },\n                    {\n                        \"label\": \"Uganda\",\n                        \"value\": \"UG\"\n                    },\n                    {\n                        \"label\": \"United Arab Emirates\",\n                        \"value\": \"AE\"\n                    },\n                    {\n                        \"label\": \"United Kingdom\",\n                        \"value\": \"GB\"\n                    },\n                    {\n                        \"label\": \"United States of America\",\n                        \"value\": \"US\"\n                    },\n                    {\n                        \"label\": \"Uruguay\",\n                        \"value\": \"UY\"\n                    },\n                    {\n                        \"label\": \"Uzbekistan\",\n                        \"value\": \"UZ\"\n                    },\n                    {\n                        \"label\": \"Vanuatu\",\n                        \"value\": \"VU\"\n                    },\n                    {\n                        \"label\": \"Vietnam\",\n                        \"value\": \"VN\"\n                    },\n                    {\n                        \"label\": \"Zambia\",\n                        \"value\": \"ZM\"\n                    },\n                    {\n                        \"label\": \"Bermuda\",\n                        \"value\": \"BM\"\n                    },\n                    {\n                        \"label\": \"Cayman Islands\",\n                        \"value\": \"KY\"\n                    },\n                    {\n                        \"label\": \"Gibraltar\",\n                        \"value\": \"GI\"\n                    },\n                    {\n                        \"label\": \"Hong Kong\",\n                        \"value\": \"HK\"\n                    },\n                    {\n                        \"label\": \"Taiwan\",\n                        \"value\": \"TW\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (British)\",\n                        \"value\": \"VG\"\n                    },\n                    {\n                        \"label\": \"Virgin Islands (U.S.)\",\n                        \"value\": \"VI\"\n                    },\n                    {\n                        \"label\": \"Isle Of Man\",\n                        \"value\": \"IM\"\n                    },\n                    {\n                        \"label\": \"Cook Islands\",\n                        \"value\": \"CK\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"200ff2f2-fe1c-41f2-8541-3a1718484ee8"},{"name":"Create Payment Instrument [V2]","event":[{"listen":"test","script":{"id":"9c002ff4-bdf6-4e93-a484-3bfdb7d88cf8","exec":["var jsonData = pm.response.json();","if(!!jsonData?.ResponseData?.PaymentInstrumentID){","  pm.environment.set(\"PaymentInstrumentID\", jsonData.ResponseData.PaymentInstrumentID);","}"],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b08e9aff-29ef-4cd8-8aef-e311c3426f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"field\": \"Payment_Type\",\n    \"value\": \"BUS_USD_Account.payment_cross_border_sgd_domestic_payments\"\n  },\n  {\n    \"field\": \"BeneficiaryId\",\n    \"value\": \"{{beneficiaryIDV2}}\"\n  },\n  {\n    \"field\": \"Nickname\",\n    \"value\": \"SGD Domestic PI\"\n  },\n  {\n    \"field\": \"Account_Number\",\n    \"value\": \"1234567890\"\n  },\n  {\n    \"field\": \"Swift_Bic\",\n    \"value\": \"DBSSSGSG\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create","description":"<p>This endpoint is used to create a payment instrument associated with a beneficiary.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><em>fields</em></td>\n<td>Array&lt;<a href=\"#fieldandvalue\">Field And Value</a>&gt;</td>\n<td>true</td>\n<td>--</td>\n<td>fields must be from get required fields endpoint</td>\n</tr>\n<tr>\n<td>Additional_Info</td>\n<td>{ Name: Value }</td>\n<td>false</td>\n<td>--</td>\n<td>This field is only required when the system is <strong>unable to resolve bank details from the provided Routing Number or SWIFT Code</strong>.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Additional Info</p>\n<p>Additional_Info is an <strong>optional field</strong>. However, it becomes <strong>required if the bank details cannot be automatically retrieved using the provided Routing Number or SWIFT Code</strong>.</p>\n<p>In such cases, you must include the bank details inside the <code>additional_info</code> object.</p>\n<h4 id=\"required-fields-in-additional_info\">Required Fields in Additional_Info</h4>\n<ul>\n<li><p><code>Bank_Name</code></p>\n</li>\n<li><p><code>Bank_Address</code></p>\n</li>\n<li><p><code>Bank_City</code></p>\n</li>\n<li><p><code>Bank_State</code></p>\n</li>\n<li><p><code>Bank_Postal_Code</code></p>\n</li>\n<li><p><code>Bank_Country</code></p>\n</li>\n</ul>\n<h4 id=\"example\">Example</h4>\n<p><code>{ \"additional_info\": { \"Bank_Name\": \"Example Bank\", \"Bank_Address\": \"123 Main Street\", \"Bank_City\": \"New York\", \"Bank_State\": \"NY\", \"Bank_Postal_Code\": \"10001\", \"Bank_Country\": \"US\" } }</code></p>\n<p>Note: Use Get Bank Details endpoint to fetch beneficiary bank details using routing number.</p>\n<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>number</td>\n<td>--</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>ResponseData</td>\n<td>{  <br />PaymentInstrumentId: string  <br />}</td>\n<td>--</td>\n<td>--</td>\n<td>Unique ID of the payment instrument created</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","payment-instrument","create"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"54f558da-b721-4960-bb11-4a24844f17f6","name":"Create Payment Instrument [V2] - Withdraw BTC","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"Payment_Type\",\n        \"value\": \"BUS_BTC_Account.Payment_BTC\"\n    },\n    {\n        \"field\": \"BeneficiaryId\",\n        \"value\": \"{{beneficiaryIDV2}}\"\n    },\n    {\n        \"field\": \"Nickname\",\n        \"value\": \"Wire-Domestic-Instrument\"\n    },\n    {\n        \"field\": \"Address\",\n        \"value\": \"3LA4wUQdRGebc8X8YNfR3RJ24T8ZEENiUj\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"109"},{"key":"Cache-Control","value":"private"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"6d-rwkpKQcSiWMPix1qIWmm63j4/Y4\""},{"key":"Expect-Ct","value":"max-age=0"},{"key":"Function-Execution-Id","value":"gq9qj11l8f34"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"c8c3a4f919fc1e1d43aab262b45a0ea8"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"IN"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Execution-Time","value":"7152"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Sun, 29 Jan 2023 13:32:30 GMT"},{"key":"X-Served-By","value":"cache-maa10221-MAA"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1674999143.644503,VS0,VE7429"},{"key":"Vary","value":"Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"2295601392853102422\"\n    }\n}"},{"id":"88cd55b7-2ffa-4f05-8d18-a873ee43fb9f","name":"Create Payment Instrument [V2] - Withdraw USDC","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"Payment_Type\",\n        \"value\": \"BUS_USDC_Account.Payment_USDC\"\n    },\n    {\n        \"field\": \"BeneficiaryId\",\n        \"value\": \"{{beneficiaryIDV2}}\"\n    },\n    {\n        \"field\": \"Nickname\",\n        \"value\": \"USDC-Instrument\"\n    },\n    {\n        \"field\": \"Address\",\n        \"value\": \"0x95222290dd7278aa3ddd389cc1e1d165cc4bafe5\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"109"},{"key":"etag","value":"W/\"6d-A49cc8PSDQiUPfFesTRWaI/OwAI\""},{"key":"x-execution-time","value":"14697"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Sun, 29 Jan 2023 14:01:39 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"2178507802541469526\"\n    }\n}"},{"id":"f892d0f8-8ecc-48f0-9d60-e5fefc6ee147","name":"Create Payment Instrument [V2] - Withdraw USDT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"Payment_Type\",\n        \"value\": \"BUS_USDT_Account.Payment_USDT\"\n    },\n    {\n        \"field\": \"BeneficiaryId\",\n        \"value\": \"{{beneficiaryIDV2}}\"\n    },\n    {\n        \"field\": \"Nickname\",\n        \"value\": \"USDT - Instrument\"\n    },\n    {\n        \"field\": \"Address\",\n        \"value\": \"0xe94f1fa4f27d9d288ffea234bb62e1fbc086ca0c\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"109"},{"key":"etag","value":"W/\"6d-R3AoOew8ETiXt0cwlzeSwLriVX8\""},{"key":"x-execution-time","value":"6757"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Sun, 29 Jan 2023 14:04:04 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"2196522201050951510\"\n    }\n}"},{"id":"191c4974-3bae-478e-9f7d-cfda05fdb32b","name":"Create Payment Instrument [V2] - Withdraw ETH","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"Payment_Type\",\n        \"value\": \"BUS_USDT_Account.Payment_USDT\"\n    },\n    {\n        \"field\": \"BeneficiaryId\",\n        \"value\": \"{{beneficiaryIDV2}}\"\n    },\n    {\n        \"field\": \"Nickname\",\n        \"value\": \"ETH-Instrument\"\n    },\n    {\n        \"field\": \"Address\",\n        \"value\": \"0xE455036E2F3a26Df7014b7DbF6cedBBf81433478\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"109"},{"key":"etag","value":"W/\"6d-UKGg86rLOyhMyXTOVxxVoHHTpQM\""},{"key":"x-execution-time","value":"6487"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Sun, 29 Jan 2023 14:05:04 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"2187515001796210518\"\n    }\n}"},{"id":"43f146f7-ae19-4dbb-bcd9-32c4c4cda8d9","name":"Create Payment Instrument [V2] - Domestic ACH","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"Payment_Type\",\n        \"value\": \"BUS_USD_Account.Business_ACH\"\n    },\n    {\n        \"field\": \"BeneficiaryId\",\n        \"value\": \"{{beneficiaryIDV2}}\"\n    },\n    {\n        \"field\": \"Nickname\",\n        \"value\": \"Domestic-ACH-Instrument\"\n    },\n    {\n        \"field\": \"Account_Number\",\n        \"value\": \"8787627\"\n    },\n    {\n        \"field\": \"Routing_Number\",\n        \"value\": \"026009593\"\n    },\n    {\n        \"field\": \"Account_Type\",\n        \"value\": \"Saving\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"109"},{"key":"etag","value":"W/\"6d-KARiBWzXNxEVRH4XBb+VeRom004\""},{"key":"x-execution-time","value":"9925"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Sun, 29 Jan 2023 14:08:16 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"2214536599560433494\"\n    }\n}"},{"id":"aaf715a7-f68d-4218-bf54-0e80eb96f567","name":"Create Payment Instrument [V2] - Domestic Wire","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"Payment_Type\",\n        \"value\": \"BUS_USD_Account.Domestic_Wire_BUS\"\n    },\n    {\n        \"field\": \"BeneficiaryId\",\n        \"value\": \"{{beneficiaryIDV2}}\"\n    },\n    {\n        \"field\": \"Nickname\",\n        \"value\": \"Domestic-Wire-Instrument\"\n    },\n    {\n        \"field\": \"Account_Number\",\n        \"value\": \"8787627\"\n    },\n    {\n        \"field\": \"Routing_Number\",\n        \"value\": \"026009593\"\n    },\n    {\n        \"field\": \"Account_Type\",\n        \"value\": \"Saving\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"109"},{"key":"etag","value":"W/\"6d-0+cfz2rTuItUfWXlYODMrMc4EA0\""},{"key":"x-execution-time","value":"7955"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Sun, 29 Jan 2023 14:09:02 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"2205529400305692502\"\n    }\n}"},{"id":"51398650-1e5d-42f2-8a86-a9996e768462","name":"Create Payment Instrument [V2] - International Wire","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"Payment_Type\",\n        \"value\": \"BUS_USD_Account.BUS_International_Transfer\"\n    },\n    {\n        \"field\": \"BeneficiaryId\",\n        \"value\": \"{{beneficiaryIDV2}}\"\n    },\n    {\n        \"field\": \"Nickname\",\n        \"value\": \"Domestic-Wire-Instrument\"\n    },\n    {\n        \"field\": \"Account_Number\",\n        \"value\": \"8787627\"\n    },\n    {\n        \"field\": \"Swift_Bic\",\n        \"value\": \"BOFAUS3NXXX\"\n    },\n    {\n        \"field\": \"Account_Type\",\n        \"value\": \"Saving\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"109"},{"key":"etag","value":"W/\"6d-/Q5dpsfLv+gMfXgJOGKfRE++KFU\""},{"key":"x-execution-time","value":"8628"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Sun, 29 Jan 2023 14:10:11 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"2232550998069915478\"\n    }\n}"},{"id":"7b235325-2200-47a0-a0f6-f7a8fbf5f584","name":"Additional Info is provided","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"Payment_Type\",\n        \"value\": \"BUS_USD_Account.Business_ACH\"\n    },\n    {\n        \"field\": \"BeneficiaryId\",\n        \"value\": \"{{beneficiaryIDV2}}\"\n    },\n    {\n        \"field\": \"Nickname\",\n        \"value\": \"BTC-Instrument\"\n    },\n    {\n        \"field\": \"Account_Number\",\n        \"value\": \"7895513557\"\n    },\n    {\n        \"field\": \"Account_Type\",\n        \"value\": \"Saving\"\n    },\n    {\n        \"field\": \"Routing_Number\",\n        \"value\": \"123271978\"\n    },\n    {\n        \"field\": \"Additional_Info\",\n        \"value\": {\n            \"Bank_Country\": \"Belgium\",\n            \"Bank_State\": \"Antwerp\"\n        }\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"110"},{"key":"etag","value":"W/\"6e-iQIOZWpVrRZlyHi7sa1OF8fWGK0\""},{"key":"x-execution-time","value":"7007"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Wed, 16 Aug 2023 10:24:22 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-1645048281096081576\"\n    }\n}"},{"id":"53a10082-7e93-41f1-8433-10f8906cadc3","name":"Create Payment Instrument [V2]- USDC Stablecoin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"Payment_Type\",\n        \"value\": \"BUS_USD_Account.Stablecoin_Withdraw\"\n    },\n    {\n        \"field\": \"BeneficiaryId\",\n        \"value\": \"{{beneficiaryIDV2}}\"\n    },\n    {\n        \"field\": \"Nickname\",\n        \"value\": \"Stablecoin instrument\"\n    },\n    {\n        \"field\": \"Address\",\n        \"value\": \"0x1A493D7C47203940c31B6F7857258De1F7649070\"\n    },\n    {\n        \"field\": \"Asset\",\n        \"value\": \"USDC\"\n    },\n    {\n        \"field\": \"Blockchain\",\n        \"value\": \"ETH\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"326"},{"key":"access-control-allow-credentials","value":"true"},{"key":"cache-control","value":"private"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"etag","value":"W/\"146-q3ci3wEl4G7Em/nbdIJ1rotsS10\""},{"key":"expect-ct","value":"max-age=0"},{"key":"function-execution-id","value":"yb9jnsct3e23"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-cloud-trace-context","value":"fdf0d4414fe8f8fb9461ca8c6715367c"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-country-code","value":"US"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-execution-time","value":"2542"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"0"},{"key":"accept-ranges","value":"bytes"},{"key":"date","value":"Wed, 01 Apr 2026 13:16:58 GMT"},{"key":"x-served-by","value":"cache-chi-kigq8000045-CHI"},{"key":"x-cache","value":"MISS"},{"key":"x-cache-hits","value":"0"},{"key":"x-timer","value":"S1775049416.994266,VS0,VE2605"},{"key":"vary","value":"Origin, Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"x-request-id","value":"eed3cb2d-8f4b-4bbe-a41c-84ad3f1afac7"},{"key":"via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-7306073012700795124\",\n        \"Payment_Type\": \"BUS_USD_Account.Stablecoin_Withdraw\",\n        \"BeneficiaryId\": \"-8202289338547523828\",\n        \"Nickname\": \"Stablecoin instrument\",\n        \"Address\": \"0x1A493D7C47203940c31B6F7857258De1F7649070\",\n        \"Asset\": \"USDC\",\n        \"Blockchain\": \"ETH\"\n    }\n}"},{"id":"80790805-74be-42a1-903c-c52a9be1b98e","name":"Create Payment Instrument [V2] - PYUSD Stablecoin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"Payment_Type\",\n        \"value\": \"BUS_USD_Account.Stablecoin_Withdraw\"\n    },\n    {\n        \"field\": \"BeneficiaryId\",\n        \"value\": \"{{beneficiaryIDV2}}\"\n    },\n    {\n        \"field\": \"Nickname\",\n        \"value\": \"solana Instrument\"\n    },\n    {\n        \"field\": \"Address\",\n        \"value\": \"GNoYNXQ66dnTqcR39nKi2QJSizjxvHHAy9GSbNszQuuq\"\n    },\n    {\n        \"field\": \"Asset\",\n        \"value\": \"PYUSD\"\n    },\n    {\n        \"field\": \"Blockchain\",\n        \"value\": \"SOLANA\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"328"},{"key":"access-control-allow-credentials","value":"true"},{"key":"cache-control","value":"private"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"etag","value":"W/\"148-SxCQGXidheLfF7P0I6Esvv3IgDk\""},{"key":"expect-ct","value":"max-age=0"},{"key":"function-execution-id","value":"czqgizebiw80"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-cloud-trace-context","value":"2106da41f9dbd5fdf333182f61d2bbf3"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-country-code","value":"US"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-execution-time","value":"2591"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"0"},{"key":"accept-ranges","value":"bytes"},{"key":"date","value":"Thu, 02 Apr 2026 13:38:18 GMT"},{"key":"x-served-by","value":"cache-chi-klot8100179-CHI"},{"key":"x-cache","value":"MISS"},{"key":"x-cache-hits","value":"0"},{"key":"x-timer","value":"S1775137096.914000,VS0,VE2657"},{"key":"vary","value":"Origin, Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"x-request-id","value":"764cfef9-74d7-41c3-9b7a-03e065f40163"},{"key":"via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-7062878632822788340\",\n        \"Payment_Type\": \"BUS_USD_Account.Stablecoin_Withdraw\",\n        \"BeneficiaryId\": \"-3946387690682405109\",\n        \"Nickname\": \"solana Instrument\",\n        \"Address\": \"GNoYNXQ66dnTqcR39nKi2QJSizjxvHHAy9GSbNszQuuq\",\n        \"Asset\": \"PYUSD\",\n        \"Blockchain\": \"SOLANA\"\n    }\n}"},{"id":"96791d0d-0662-403e-8181-cc17bf6bc9f6","name":"Create Payment Instrument - AED Domestic Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"field\": \"BeneficiaryId\",\n    \"value\": \"{{beneficiaryIDV2}}\"\n  },\n  {\n    \"field\": \"Payment_Type\",\n    \"value\": \"BUS_USD_Account.payment_cross_border_aed_domestic_payments\"\n  },\n  {\n    \"field\": \"Nickname\",\n    \"value\": \"AED Domestic Beneficiary\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank\",\n    \"value\": \"4609\"\n  },\n  {\n    \"field\": \"Iban\",\n    \"value\": \"AE070331234567890123456\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Phone\",\n    \"value\": \"+971501234567\"\n  },\n  {\n    \"field\": \"Beneficiary_Identity_Type\",\n    \"value\": \"PASSPORT\"\n  },\n  {\n    \"field\": \"Beneficiary_Identity_Number\",\n    \"value\": \"A12345678\"\n  },\n  {\n    \"field\": \"Beneficiary_Identity_Expiration_Date\",\n    \"value\": \"2030-12-31\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"110"},{"key":"etag","value":"W/\"6e-qzfg8jWYYEaOW3BqJJyJj2APoj4\""},{"key":"x-execution-time","value":"19654"},{"key":"date","value":"Thu, 14 May 2026 09:29:11 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-8242821735193858086\"\n    }\n}"},{"id":"4d20363b-e663-401e-bd05-935609db9930","name":"Create Payment Instrument - AED Wire Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"field\": \"BeneficiaryId\",\n    \"value\": \"{{beneficiaryIDV2}}\"\n  },\n  {\n    \"field\": \"Payment_Type\",\n    \"value\": \"BUS_USD_Account.payment_cross_border_aed_wire_payments\"\n  },\n  {\n    \"field\": \"Nickname\",\n    \"value\": \"AED Wire Beneficiary\"\n  },\n  {\n    \"field\": \"Iban\",\n    \"value\": \"AE070331234567890123456\"\n  },\n  {\n    \"field\": \"Swift_Bic\",\n    \"value\": \"NBSHAEAS\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Name\",\n    \"value\": \"National Bank of Sharjah\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Country\",\n    \"value\": \"AE\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"110"},{"key":"etag","value":"W/\"6e-e5m1JoRb1VznJ8ZFU5FcQe5Bug4\""},{"key":"x-execution-time","value":"21081"},{"key":"date","value":"Thu, 14 May 2026 09:33:38 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-8215800137429635110\"\n    }\n}"},{"id":"c8f2d156-c63a-4d59-839a-4115543cdb74","name":"Create Payment Instrument - CAD Domestic Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"field\": \"BeneficiaryId\",\n    \"value\": \"{{beneficiaryIDV2}}\"\n  },\n  {\n    \"field\": \"Payment_Type\",\n    \"value\": \"BUS_USD_Account.payment_cross_border_cad_domestic_payments\"\n  },\n  {\n    \"field\": \"Nickname\",\n    \"value\": \"CAD Domestic Beneficiary\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank\",\n    \"value\": \"4802\"\n  },\n  {\n    \"field\": \"Account_Number\",\n    \"value\": \"1234567890\"\n  },\n  {\n    \"field\": \"Institution_Number\",\n    \"value\": \"003\"\n  },\n  {\n    \"field\": \"Transit_Number\",\n    \"value\": \"12345\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Name\",\n    \"value\": \"Royal Bank of Canada\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_State\",\n    \"value\": \"ON\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Country\",\n    \"value\": \"CA\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"110"},{"key":"etag","value":"W/\"6e-oaKM0RFFXiqCmoKd94hTBeWVfpQ\""},{"key":"x-execution-time","value":"15961"},{"key":"date","value":"Thu, 14 May 2026 09:37:17 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-8224807336684376102\"\n    }\n}"},{"id":"bd6b619f-825e-4932-bb50-3145c048d29a","name":"Create Payment Instrument - CAD Wire Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"field\": \"BeneficiaryId\",\n    \"value\": \"{{beneficiaryIDV2}}\"\n  },\n  {\n    \"field\": \"Payment_Type\",\n    \"value\": \"BUS_USD_Account.payment_cross_border_cad_wire_payments\"\n  },\n  {\n    \"field\": \"Nickname\",\n    \"value\": \"CAD Wire Beneficiary\"\n  },\n  {\n    \"field\": \"Account_Number\",\n    \"value\": \"1234567890\"\n  },\n  {\n    \"field\": \"Swift_Bic\",\n    \"value\": \"ROYCCAT2\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Name\",\n    \"value\": \"Royal Bank of Canada\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_State\",\n    \"value\": \"ON\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Country\",\n    \"value\": \"CA\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"x-refresh-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJTZXNzaW9uVG9rZW4iOiIyZGE4ZGE1MjA1MWIyYTRkMTBhZjQ3MTQ5ZWExOWZmZGUxNmZhOTcyOTVlYjZkNTBjODM1N2M4NTZmM2FkMzdmeHV2MS8vdVJ4SzhoaVBkN0s1cGJVNVpDRjN0YnFpSy9EbmMzeXRKTms3MXU0cTAzQWtMS2FKMzNxWUNCVGNvMk1sNXpkYXQ2UU96N1J2WTFhNUZBUnhYWkZwUWRxa09DYjlmdkpHTXZQbmtoWmU3a1c4bnVBMEYvNmlZeURydGxzamtPZEIyREdSbUNsYyswZHJEYzRoSnNpOEEvL3FPczJBZ2tBRzZlSmRjWVRERVBwM21kMWNmN0N1S1ZtNHk1TC9aS204ajZMb0ZiUStMdDN6VFAray9kYk5PeUQrZzdOK3RTVW40UTFENElDTzEzZkljeGowbzdIaHlKN3A0eWg0OHJvRU1VTm5ydEQ3Y0kyS0hFUHFocmZuRzNNMXdxa1FwTjVWUkZPakk9IiwiQ2xpZW50SUQiOiI2OGM0MGRlYi05MzJmLTRmM2EtYTBkZS1lYThkMGUyZjFiODAiLCJpYXQiOjE3Nzg3NTE1NjcsImV4cCI6MTc3ODc1MjQ2N30.AZ9esAtthRSIAf9RhuzP0huDAipBfdgk-lt4M14HqLQ"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"110"},{"key":"etag","value":"W/\"6e-IqBhw7aNekxeCyidt7ZGT4Kwvj8\""},{"key":"x-execution-time","value":"22348"},{"key":"date","value":"Thu, 14 May 2026 09:39:45 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-8341900926996008998\"\n    }\n}"},{"id":"89a6b46f-cb2e-4379-96b5-69cdf70b0607","name":"Create Payment Instrument - GBP Faster Payments","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"field\": \"Payment_Type\",\n    \"value\": \"BUS_USD_Account.payment_cross_border_faster_payments\"\n  },\n  {\n    \"field\": \"BeneficiaryId\",\n    \"value\": \"{{beneficiaryIDV2}}\"\n  },\n  {\n    \"field\": \"Nickname\",\n    \"value\": \"GBP Faster 2\"\n  },\n  {\n    \"field\": \"Account_Number\",\n    \"value\": \"33232323\"\n  },\n  {\n    \"field\": \"Sort_Code\",\n    \"value\": \"123456\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Name\",\n    \"value\": \"Barclays Bank UK\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Country\",\n    \"value\": \"GB\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"110"},{"key":"etag","value":"W/\"6e-CGqWZT+Wj+AirD8my6gFPHiKh2Y\""},{"key":"x-execution-time","value":"19287"},{"key":"date","value":"Fri, 08 May 2026 13:46:00 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-8377929724014972966\"\n    }\n}"},{"id":"2ac653b5-b370-4c19-a486-6da87499c91a","name":"Create Payment Instrument - GBP Wire Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"field\": \"Payment_Type\",\n    \"value\": \"BUS_USD_Account.payment_cross_border_gbp_wire_payments\"\n  },\n  {\n    \"field\": \"BeneficiaryId\",\n    \"value\": \"{{beneficiaryIDV2}}\"\n  },\n  {\n    \"field\": \"Nickname\",\n    \"value\": \"GBP Wire 2\"\n  },\n  {\n    \"field\": \"Iban\",\n    \"value\": \"GB29NWBK60161331926819\"\n  },\n  {\n    \"field\": \"Swift_Bic\",\n    \"value\": \"BARCGB22\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Name\",\n    \"value\": \"Barclays Bank UK\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Country\",\n    \"value\": \"GB\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"110"},{"key":"etag","value":"W/\"6e-qDieluJy/eygg5DadWJwaDNc/uQ\""},{"key":"x-execution-time","value":"21364"},{"key":"date","value":"Fri, 08 May 2026 13:53:22 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-8386936923269713958\"\n    }\n}"},{"id":"f790e5c8-1189-445f-be6d-5996045bda3d","name":"Create Payment Instrument - BRL  Domestic Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"field\": \"Payment_Type\",\n    \"value\": \"BUS_USD_Account.payment_cross_border_brl_domestic_payments\"\n  },\n  {\n    \"field\": \"BeneficiaryId\",\n    \"value\": \"{{beneficiaryIDV2}}\"\n  },\n  {\n    \"field\": \"Nickname\",\n    \"value\": \"BRL Domestic Primary\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank\",\n    \"value\": \"751\"\n  },\n  {\n    \"field\": \"Account_Number\",\n    \"value\": \"12345678\"\n  },\n  {\n    \"field\": \"Branch_Number\",\n    \"value\": \"1234\"\n  },\n  {\n    \"field\": \"Account_Type\",\n    \"value\": \"Checking\"\n  },\n  {\n    \"field\": \"Tax_Id\",\n    \"value\": \"12345678901\"\n  },\n  {\n    \"field\": \"Beneficiary_Identity_Type\",\n    \"value\": \"NATIONAL_ID\"\n  },\n  {\n    \"field\": \"Beneficiary_Identity_Number\",\n    \"value\": \"BR1234567\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"110"},{"key":"etag","value":"W/\"6e-w1BUOiHabRh7BczCZosaxsv0usQ\""},{"key":"x-execution-time","value":"18835"},{"key":"date","value":"Tue, 12 May 2026 12:33:44 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-8495023314326605862\"\n    }\n}"},{"id":"9fb14ef0-7358-4b59-9c75-e8316191feaa","name":"Create Payment Instrument - HKD Domestic Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"field\": \"Payment_Type\",\n    \"value\": \"BUS_USD_Account.payment_cross_border_hkd_domestic_payments\"\n  },\n  {\n    \"field\": \"BeneficiaryId\",\n    \"value\": \"{{beneficiaryIDV2}}\"\n  },\n  {\n    \"field\": \"Nickname\",\n    \"value\": \"HKD Domestic Primary\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank\",\n    \"value\": \"2735\"\n  },\n  {\n    \"field\": \"Account_Number\",\n    \"value\": \"1234567890\"\n  },\n  {\n    \"field\": \"Routing_Code\",\n    \"value\": \"004\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Name\",\n    \"value\": \"The Hongkong and Shanghai Banking Corporation Limited\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Country\",\n    \"value\": \"HK\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Phone\",\n    \"value\": \"+85212345678\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"x-refresh-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJTZXNzaW9uVG9rZW4iOiIwM2QzNmJiYmE2NjQ2OWNiNjRkY2IyNTc0ZDZlYzViOGExMzM2YWRjYmFhNDQ0N2NmODI4NWQxMmEzODFlN2ViK1p3cFV6UDl1YkZ0QkxxZnFKV2xvbFlucmFwQW1zbHhWWW9XNlkwK3hyS0ZENHRSakpiN0w1cXoyS2haWGxleWY4dnlwODlyNFdHZ0FraUx0NkJmTDFuZWJUQ21VWXNISmJqWGdMVjZMWnlLam9GTlNwemlHRjcxSTRPV3JLZ1BRODJKb1hpNTRKdytSTTE5R29iRmRjd2prcXJOUFRmS2tTbkU1OUNReWlIYnlxb2VaU3BLbm5qMUhCS2NSWEZOb1FkTWNTeGEyOWRIT2I0MWw5bkdOelBZQ2todkxHQXhacmFGakliUFlBTk9naVphQ05ESTNhS1NZRmN3djdXOGJMZ25EQkk0cXN6eWl5MENCV2JCRXpzOWlxeEJ4d2JWZkd3WVZCaTRlY3M9IiwiQ2xpZW50SUQiOiI2OGM0MGRlYi05MzJmLTRmM2EtYTBkZS1lYThkMGUyZjFiODAiLCJpYXQiOjE3Nzg1ODk4NzYsImV4cCI6MTc3ODU5MDc3Nn0.KsS2p2XP9rl7Sn680-VJl0TgNvJ0ZxO5W8nBqg1_wa4"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"110"},{"key":"etag","value":"W/\"6e-tvTfP5fSL2wH4qAJ5QcJzoP9lBs\""},{"key":"x-execution-time","value":"19524"},{"key":"date","value":"Tue, 12 May 2026 12:44:52 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-8468001716562382886\"\n    }\n}"},{"id":"d171fffb-af3d-41e3-a525-ca125dfcecdd","name":"Create Payment Instrument - HKD Wire Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"field\": \"Payment_Type\",\n    \"value\": \"BUS_USD_Account.payment_cross_border_hkd_wire_payments\"\n  },\n  {\n    \"field\": \"BeneficiaryId\",\n    \"value\": \"{{beneficiaryIDV2}}\"\n  },\n  {\n    \"field\": \"Nickname\",\n    \"value\": \"HKD Wire Primary\"\n  },\n  {\n    \"field\": \"Account_Number\",\n    \"value\": \"1234567890\"\n  },\n  {\n    \"field\": \"Swift_Bic\",\n    \"value\": \"HSBCHKHHHKH\"\n  },\n  {\n    \"field\": \"Routing_Code\",\n    \"value\": \"004\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Name\",\n    \"value\": \"The Hongkong and Shanghai Banking Corporation Limited\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Country\",\n    \"value\": \"HK\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"110"},{"key":"etag","value":"W/\"6e-0eLWTaHf/+orlHF2vxOCAEyQMag\""},{"key":"x-execution-time","value":"15368"},{"key":"date","value":"Tue, 12 May 2026 12:50:03 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-8477008915817123878\"\n    }\n}"},{"id":"d71099cb-837c-45fe-aa6c-312280049836","name":"Create Payment Instrument - JPY Wire Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"field\": \"Payment_Type\",\n    \"value\": \"BUS_USD_Account.payment_cross_border_jpy_wire_payments\"\n  },\n  {\n    \"field\": \"BeneficiaryId\",\n    \"value\": \"{{beneficiaryIDV2}}\"\n  },\n  {\n    \"field\": \"Nickname\",\n    \"value\": \"JPY Wire Primary\"\n  },\n  {\n    \"field\": \"Account_Number\",\n    \"value\": \"1234567\"\n  },\n  {\n    \"field\": \"Account_Type\",\n    \"value\": \"Checking\"\n  },\n  {\n    \"field\": \"Swift_Bic\",\n    \"value\": \"BOTKJPJT\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Name\",\n    \"value\": \"MUFG Bank, Ltd.\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Country\",\n    \"value\": \"JP\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"x-refresh-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJTZXNzaW9uVG9rZW4iOiI4ZWFlZTY4ODQxYTlhZDFhZWEzMGUyM2NkZjQ1YTgzNjA0MjMzY2MxM2UzMTk3NzQwNjc3ZWY4ZjFlNWNjOGUwc0J5dFV6YXJwc2lFTE5NWEVFWkVvQ01uVGVMTTRyVENZaGtTNUVOUWNGR3JLTUQwQUtycEpPQWV0Yklka3dVMUpOcGsvUVZkK05jTytoT2hwYW1jNWtVajhXQlVYOTNyNUU2Q3F5UWFpcHkzOFAyWFNHSnhGVUxWUGVjaWc4ck94d2tmRGw4QzE2T3VYNWdYRzFPK3FCYWFRTmYwaksxbWV1ZzZMU0VUWjVrUC9mdi9PN3h1clc1NDJvNVliMzBHa2pIbm5QVGkrMzJmSnd5NTFoVGNTSUxGcDFCWENSaG5GVXh4TVJVdWpLWXJ0dmI2QkM1Zk53MjFrRVpCaThwZE8wNlhPbUFGSWhNVVQ0ZzBMTEhjK3Y4UXJ0djllSFF4czdpdm53eHZnQWM9IiwiQ2xpZW50SUQiOiI2OGM0MGRlYi05MzJmLTRmM2EtYTBkZS1lYThkMGUyZjFiODAiLCJpYXQiOjE3Nzg1OTE4MDIsImV4cCI6MTc3ODU5MjcwMn0.eE0m7sPCxeIGoC1P0C34LTYHMJFpN2eYkOfqs93Da4c"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"110"},{"key":"etag","value":"W/\"6e-VWIA1yT2wVKkThqsq1wVVyo0WTo\""},{"key":"x-execution-time","value":"19042"},{"key":"date","value":"Tue, 12 May 2026 13:16:57 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-8449987318052900902\"\n    }\n}"},{"id":"7952dddb-c099-4367-b7ff-017f189a176c","name":"Create Payment Instrument - MXN Clable Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"BeneficiaryId\",\n        \"value\": \"{{beneficiaryIDV2}}\"\n    },\n    {\n        \"field\": \"Payment_Type\",\n        \"value\": \"BUS_USD_Account.payment_cross_border_clabe\"\n    },\n    {\n        \"field\": \"Nickname\",\n        \"value\": \"MXN Wire Beneficiary\"\n    },\n    {\n        \"field\": \"Clabe_Number\",\n        \"value\": \"032180000118359719\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"110"},{"key":"etag","value":"W/\"6e-sdJNrZDNOGVHOlT6KdubsF4BPUo\""},{"key":"x-execution-time","value":"17543"},{"key":"date","value":"Wed, 13 May 2026 11:53:45 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-8431972919543418918\"\n    }\n}"},{"id":"85da7fb0-82ea-42ad-b4d4-9fa903c8e9b0","name":"Create Payment Instrument - MXN Wire Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"BeneficiaryId\",\n        \"value\": \"{{beneficiaryIDV2}}\"\n    },\n    {\n        \"field\": \"Payment_Type\",\n        \"value\": \"BUS_USD_Account.payment_cross_border_mxn_wire_payments\"\n    },\n    {\n        \"field\": \"Nickname\",\n        \"value\": \"MXN Wire Beneficiary\"\n    },\n    {\n        \"field\": \"Clabe_Number\",\n        \"value\": \"032180000118359719\"\n    },\n    {\n        \"field\": \"Swift_Bic\",\n        \"value\": \"BNMXMXMM\"\n    },\n    {\n        \"field\": \"Tax_Id\",\n        \"value\": \"XAXX010101000\"\n    },\n    {\n        \"field\": \"Beneficiary_Bank_Name\",\n        \"value\": \"BBVA MEXICO\"\n    },\n    {\n        \"field\": \"Beneficiary_Bank_Country\",\n        \"value\": \"MX\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"110"},{"key":"etag","value":"W/\"6e-0Uso1kZHgCMcCodDQToN88opXxI\""},{"key":"x-execution-time","value":"25875"},{"key":"date","value":"Wed, 13 May 2026 11:22:51 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-8458994517307641894\"\n    }\n}"},{"id":"2a2f3ce8-fd5b-4829-857f-70d99b66bf2f","name":"Create Payment Instrument - SGD Domestic Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n    {\n        \"field\": \"BeneficiaryId\",\n        \"value\": \"{{beneficiaryIDV2}}\"\n    },\n    {\n        \"field\": \"Payment_Type\",\n        \"value\": \"BUS_USD_Account.payment_cross_border_sgd_domestic_payments\"\n    },\n    {\n        \"field\": \"Nickname\",\n        \"value\": \"SGD Domestic Beneficiary\"\n    },\n    {\n        \"field\": \"Account_Number\",\n        \"value\": \"123456789012\"\n    },\n    {\n        \"field\": \"Swift_Bic\",\n        \"value\": \"DBSSSGSG\"\n    },\n    {\n        \"field\": \"Routing_Code\",\n        \"value\": \"7171\"\n    },\n    {\n        \"field\": \"Beneficiary_Bank_Name\",\n        \"value\": \"DBS BANK LTD\"\n    },\n    {\n        \"field\": \"Beneficiary_Bank_Country\",\n        \"value\": \"SG\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"110"},{"key":"etag","value":"W/\"6e-DQGtxcVA71f7iRTqbTCu+AVVSBY\""},{"key":"x-execution-time","value":"16075"},{"key":"date","value":"Wed, 13 May 2026 12:54:34 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-8269843332958081062\"\n    }\n}"},{"id":"f1ad9829-a8b0-4c8b-bb9e-0709136106ae","name":"Create Payment Instrument - SGD Wire Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"field\": \"BeneficiaryId\",\n    \"value\": \"{{beneficiaryIDV2}}\"\n  },\n  {\n    \"field\": \"Payment_Type\",\n    \"value\": \"BUS_USD_Account.payment_cross_border_sgd_wire_payments\"\n  },\n  {\n    \"field\": \"Nickname\",\n    \"value\": \"SGD Wire Beneficiary\"\n  },\n  {\n    \"field\": \"Account_Number\",\n    \"value\": \"123456789012\"\n  },\n  {\n    \"field\": \"Swift_Bic\",\n    \"value\": \"DBSSSGSG\"\n  },\n  {\n    \"field\": \"Routing_Code\",\n    \"value\": \"7171\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Name\",\n    \"value\": \"DBS BANK LTD\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Country\",\n    \"value\": \"SG\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"110"},{"key":"etag","value":"W/\"6e-15su29YnUXNo6gv8n/UxPU6GPpE\""},{"key":"x-execution-time","value":"15353"},{"key":"date","value":"Wed, 13 May 2026 13:12:33 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-8278850532212822054\"\n    }\n}"},{"id":"ad44e649-9a74-4588-93f9-bdd58ba2b1c9","name":"Create Payment Instrument - EUR SEPA Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"field\": \"BeneficiaryId\",\n    \"value\": \"{{beneficiaryIDV2}}\"\n  },\n  {\n    \"field\": \"Payment_Type\",\n    \"value\": \"BUS_USD_Account.payment_cross_border_sepa\"\n  },\n  {\n    \"field\": \"Nickname\",\n    \"value\": \"EUR SEPA Beneficiary\"\n  },\n  {\n    \"field\": \"Iban\",\n    \"value\": \"DE89370400440532013000\"\n  },\n  {\n    \"field\": \"Swift_Bic\",\n    \"value\": \"DEUTDEFF\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Name\",\n    \"value\": \"Deutsche Bank\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Country\",\n    \"value\": \"DE\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"110"},{"key":"etag","value":"W/\"6e-9FJNHXpzEg2NfQYhF+bao9LvNao\""},{"key":"x-execution-time","value":"18296"},{"key":"date","value":"Wed, 13 May 2026 13:43:57 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-8260836133703340070\"\n    }\n}"},{"id":"6b3a808b-3790-433d-ab87-2d9f11870940","name":"Create Payment Instrument - EUR Wire Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"field\": \"BeneficiaryId\",\n    \"value\": \"{{beneficiaryIDV2}}\"\n  },\n  {\n    \"field\": \"Payment_Type\",\n    \"value\": \"BUS_USD_Account.payment_cross_border_eur_wire_payments\"\n  },\n  {\n    \"field\": \"Nickname\",\n    \"value\": \"EUR Wire Beneficiary\"\n  },\n  {\n    \"field\": \"Iban\",\n    \"value\": \"DE89370400440576013000\"\n  },\n  {\n    \"field\": \"Swift_Bic\",\n    \"value\": \"DEUTDEFF\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Name\",\n    \"value\": \"Deutsche Bank\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Country\",\n    \"value\": \"DE\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"110"},{"key":"etag","value":"W/\"6e-389+I6uJDyX0V+ItRg5GmpJH87E\""},{"key":"x-execution-time","value":"15602"},{"key":"date","value":"Wed, 13 May 2026 14:02:38 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-8233814535939117094\"\n    }\n}"},{"id":"298586cc-c7df-44dd-bbd3-e4228ac6fcec","name":"Create Payment Instrument - ZAR Domestic Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"field\": \"BeneficiaryId\",\n     \"value\": \"{{beneficiaryIDV2}}\"\n  },\n  {\n    \"field\": \"Payment_Type\",\n    \"value\": \"BUS_USD_Account.payment_cross_border_zar_domestic_payments\"\n  },\n  {\n    \"field\": \"Nickname\",\n    \"value\": \"ZAR Domestic Beneficiary\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank\",\n    \"value\": \"3053\"\n  },\n  {\n    \"field\": \"Account_Number\",\n    \"value\": \"1234567890\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Phone\",\n    \"value\": \"+27115551234\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"172"},{"key":"etag","value":"W/\"ac-EzI7wkGDyuTNWnGNSaPfo+tH0m4\""},{"key":"x-execution-time","value":"17309"},{"key":"date","value":"Wed, 13 May 2026 13:35:49 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 400,\n    \"ResponseMessage\": \"BadRequest\",\n    \"RequestID\": \"9ce14890-4ed0-11f1-b7d8-e7f8e5d4f3ef\",\n    \"ResponseErrors\": [\n        \"The account you are trying to add already exists\"\n    ]\n}"},{"id":"2a6d3eb8-90cb-4928-aa04-3bf9789d742e","name":"Create Payment Instrument - ZAR Wire Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\n  {\n    \"field\": \"BeneficiaryId\",\n    \"value\": \"{{beneficiaryIDV2}}\"\n  },\n  {\n    \"field\": \"Payment_Type\",\n    \"value\": \"BUS_USD_Account.payment_cross_border_zar_wire_payments\"\n  },\n  {\n    \"field\": \"Nickname\",\n    \"value\": \"ZAR Wire Beneficiary\"\n  },\n  {\n    \"field\": \"Account_Number\",\n    \"value\": \"1234567890\"\n  },\n  {\n    \"field\": \"Swift_Bic\",\n    \"value\": \"SBZAZAJJ\"\n  },\n  {\n    \"field\": \"Routing_Code\",\n    \"value\": \"051001\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Name\",\n    \"value\": \"Standard Bank\"\n  },\n  {\n    \"field\": \"Beneficiary_Bank_Country\",\n    \"value\": \"ZA\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/create"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Content-Security-Policy","value":"default-src 'self'; script-src 'self'; object-src 'none'; base-uri 'none';"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"vary","value":"Origin, Accept-Encoding, Authorization, Cookie"},{"key":"access-control-allow-credentials","value":"true"},{"key":"x-refresh-token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJTZXNzaW9uVG9rZW4iOiJjMjAwY2YzMWVjNjdlMDRjNDg1MmYxYWMzZmRhOWU2ZTg5NWE5MGU5OWZlZjYwYTAyZWUzZmUyNTcxNjA4NmIybW9Sby9vbzZnalhCSERBR2dYWFpsRGJSdk52TDJYZi94OXhmQUlsamZiQUY5ZmEyTmh2Ny95djdpbTYrcjBjRnp0MUVlWkl1ZzBiWEJOdVRWY242TjMyVnB1T1I1Y0dzbDZqcDludkRnREoyNXdoTk5Fbmc1M3BVcVY4QUV5WEVITVB3UmRzQ21TeDd1U3ovTm5YWTF2K1B6UnppWHhPbllObm5rZkV1TklTYldHRk1vZk85ejdEckwxME4yOXVCWVNlbFdjakhXWnpia24yY0NjZ08yVTMrZGxyYklyV1lEemdaeXh2WmhTT3g5NEU5dXl3QXpqNHZPVFVwTmNLU0pvYmIxZVZSRDZHR0xudmV6ZzJ6a3BhRGZsSlMrT1l2NytXLzNxdHhBVFE9IiwiQ2xpZW50SUQiOiI2OGM0MGRlYi05MzJmLTRmM2EtYTBkZS1lYThkMGUyZjFiODAiLCJpYXQiOjE3Nzg3NTIzNzEsImV4cCI6MTc3ODc1MzI3MX0.Ue57Bf2XMgEiwaGpZ6htc0-Y2Gxn4f0EXD6T_XfK-NI"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"110"},{"key":"etag","value":"W/\"6e-8v2+2ZQJJPz7U7A/+C//2/efpOI\""},{"key":"x-execution-time","value":"25494"},{"key":"date","value":"Thu, 14 May 2026 09:53:12 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"},{"key":"Permissions-Policy","value":"geolocation=(self), microphone=(), camera=()"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"PaymentInstrumentID\": \"-8350908126250749990\"\n    }\n}"}],"_postman_id":"b08e9aff-29ef-4cd8-8aef-e311c3426f67"},{"name":"List Payment Instruments [V2]","id":"0567d055-c2db-4d0f-89a4-c90ee7bcdd54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PageNumber\": 1,\n    \"PageSize\": 100,\n    \"BeneficiaryId\": \"{{beneficiaryIDV2}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/list","description":"<p>This endpoint is used to get the list of payment instruments associated with a particular beneficiary.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PageNumber</td>\n<td>integer</td>\n<td>No</td>\n<td>--</td>\n<td>When results are paginated, this field can be used to obtain the results for the required page number</td>\n</tr>\n<tr>\n<td>PageSize</td>\n<td>integer</td>\n<td>No</td>\n<td></td>\n<td>Default PageSize is 40. This can be used to increase or decrease the number of records in a page</td>\n</tr>\n<tr>\n<td>BeneficiaryId</td>\n<td>string</td>\n<td>Yes</td>\n<td></td>\n<td>Unique benenficiary ID</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td></td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Response Data</td>\n<td>Array</td>\n<td></td>\n<td>List of all the payment instrument associated with the beneficiary Id provided of the client</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","payment-instrument","list"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"a905a969-1550-45cd-bbd3-ac94d07d492e","name":"List Payment Instruments","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PageNumber\": 1,\n    \"PageSize\": 100,\n    \"BeneficiaryId\": \"{{beneficiaryIDV2}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"430"},{"key":"etag","value":"W/\"1ae-t1+0zDFe0RIPJRfyGVdKWN8PguI\""},{"key":"x-execution-time","value":"1746"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Fri, 09 Dec 2022 06:10:05 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Data\": [\n            {\n                \"CreatedBy\": \"Rishav_Business - Rishav\",\n                \"CreatedOn\": \"2022-12-09T02:01:29.769-04:00\",\n                \"Id\": \"2732450556708040533\",\n                \"payment_type\": \"BUS_USD_Account.BUS_International_Transfer\",\n                \"BeneficiaryId\": \"2705428958943817557\",\n                \"Nickname\": \"Wire-Domestic-Instrument\",\n                \"Account\": \"Account (USD)\",\n                \"Payment_Instrument_Status\": \"active\"\n            }\n        ],\n        \"PageNumber\": 1,\n        \"PageSize\": 100,\n        \"TotalCount\": 1\n    }\n}"}],"_postman_id":"0567d055-c2db-4d0f-89a4-c90ee7bcdd54"},{"name":"Get Payment Instrument Details [V2]","id":"8992d8e1-946e-46a7-90e6-83abd20b3922","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/v2/payment-instrument/:PaymentInstrumentId","description":"<p>This endpoint is used to get detailed information about a payment instrument.</p>\n<h2 id=\"path-variables\">Path Variables</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PaymentInstrumentId</td>\n<td>string</td>\n<td>true</td>\n<td>--</td>\n<td>ID of the payment instrument</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td></td>\n</tr>\n<tr>\n<td>Response Data</td>\n<td><a href=\"#PaymentInstrumentDetails\">Payment Instrument Details</a></td>\n<td>--</td>\n<td>Details of the beneficiary</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","payment-instrument",":PaymentInstrumentId"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"{{PaymentInstrumentID}}","key":"PaymentInstrumentId"}]}},"response":[{"id":"e34ed9b3-1c46-404c-9f00-c01a46be6abd","name":"Get Payment Instrument Details","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/v2/payment-instrument/{{PaymentInstrumentID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"765"},{"key":"etag","value":"W/\"2fd-a614p6I4eb458XHYGwdR7o0eE6Y\""},{"key":"x-execution-time","value":"1439"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Fri, 09 Dec 2022 06:10:34 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"CreatedBy\": \"Rishav_Business - Rishav\",\n        \"CreatedOn\": \"2022-12-09T02:01:29.769-04:00\",\n        \"PaymentInstrumentID\": \"2732450556708040533\",\n        \"Beneficiary\": \"Earnest-TRF - (rishav.0727@gmail.com)\",\n        \"Account\": \"Account (USD)\",\n        \"Payment_Type\": \"Payment - International Wire\",\n        \"Nickname\": \"Wire-Domestic-Instrument\",\n        \"Supported_Currencies\": \"USD\",\n        \"Payment_Instrument_Status\": \"Active\",\n        \"Account_Number\": \"10000049\",\n        \"Swift_Bic\": \"SCBLUS33XXX\",\n        \"Account_Type\": \"Saving\",\n        \"Beneficiary_Bank_Name\": \"Standard Chartered Bank\",\n        \"Beneficiary_Bank_Address\": \"1095 Avenue of the Americas\",\n        \"Beneficiary_Bank_City\": \"New York\",\n        \"Beneficiary_Bank_State\": \"NY\",\n        \"Beneficiary_Bank_Postal_Code\": \"10036\",\n        \"Beneficiary_Bank_Country\": \"UNITED STATES OF AMERICA\"\n    }\n}"},{"id":"fcf9f6e7-79a6-4680-8284-95160b0b4367","name":"Get Payment Instrument Details [USDC Stablecoin]","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/v2/payment-instrument/:PaymentInstrumentId","host":["{{baseURL}}"],"path":["v2","payment-instrument",":PaymentInstrumentId"],"variable":[{"key":"PaymentInstrumentId","value":"{{PaymentInstrumentID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Length","value":"554"},{"key":"access-control-allow-credentials","value":"true"},{"key":"cache-control","value":"private"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"etag","value":"W/\"22a-nBxRnIIjuP83YhrI17Yk4EqpU38\""},{"key":"expect-ct","value":"max-age=0"},{"key":"function-execution-id","value":"e9d0yfgn6etx"},{"key":"origin-agent-cluster","value":"?1"},{"key":"referrer-policy","value":"no-referrer"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-cloud-trace-context","value":"fdb7fae6f2a3fd1286aada2347c3924a"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-country-code","value":"US"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"x-download-options","value":"noopen"},{"key":"x-execution-time","value":"411"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"x-powered-by","value":"Express"},{"key":"x-xss-protection","value":"0"},{"key":"accept-ranges","value":"bytes"},{"key":"date","value":"Wed, 01 Apr 2026 13:11:25 GMT"},{"key":"x-served-by","value":"cache-chi-kigq8000144-CHI"},{"key":"x-cache","value":"MISS"},{"key":"x-cache-hits","value":"0"},{"key":"x-timer","value":"S1775049085.734261,VS0,VE474"},{"key":"vary","value":"Origin, Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"},{"key":"alt-svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"x-request-id","value":"f869187a-5700-4739-b37a-3d7d9a244e37"},{"key":"via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"CreatedBy\": \"Demo - FV Stable Remit\",\n        \"CreatedOn\": \"2026-03-25T08:03:31.208-04:00\",\n        \"PaymentInstrumentID\": \"-8211296537802264820\",\n        \"BeneficiaryId\": \"-8202289338547523828\",\n        \"From_Account_Name\": \"Account (USD)\",\n        \"Payment_Type\": \"Stablecoin Payment\",\n        \"Nickname\": \"Stablecoin instrument\",\n        \"Supported_Currencies\": \"USDC\",\n        \"Payment_Instrument_Status\": \"Active\",\n        \"Blockchain\": \"ETH (ERC20)\",\n        \"Destination_Address\": \"0x1A493D7C47203970c31B6F7857258De1F7649070\",\n        \"Beneficiary_Payment_Instrument\": \"-8211296537802264820\"\n    }\n}"}],"_postman_id":"8992d8e1-946e-46a7-90e6-83abd20b3922"},{"name":"Change Status","id":"b58ac586-5caa-4b60-a85e-325c7ff9d91d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\n        \"PaymentInstrumentId\": \"{{PaymentInstrumentID}}\",\n        \"Status\": \"Disable\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment-instrument/change-status","description":"<p>This endpoint is used to change status of a payment instrument ID</p>\n<h3 id=\"request-body\">Request Body</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BeneficiaryPaymentInstrumentID</td>\n<td>String</td>\n<td>--</td>\n<td>Id of the payment instrument.</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>string</td>\n<td>Active, Disable</td>\n<td>Status of the payment instrument</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>number</td>\n<td>--</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>ResponseData</td>\n<td>Object</td>\n<td>--</td>\n<td>--</td>\n<td>Message</td>\n</tr>\n</tbody>\n</table>\n</div><p>Note: \"Permission Denied\" message is returned with status code 400 when \"Status\" in request body is same as the Payment Instrument status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","payment-instrument","change-status"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"bae6b72a-f3f5-4c26-aa94-7ccee4f8f07b","name":"Change Status [Enable]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\n        \"BeneficiaryId\": \"{{beneficiaryIDV2}}\",\n        \"Status\": \"Active\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/change-status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"125"},{"key":"etag","value":"W/\"7d-ltQTCG9BD7gLU6koSV+BMpZiICo\""},{"key":"x-execution-time","value":"11605"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Tue, 10 Jan 2023 07:36:09 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": \"Beneficiary has been enabled for transactions successfully.\"\n}"},{"id":"0850d617-259a-43f2-b189-3c84040d601b","name":"Change Status [Disable]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" {\n        \"BeneficiaryId\": \"{{beneficiaryIDV2}}\",\n        \"Status\": \"Disable\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/beneficiary/change-status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"126"},{"key":"etag","value":"W/\"7e-w6n4xiKyJ+JzIJ/BS7VEB5HXjpg\""},{"key":"x-execution-time","value":"6143"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Tue, 10 Jan 2023 07:36:59 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": \"Beneficiary has been disabled for transactions successfully.\"\n}"}],"_postman_id":"b58ac586-5caa-4b60-a85e-325c7ff9d91d"}],"id":"4cbb1435-d966-43ff-a9ae-d00304a7fc8d","description":"<p>Payment instruments comprise different payment types inside a beneficiary. Payment instrument contains information related to bank account and payment type along with information needed to perform a payment.</p>\n","_postman_id":"4cbb1435-d966-43ff-a9ae-d00304a7fc8d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}}},{"name":"Custody","item":[{"name":"Get Custody Account Status","id":"2eb09591-60a4-4591-bd6d-8755befa5624","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"Asset\": \"BTC\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/custody/status","description":"<p>This endpoint is used to get custody application status and balance of the custody account.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Asset</td>\n<td>String</td>\n<td>BTC, ETH, USDC, USDT</td>\n<td>Digital asset code</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>number</td>\n<td>--</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>ResponseData</td>\n<td><a href=\"#CustodyStatus\">CustodyStatus</a></td>\n<td>--</td>\n<td>--</td>\n<td>Custody application status</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","custody","status"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"502a5518-edc8-4b3a-842a-51f85cfcd21f","name":"Get Custody Status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"Asset\": \"USDC\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/custody/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"234"},{"key":"etag","value":"W/\"ea-EhqwKx9Sq+9E+2apd5y5OWoarsQ\""},{"key":"x-execution-time","value":"2102"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Fri, 20 Jan 2023 05:23:54 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Status\": \"APPROVED\",\n        \"Asset\": \"USDC\",\n        \"Address\": \"0x4C8a14C0908434dFA322E8E014A392F3c4BbBE27\",\n        \"Balance\": \"0.000000\",\n        \"ReservedAmount\": \"0.000000\",\n        \"AvailableBalance\": \"0.000000\"\n    }\n}"}],"_postman_id":"2eb09591-60a4-4591-bd6d-8755befa5624"},{"name":"Apply For Custody Application","id":"42e4f562-054f-46c6-b8de-12c2bc217367","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Asset\": \"ETH\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/custody/apply","description":"<p>This endpoint is used to apply for a custody application</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Asset</td>\n<td>String</td>\n<td>BTC, ETH, USDC, USDT</td>\n<td>Digital asset code</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>number</td>\n<td>--</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>ResponseData</td>\n<td>Object</td>\n<td>--</td>\n<td>--</td>\n<td>Message</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","custody","apply"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"a70387b1-5696-4290-8c60-998f173aebb6","name":"Apply For Custody Application","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Asset\": \"USDC\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/custody/apply"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"347"},{"key":"etag","value":"W/\"15b-EFk3Ffm5BRFQFT2W7CkoZOo56II\""},{"key":"x-execution-time","value":"4531"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Fri, 20 Jan 2023 07:35:58 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"message\": \"Your request to open a new custody account for USDC has been received. Our team will get in touch with you in case they need more information. Once it is approved, the account will be visible on the Dashboard and on the left navigational bar under \\\"Custody Accounts\\\".\"\n    }\n}"}],"_postman_id":"42e4f562-054f-46c6-b8de-12c2bc217367"},{"name":"Preview - Custody Withdraw","id":"748af698-ee39-483f-b03e-ff530edbdd7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryPaymentInstrumentID\": \"{{PaymentInstrumentID}}\",\n    \"Description\": \"Test API Payment\",\n    \"Amount\": \"0.00001\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/custody/withdraw/preview","description":"<p>This endpoint is used to preview a custody transaction and fee to be applied for the transaction</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BeneficiaryPaymentInstrumentID</td>\n<td>String</td>\n<td>Yes</td>\n<td>--</td>\n<td>Id of a digital asset payment instrument.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Amount of digital asset to be transferred</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>--</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>number</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>ResponseData</td>\n<td><a href=\"#PreviewCustodyWithdraw\">PreviewCustodyWithdraw</a></td>\n<td>--</td>\n<td>--</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","custody","withdraw","preview"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"cd6e789c-8638-48e1-9dcd-67edf36931e4","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryPaymentInstrumentID\": \"{{PaymentInstrumentID}}\",\n    \"Description\": \"Test API Payment\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment/custody/preview"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"91"},{"key":"etag","value":"W/\"5b-3do2EelRNC1f/XGIZn17z08pN50\""},{"key":"x-execution-time","value":"1190"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Thu, 22 Dec 2022 12:25:33 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 401,\n    \"ResponseMessage\": \"Unauthorized\",\n    \"ResponseErrors\": [\n        \"Session Expired.\"\n    ]\n}"}],"_postman_id":"748af698-ee39-483f-b03e-ff530edbdd7e"},{"name":"Transfer - Custody Withdraw","event":[{"listen":"test","script":{"id":"5bf553c3-25a6-41e0-9205-246b74670619","exec":["var jsonData = pm.response.json();","if(jsonData?.ResponseData?.TransactionNumber){","    pm.environment.set(\"transactionNumber\", jsonData.ResponseData.TransactionNumber);","}",""],"type":"text/javascript"}}],"id":"fe6b3581-a391-45a2-bfac-448f431fb1fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryPaymentInstrumentID\": \"{{PaymentInstrumentID}}\",\n    \"Description\": \"Test API Payment\",\n    \"Amount\": \"0.0001\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/custody/withdraw/transfer","description":"<p>This endpoint is used to transfer digital assets using a custody payment instrument.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BeneficiaryPaymentInstrumentID</td>\n<td>String</td>\n<td>Yes</td>\n<td>--</td>\n<td>Id of a digital asset payment instrument.</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Amount of digital asset to be transferred</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>--</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>number</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>ResponseData</td>\n<td>Object</td>\n<td>--</td>\n<td>Message</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","custody","withdraw","transfer"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"61d8a751-fc31-4706-a47c-0cdedb24c8db","name":"New Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryPaymentInstrumentID\": \"{{PaymentInstrumentID}}\",\n    \"Description\": \"Test API Payment\",\n    \"Amount\": \"0.00001\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment/custody/transfer"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"106"},{"key":"etag","value":"W/\"6a-OH69goxaz8X+R3khlztAD8DaH8M\""},{"key":"x-execution-time","value":"7160"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Thu, 29 Dec 2022 09:06:04 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"TransactionNumber\": \"FVT000000012821BTC\"\n    }\n}"}],"_postman_id":"fe6b3581-a391-45a2-bfac-448f431fb1fa"}],"id":"2cfc46c7-ccaf-42b9-9d6f-f5c8996972b8","description":"<p>These endpoints are used to apply for custody accounts and perform digital asset payments to different address using payment instruments</p>\n","_postman_id":"2cfc46c7-ccaf-42b9-9d6f-f5c8996972b8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}}},{"name":"Resource","item":[{"name":"Get Countries For Beneficiary","id":"d8896325-0e18-4fb6-93a3-e7139ab5fa43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/v2/resource/countries/beneficiary","description":"<p>To fetch the list of countries that are allowed to create beneficiary (to initiate payments/transfer).</p>\n<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>number</td>\n<td>--</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>ResponseData</td>\n<td><a href=\"#countries\">Country</a></td>\n<td>--</td>\n<td>--</td>\n<td>List of the countries</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","resource","countries","beneficiary"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"aba6eebe-c052-4006-be31-bafd0e4cb623","name":"Get Countries For Beneficiary","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/resource/countries/beneficiary"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"2748-q3i/tRlHK9XNMSZneQFFJ/Rc5qI\""},{"key":"x-execution-time","value":"125"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Wed, 05 Jan 2022 07:09:17 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": [\n        {\n            \"alpha2Code\": \"AL\",\n            \"alpha3Code\": \"ALB\",\n            \"name\": \"Albania\"\n        },\n        {\n            \"alpha2Code\": \"DZ\",\n            \"alpha3Code\": \"DZA\",\n            \"name\": \"Algeria\"\n        },\n        {\n            \"alpha2Code\": \"AS\",\n            \"alpha3Code\": \"ASM\",\n            \"name\": \"American Samoa\"\n        },\n        {\n            \"alpha2Code\": \"AD\",\n            \"alpha3Code\": \"AND\",\n            \"name\": \"Andorra\"\n        },\n        {\n            \"alpha2Code\": \"AQ\",\n            \"alpha3Code\": \"ATA\",\n            \"name\": \"Antarctica\"\n        },\n        {\n            \"alpha2Code\": \"AG\",\n            \"alpha3Code\": \"ATG\",\n            \"name\": \"Antigua and Barbuda\"\n        },\n        {\n            \"alpha2Code\": \"AR\",\n            \"alpha3Code\": \"ARG\",\n            \"name\": \"Argentina\"\n        },\n        {\n            \"alpha2Code\": \"AM\",\n            \"alpha3Code\": \"ARM\",\n            \"name\": \"Armenia\"\n        },\n        {\n            \"alpha2Code\": \"AW\",\n            \"alpha3Code\": \"ABW\",\n            \"name\": \"Aruba\"\n        },\n        {\n            \"alpha2Code\": \"AU\",\n            \"alpha3Code\": \"AUS\",\n            \"name\": \"Australia\"\n        },\n        {\n            \"alpha2Code\": \"AT\",\n            \"alpha3Code\": \"AUT\",\n            \"name\": \"Austria\"\n        },\n        {\n            \"alpha2Code\": \"AZ\",\n            \"alpha3Code\": \"AZE\",\n            \"name\": \"Azerbaijan\"\n        },\n        {\n            \"alpha2Code\": \"BS\",\n            \"alpha3Code\": \"BHS\",\n            \"name\": \"Bahamas\"\n        },\n        {\n            \"alpha2Code\": \"BD\",\n            \"alpha3Code\": \"BGD\",\n            \"name\": \"Bangladesh\"\n        },\n        {\n            \"alpha2Code\": \"BB\",\n            \"alpha3Code\": \"BRB\",\n            \"name\": \"Barbados\"\n        },\n        {\n            \"alpha2Code\": \"BE\",\n            \"alpha3Code\": \"BEL\",\n            \"name\": \"Belgium\"\n        },\n        {\n            \"alpha2Code\": \"BZ\",\n            \"alpha3Code\": \"BLZ\",\n            \"name\": \"Belize\"\n        },\n        {\n            \"alpha2Code\": \"BM\",\n            \"alpha3Code\": \"BMU\",\n            \"name\": \"Bermuda\"\n        },\n        {\n            \"alpha2Code\": \"BO\",\n            \"alpha3Code\": \"BOL\",\n            \"name\": \"Bolivia (Plurinational State of)\"\n        },\n        {\n            \"alpha2Code\": \"BA\",\n            \"alpha3Code\": \"BIH\",\n            \"name\": \"Bosnia and Herzegovina\"\n        },\n        {\n            \"alpha2Code\": \"BR\",\n            \"alpha3Code\": \"BRA\",\n            \"name\": \"Brazil\"\n        },\n        {\n            \"alpha2Code\": \"IO\",\n            \"alpha3Code\": \"IOT\",\n            \"name\": \"British Indian Ocean Territory\"\n        },\n        {\n            \"alpha2Code\": \"UM\",\n            \"alpha3Code\": \"UMI\",\n            \"name\": \"United States Minor Outlying Islands\"\n        },\n        {\n            \"alpha2Code\": \"VG\",\n            \"alpha3Code\": \"VGB\",\n            \"name\": \"Virgin Islands (British)\"\n        },\n        {\n            \"alpha2Code\": \"VI\",\n            \"alpha3Code\": \"VIR\",\n            \"name\": \"Virgin Islands (U.S.)\"\n        },\n        {\n            \"alpha2Code\": \"BN\",\n            \"alpha3Code\": \"BRN\",\n            \"name\": \"Brunei Darussalam\"\n        },\n        {\n            \"alpha2Code\": \"BG\",\n            \"alpha3Code\": \"BGR\",\n            \"name\": \"Bulgaria\"\n        },\n        {\n            \"alpha2Code\": \"KH\",\n            \"alpha3Code\": \"KHM\",\n            \"name\": \"Cambodia\"\n        },\n        {\n            \"alpha2Code\": \"CM\",\n            \"alpha3Code\": \"CMR\",\n            \"name\": \"Cameroon\"\n        },\n        {\n            \"alpha2Code\": \"CA\",\n            \"alpha3Code\": \"CAN\",\n            \"name\": \"Canada\"\n        },\n        {\n            \"alpha2Code\": \"KY\",\n            \"alpha3Code\": \"CYM\",\n            \"name\": \"Cayman Islands\"\n        },\n        {\n            \"alpha2Code\": \"CL\",\n            \"alpha3Code\": \"CHL\",\n            \"name\": \"Chile\"\n        },\n        {\n            \"alpha2Code\": \"CN\",\n            \"alpha3Code\": \"CHN\",\n            \"name\": \"China\"\n        },\n        {\n            \"alpha2Code\": \"CO\",\n            \"alpha3Code\": \"COL\",\n            \"name\": \"Colombia\"\n        },\n        {\n            \"alpha2Code\": \"KM\",\n            \"alpha3Code\": \"COM\",\n            \"name\": \"Comoros\"\n        },\n        {\n            \"alpha2Code\": \"CK\",\n            \"alpha3Code\": \"COK\",\n            \"name\": \"Cook Islands\"\n        },\n        {\n            \"alpha2Code\": \"CR\",\n            \"alpha3Code\": \"CRI\",\n            \"name\": \"Costa Rica\"\n        },\n        {\n            \"alpha2Code\": \"HR\",\n            \"alpha3Code\": \"HRV\",\n            \"name\": \"Croatia\"\n        },\n        {\n            \"alpha2Code\": \"CW\",\n            \"alpha3Code\": \"CUW\",\n            \"name\": \"Curaçao\"\n        },\n        {\n            \"alpha2Code\": \"CY\",\n            \"alpha3Code\": \"CYP\",\n            \"name\": \"Cyprus\"\n        },\n        {\n            \"alpha2Code\": \"CZ\",\n            \"alpha3Code\": \"CZE\",\n            \"name\": \"Czech Republic\"\n        },\n        {\n            \"alpha2Code\": \"DK\",\n            \"alpha3Code\": \"DNK\",\n            \"name\": \"Denmark\"\n        },\n        {\n            \"alpha2Code\": \"DM\",\n            \"alpha3Code\": \"DMA\",\n            \"name\": \"Dominica\"\n        },\n        {\n            \"alpha2Code\": \"DO\",\n            \"alpha3Code\": \"DOM\",\n            \"name\": \"Dominican Republic\"\n        },\n        {\n            \"alpha2Code\": \"EC\",\n            \"alpha3Code\": \"ECU\",\n            \"name\": \"Ecuador\"\n        },\n        {\n            \"alpha2Code\": \"EG\",\n            \"alpha3Code\": \"EGY\",\n            \"name\": \"Egypt\"\n        },\n        {\n            \"alpha2Code\": \"SV\",\n            \"alpha3Code\": \"SLV\",\n            \"name\": \"El Salvador\"\n        },\n        {\n            \"alpha2Code\": \"EE\",\n            \"alpha3Code\": \"EST\",\n            \"name\": \"Estonia\"\n        },\n        {\n            \"alpha2Code\": \"FK\",\n            \"alpha3Code\": \"FLK\",\n            \"name\": \"Falkland Islands (Malvinas)\"\n        },\n        {\n            \"alpha2Code\": \"FJ\",\n            \"alpha3Code\": \"FJI\",\n            \"name\": \"Fiji\"\n        },\n        {\n            \"alpha2Code\": \"FI\",\n            \"alpha3Code\": \"FIN\",\n            \"name\": \"Finland\"\n        },\n        {\n            \"alpha2Code\": \"FR\",\n            \"alpha3Code\": \"FRA\",\n            \"name\": \"France\"\n        },\n        {\n            \"alpha2Code\": \"GF\",\n            \"alpha3Code\": \"GUF\",\n            \"name\": \"French Guiana\"\n        },\n        {\n            \"alpha2Code\": \"PF\",\n            \"alpha3Code\": \"PYF\",\n            \"name\": \"French Polynesia\"\n        },\n        {\n            \"alpha2Code\": \"GE\",\n            \"alpha3Code\": \"GEO\",\n            \"name\": \"Georgia\"\n        },\n        {\n            \"alpha2Code\": \"DE\",\n            \"alpha3Code\": \"DEU\",\n            \"name\": \"Germany\"\n        },\n        {\n            \"alpha2Code\": \"GH\",\n            \"alpha3Code\": \"GHA\",\n            \"name\": \"Ghana\"\n        },\n        {\n            \"alpha2Code\": \"GI\",\n            \"alpha3Code\": \"GIB\",\n            \"name\": \"Gibraltar\"\n        },\n        {\n            \"alpha2Code\": \"GR\",\n            \"alpha3Code\": \"GRC\",\n            \"name\": \"Greece\"\n        },\n        {\n            \"alpha2Code\": \"GL\",\n            \"alpha3Code\": \"GRL\",\n            \"name\": \"Greenland\"\n        },\n        {\n            \"alpha2Code\": \"GD\",\n            \"alpha3Code\": \"GRD\",\n            \"name\": \"Grenada\"\n        },\n        {\n            \"alpha2Code\": \"GP\",\n            \"alpha3Code\": \"GLP\",\n            \"name\": \"Guadeloupe\"\n        },\n        {\n            \"alpha2Code\": \"GU\",\n            \"alpha3Code\": \"GUM\",\n            \"name\": \"Guam\"\n        },\n        {\n            \"alpha2Code\": \"GT\",\n            \"alpha3Code\": \"GTM\",\n            \"name\": \"Guatemala\"\n        },\n        {\n            \"alpha2Code\": \"GG\",\n            \"alpha3Code\": \"GGY\",\n            \"name\": \"Guernsey\"\n        },\n        {\n            \"alpha2Code\": \"HN\",\n            \"alpha3Code\": \"HND\",\n            \"name\": \"Honduras\"\n        },\n        {\n            \"alpha2Code\": \"HK\",\n            \"alpha3Code\": \"HKG\",\n            \"name\": \"Hong Kong\"\n        },\n        {\n            \"alpha2Code\": \"HU\",\n            \"alpha3Code\": \"HUN\",\n            \"name\": \"Hungary\"\n        },\n        {\n            \"alpha2Code\": \"IS\",\n            \"alpha3Code\": \"ISL\",\n            \"name\": \"Iceland\"\n        },\n        {\n            \"alpha2Code\": \"IN\",\n            \"alpha3Code\": \"IND\",\n            \"name\": \"India\"\n        },\n        {\n            \"alpha2Code\": \"ID\",\n            \"alpha3Code\": \"IDN\",\n            \"name\": \"Indonesia\"\n        },\n        {\n            \"alpha2Code\": \"IE\",\n            \"alpha3Code\": \"IRL\",\n            \"name\": \"Ireland\"\n        },\n        {\n            \"alpha2Code\": \"IM\",\n            \"alpha3Code\": \"IMN\",\n            \"name\": \"Isle of Man\"\n        },\n        {\n            \"alpha2Code\": \"IL\",\n            \"alpha3Code\": \"ISR\",\n            \"name\": \"Israel\"\n        },\n        {\n            \"alpha2Code\": \"IT\",\n            \"alpha3Code\": \"ITA\",\n            \"name\": \"Italy\"\n        },\n        {\n            \"alpha2Code\": \"JM\",\n            \"alpha3Code\": \"JAM\",\n            \"name\": \"Jamaica\"\n        },\n        {\n            \"alpha2Code\": \"JP\",\n            \"alpha3Code\": \"JPN\",\n            \"name\": \"Japan\"\n        },\n        {\n            \"alpha2Code\": \"JE\",\n            \"alpha3Code\": \"JEY\",\n            \"name\": \"Jersey\"\n        },\n        {\n            \"alpha2Code\": \"JO\",\n            \"alpha3Code\": \"JOR\",\n            \"name\": \"Jordan\"\n        },\n        {\n            \"alpha2Code\": \"KZ\",\n            \"alpha3Code\": \"KAZ\",\n            \"name\": \"Kazakhstan\"\n        },\n        {\n            \"alpha2Code\": \"KE\",\n            \"alpha3Code\": \"KEN\",\n            \"name\": \"Kenya\"\n        },\n        {\n            \"alpha2Code\": \"KW\",\n            \"alpha3Code\": \"KWT\",\n            \"name\": \"Kuwait\"\n        },\n        {\n            \"alpha2Code\": \"KG\",\n            \"alpha3Code\": \"KGZ\",\n            \"name\": \"Kyrgyzstan\"\n        },\n        {\n            \"alpha2Code\": \"LV\",\n            \"alpha3Code\": \"LVA\",\n            \"name\": \"Latvia\"\n        },\n        {\n            \"alpha2Code\": \"LI\",\n            \"alpha3Code\": \"LIE\",\n            \"name\": \"Liechtenstein\"\n        },\n        {\n            \"alpha2Code\": \"LT\",\n            \"alpha3Code\": \"LTU\",\n            \"name\": \"Lithuania\"\n        },\n        {\n            \"alpha2Code\": \"LU\",\n            \"alpha3Code\": \"LUX\",\n            \"name\": \"Luxembourg\"\n        },\n        {\n            \"alpha2Code\": \"MO\",\n            \"alpha3Code\": \"MAC\",\n            \"name\": \"Macao\"\n        },\n        {\n            \"alpha2Code\": \"MK\",\n            \"alpha3Code\": \"MKD\",\n            \"name\": \"Macedonia (the former Yugoslav Republic of)\"\n        },\n        {\n            \"alpha2Code\": \"MG\",\n            \"alpha3Code\": \"MDG\",\n            \"name\": \"Madagascar\"\n        },\n        {\n            \"alpha2Code\": \"MY\",\n            \"alpha3Code\": \"MYS\",\n            \"name\": \"Malaysia\"\n        },\n        {\n            \"alpha2Code\": \"MV\",\n            \"alpha3Code\": \"MDV\",\n            \"name\": \"Maldives\"\n        },\n        {\n            \"alpha2Code\": \"ML\",\n            \"alpha3Code\": \"MLI\",\n            \"name\": \"Mali\"\n        },\n        {\n            \"alpha2Code\": \"MT\",\n            \"alpha3Code\": \"MLT\",\n            \"name\": \"Malta\"\n        },\n        {\n            \"alpha2Code\": \"MH\",\n            \"alpha3Code\": \"MHL\",\n            \"name\": \"Marshall Islands\"\n        },\n        {\n            \"alpha2Code\": \"MQ\",\n            \"alpha3Code\": \"MTQ\",\n            \"name\": \"Martinique\"\n        },\n        {\n            \"alpha2Code\": \"MR\",\n            \"alpha3Code\": \"MRT\",\n            \"name\": \"Mauritania\"\n        },\n        {\n            \"alpha2Code\": \"MU\",\n            \"alpha3Code\": \"MUS\",\n            \"name\": \"Mauritius\"\n        },\n        {\n            \"alpha2Code\": \"MX\",\n            \"alpha3Code\": \"MEX\",\n            \"name\": \"Mexico\"\n        },\n        {\n            \"alpha2Code\": \"MD\",\n            \"alpha3Code\": \"MDA\",\n            \"name\": \"Moldova (Republic of)\"\n        },\n        {\n            \"alpha2Code\": \"MC\",\n            \"alpha3Code\": \"MCO\",\n            \"name\": \"Monaco\"\n        },\n        {\n            \"alpha2Code\": \"MN\",\n            \"alpha3Code\": \"MNG\",\n            \"name\": \"Mongolia\"\n        },\n        {\n            \"alpha2Code\": \"ME\",\n            \"alpha3Code\": \"MNE\",\n            \"name\": \"Montenegro\"\n        },\n        {\n            \"alpha2Code\": \"MS\",\n            \"alpha3Code\": \"MSR\",\n            \"name\": \"Montserrat\"\n        },\n        {\n            \"alpha2Code\": \"MA\",\n            \"alpha3Code\": \"MAR\",\n            \"name\": \"Morocco\"\n        },\n        {\n            \"alpha2Code\": \"NP\",\n            \"alpha3Code\": \"NPL\",\n            \"name\": \"Nepal\"\n        },\n        {\n            \"alpha2Code\": \"NL\",\n            \"alpha3Code\": \"NLD\",\n            \"name\": \"Netherlands\"\n        },\n        {\n            \"alpha2Code\": \"NZ\",\n            \"alpha3Code\": \"NZL\",\n            \"name\": \"New Zealand\"\n        },\n        {\n            \"alpha2Code\": \"NG\",\n            \"alpha3Code\": \"NGA\",\n            \"name\": \"Nigeria\"\n        },\n        {\n            \"alpha2Code\": \"NO\",\n            \"alpha3Code\": \"NOR\",\n            \"name\": \"Norway\"\n        },\n        {\n            \"alpha2Code\": \"OM\",\n            \"alpha3Code\": \"OMN\",\n            \"name\": \"Oman\"\n        },\n        {\n            \"alpha2Code\": \"PK\",\n            \"alpha3Code\": \"PAK\",\n            \"name\": \"Pakistan\"\n        },\n        {\n            \"alpha2Code\": \"PA\",\n            \"alpha3Code\": \"PAN\",\n            \"name\": \"Panama\"\n        },\n        {\n            \"alpha2Code\": \"PY\",\n            \"alpha3Code\": \"PRY\",\n            \"name\": \"Paraguay\"\n        },\n        {\n            \"alpha2Code\": \"PE\",\n            \"alpha3Code\": \"PER\",\n            \"name\": \"Peru\"\n        },\n        {\n            \"alpha2Code\": \"PH\",\n            \"alpha3Code\": \"PHL\",\n            \"name\": \"Philippines\"\n        },\n        {\n            \"alpha2Code\": \"PL\",\n            \"alpha3Code\": \"POL\",\n            \"name\": \"Poland\"\n        },\n        {\n            \"alpha2Code\": \"PT\",\n            \"alpha3Code\": \"PRT\",\n            \"name\": \"Portugal\"\n        },\n        {\n            \"alpha2Code\": \"PR\",\n            \"alpha3Code\": \"PRI\",\n            \"name\": \"Puerto Rico\"\n        },\n        {\n            \"alpha2Code\": \"QA\",\n            \"alpha3Code\": \"QAT\",\n            \"name\": \"Qatar\"\n        },\n        {\n            \"alpha2Code\": \"XK\",\n            \"alpha3Code\": \"KOS\",\n            \"name\": \"Republic of Kosovo\"\n        },\n        {\n            \"alpha2Code\": \"RO\",\n            \"alpha3Code\": \"ROU\",\n            \"name\": \"Romania\"\n        },\n        {\n            \"alpha2Code\": \"RU\",\n            \"alpha3Code\": \"RUS\",\n            \"name\": \"Russian Federation\"\n        },\n        {\n            \"alpha2Code\": \"KN\",\n            \"alpha3Code\": \"KNA\",\n            \"name\": \"Saint Kitts and Nevis\"\n        },\n        {\n            \"alpha2Code\": \"LC\",\n            \"alpha3Code\": \"LCA\",\n            \"name\": \"Saint Lucia\"\n        },\n        {\n            \"alpha2Code\": \"MF\",\n            \"alpha3Code\": \"MAF\",\n            \"name\": \"Saint Martin (French part)\"\n        },\n        {\n            \"alpha2Code\": \"VC\",\n            \"alpha3Code\": \"VCT\",\n            \"name\": \"Saint Vincent and the Grenadines\"\n        },\n        {\n            \"alpha2Code\": \"WS\",\n            \"alpha3Code\": \"WSM\",\n            \"name\": \"Samoa\"\n        },\n        {\n            \"alpha2Code\": \"SM\",\n            \"alpha3Code\": \"SMR\",\n            \"name\": \"San Marino\"\n        },\n        {\n            \"alpha2Code\": \"SA\",\n            \"alpha3Code\": \"SAU\",\n            \"name\": \"Saudi Arabia\"\n        },\n        {\n            \"alpha2Code\": \"RS\",\n            \"alpha3Code\": \"SRB\",\n            \"name\": \"Serbia\"\n        },\n        {\n            \"alpha2Code\": \"SC\",\n            \"alpha3Code\": \"SYC\",\n            \"name\": \"Seychelles\"\n        },\n        {\n            \"alpha2Code\": \"SG\",\n            \"alpha3Code\": \"SGP\",\n            \"name\": \"Singapore\"\n        },\n        {\n            \"alpha2Code\": \"SK\",\n            \"alpha3Code\": \"SVK\",\n            \"name\": \"Slovakia\"\n        },\n        {\n            \"alpha2Code\": \"SI\",\n            \"alpha3Code\": \"SVN\",\n            \"name\": \"Slovenia\"\n        },\n        {\n            \"alpha2Code\": \"ZA\",\n            \"alpha3Code\": \"ZAF\",\n            \"name\": \"South Africa\"\n        },\n        {\n            \"alpha2Code\": \"KR\",\n            \"alpha3Code\": \"KOR\",\n            \"name\": \"Korea\"\n        },\n        {\n            \"alpha2Code\": \"SS\",\n            \"alpha3Code\": \"SSD\",\n            \"name\": \"South Sudan\"\n        },\n        {\n            \"alpha2Code\": \"ES\",\n            \"alpha3Code\": \"ESP\",\n            \"name\": \"Spain\"\n        },\n        {\n            \"alpha2Code\": \"SE\",\n            \"alpha3Code\": \"SWE\",\n            \"name\": \"Sweden\"\n        },\n        {\n            \"alpha2Code\": \"CH\",\n            \"alpha3Code\": \"CHE\",\n            \"name\": \"Switzerland\"\n        },\n        {\n            \"alpha2Code\": \"TW\",\n            \"alpha3Code\": \"TWN\",\n            \"name\": \"Taiwan\"\n        },\n        {\n            \"alpha2Code\": \"TJ\",\n            \"alpha3Code\": \"TJK\",\n            \"name\": \"Tajikistan\"\n        },\n        {\n            \"alpha2Code\": \"TZ\",\n            \"alpha3Code\": \"TZA\",\n            \"name\": \"Tanzania, United Republic of\"\n        },\n        {\n            \"alpha2Code\": \"TH\",\n            \"alpha3Code\": \"THA\",\n            \"name\": \"Thailand\"\n        },\n        {\n            \"alpha2Code\": \"TN\",\n            \"alpha3Code\": \"TUN\",\n            \"name\": \"Tunisia\"\n        },\n        {\n            \"alpha2Code\": \"TR\",\n            \"alpha3Code\": \"TUR\",\n            \"name\": \"Turkey\"\n        },\n        {\n            \"alpha2Code\": \"TM\",\n            \"alpha3Code\": \"TKM\",\n            \"name\": \"Turkmenistan\"\n        },\n        {\n            \"alpha2Code\": \"TC\",\n            \"alpha3Code\": \"TCA\",\n            \"name\": \"Turks and Caicos Islands\"\n        },\n        {\n            \"alpha2Code\": \"AE\",\n            \"alpha3Code\": \"ARE\",\n            \"name\": \"United Arab Emirates\"\n        },\n        {\n            \"alpha2Code\": \"GB\",\n            \"alpha3Code\": \"GBR\",\n            \"name\": \"United Kingdom\"\n        },\n        {\n            \"alpha2Code\": \"US\",\n            \"alpha3Code\": \"USA\",\n            \"name\": \"United States of America\"\n        },\n        {\n            \"alpha2Code\": \"UY\",\n            \"alpha3Code\": \"URY\",\n            \"name\": \"Uruguay\"\n        },\n        {\n            \"alpha2Code\": \"UZ\",\n            \"alpha3Code\": \"UZB\",\n            \"name\": \"Uzbekistan\"\n        },\n        {\n            \"alpha2Code\": \"VU\",\n            \"alpha3Code\": \"VUT\",\n            \"name\": \"Vanuatu\"\n        },\n        {\n            \"alpha2Code\": \"VN\",\n            \"alpha3Code\": \"VNM\",\n            \"name\": \"Vietnam\"\n        },\n        {\n            \"alpha2Code\": \"TT\",\n            \"alpha3Code\": \"TTO\",\n            \"name\": \"Trinidad and Tobago\"\n        },\n        {\n            \"alpha2Code\": \"TN\",\n            \"alpha3Code\": \"TUN\",\n            \"name\": \"Tunisia\"\n        },\n        {\n            \"alpha2Code\": \"TR\",\n            \"alpha3Code\": \"TUR\",\n            \"name\": \"Turkey\"\n        },\n        {\n            \"alpha2Code\": \"TM\",\n            \"alpha3Code\": \"TKM\",\n            \"name\": \"Turkmenistan\"\n        },\n        {\n            \"alpha2Code\": \"TC\",\n            \"alpha3Code\": \"TCA\",\n            \"name\": \"Turks and Caicos Islands\"\n        },\n        {\n            \"alpha2Code\": \"AE\",\n            \"alpha3Code\": \"ARE\",\n            \"name\": \"United Arab Emirates\"\n        },\n        {\n            \"alpha2Code\": \"GB\",\n            \"alpha3Code\": \"GBR\",\n            \"name\": \"United Kingdom\"\n        },\n        {\n            \"alpha2Code\": \"US\",\n            \"alpha3Code\": \"USA\",\n            \"name\": \"United States of America\"\n        },\n        {\n            \"alpha2Code\": \"UY\",\n            \"alpha3Code\": \"URY\",\n            \"name\": \"Uruguay\"\n        },\n        {\n            \"alpha2Code\": \"UZ\",\n            \"alpha3Code\": \"UZB\",\n            \"name\": \"Uzbekistan\"\n        },\n        {\n            \"alpha2Code\": \"VU\",\n            \"alpha3Code\": \"VUT\",\n            \"name\": \"Vanuatu\"\n        },\n        {\n            \"alpha2Code\": \"VN\",\n            \"alpha3Code\": \"VNM\",\n            \"name\": \"Vietnam\"\n        }\n    ]\n}"}],"_postman_id":"d8896325-0e18-4fb6-93a3-e7139ab5fa43"},{"name":"Get Countries For Payment","id":"5fa7bb94-235d-432d-b0fc-85b97dd26c5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/v2/resource/countries/payment","description":"<p>To fetch the list of countries that are allowed to send payments/transfers.</p>\n<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>number</td>\n<td>--</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>ResponseData</td>\n<td><a href=\"#countries\">Country</a></td>\n<td>--</td>\n<td>--</td>\n<td>List of the countries</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","resource","countries","payment"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"e6926e3c-de0f-4e03-ae98-62d1bd938fe9","name":"Get Countries For Payment","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/resource/countries/payment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"3999-8PaE/IKfs+YrfsVHmihW8GgYn40\""},{"key":"x-execution-time","value":"56"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Wed, 05 Jan 2022 07:10:37 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": [\n        {\n            \"alpha2Code\": \"AX\",\n            \"alpha3Code\": \"ALA\",\n            \"name\": \"Aland Islands\"\n        },\n        {\n            \"alpha2Code\": \"AL\",\n            \"alpha3Code\": \"ALB\",\n            \"name\": \"Albania\"\n        },\n        {\n            \"alpha2Code\": \"DZ\",\n            \"alpha3Code\": \"DZA\",\n            \"name\": \"Algeria\"\n        },\n        {\n            \"alpha2Code\": \"AS\",\n            \"alpha3Code\": \"ASM\",\n            \"name\": \"American Samoa\"\n        },\n        {\n            \"alpha2Code\": \"AD\",\n            \"alpha3Code\": \"AND\",\n            \"name\": \"Andorra\"\n        },\n        {\n            \"alpha2Code\": \"AQ\",\n            \"alpha3Code\": \"ATA\",\n            \"name\": \"Antarctica\"\n        },\n        {\n            \"alpha2Code\": \"AG\",\n            \"alpha3Code\": \"ATG\",\n            \"name\": \"Antigua and Barbuda\"\n        },\n        {\n            \"alpha2Code\": \"AR\",\n            \"alpha3Code\": \"ARG\",\n            \"name\": \"Argentina\"\n        },\n        {\n            \"alpha2Code\": \"AM\",\n            \"alpha3Code\": \"ARM\",\n            \"name\": \"Armenia\"\n        },\n        {\n            \"alpha2Code\": \"AW\",\n            \"alpha3Code\": \"ABW\",\n            \"name\": \"Aruba\"\n        },\n        {\n            \"alpha2Code\": \"AU\",\n            \"alpha3Code\": \"AUS\",\n            \"name\": \"Australia\"\n        },\n        {\n            \"alpha2Code\": \"AT\",\n            \"alpha3Code\": \"AUT\",\n            \"name\": \"Austria\"\n        },\n        {\n            \"alpha2Code\": \"AZ\",\n            \"alpha3Code\": \"AZE\",\n            \"name\": \"Azerbaijan\"\n        },\n        {\n            \"alpha2Code\": \"BS\",\n            \"alpha3Code\": \"BHS\",\n            \"name\": \"Bahamas\"\n        },\n        {\n            \"alpha2Code\": \"BH\",\n            \"alpha3Code\": \"BHR\",\n            \"name\": \"Bahrain\"\n        },\n        {\n            \"alpha2Code\": \"BD\",\n            \"alpha3Code\": \"BGD\",\n            \"name\": \"Bangladesh\"\n        },\n        {\n            \"alpha2Code\": \"BB\",\n            \"alpha3Code\": \"BRB\",\n            \"name\": \"Barbados\"\n        },\n        {\n            \"alpha2Code\": \"BE\",\n            \"alpha3Code\": \"BEL\",\n            \"name\": \"Belgium\"\n        },\n        {\n            \"alpha2Code\": \"BZ\",\n            \"alpha3Code\": \"BLZ\",\n            \"name\": \"Belize\"\n        },\n        {\n            \"alpha2Code\": \"BJ\",\n            \"alpha3Code\": \"BEN\",\n            \"name\": \"Benin\"\n        },\n        {\n            \"alpha2Code\": \"BM\",\n            \"alpha3Code\": \"BMU\",\n            \"name\": \"Bermuda\"\n        },\n        {\n            \"alpha2Code\": \"BT\",\n            \"alpha3Code\": \"BTN\",\n            \"name\": \"Bhutan\"\n        },\n        {\n            \"alpha2Code\": \"BO\",\n            \"alpha3Code\": \"BOL\",\n            \"name\": \"Bolivia (Plurinational State of)\"\n        },\n        {\n            \"alpha2Code\": \"BQ\",\n            \"alpha3Code\": \"BES\",\n            \"name\": \"Bonaire, Sint Eustatius and Saba\"\n        },\n        {\n            \"alpha2Code\": \"BA\",\n            \"alpha3Code\": \"BIH\",\n            \"name\": \"Bosnia and Herzegovina\"\n        },\n        {\n            \"alpha2Code\": \"BW\",\n            \"alpha3Code\": \"BWA\",\n            \"name\": \"Botswana\"\n        },\n        {\n            \"alpha2Code\": \"BV\",\n            \"alpha3Code\": \"BVT\",\n            \"name\": \"Bouvet Island\"\n        },\n        {\n            \"alpha2Code\": \"BR\",\n            \"alpha3Code\": \"BRA\",\n            \"name\": \"Brazil\"\n        },\n        {\n            \"alpha2Code\": \"IO\",\n            \"alpha3Code\": \"IOT\",\n            \"name\": \"British Indian Ocean Territory\"\n        },\n        {\n            \"alpha2Code\": \"UM\",\n            \"alpha3Code\": \"UMI\",\n            \"name\": \"United States Minor Outlying Islands\"\n        },\n        {\n            \"alpha2Code\": \"VG\",\n            \"alpha3Code\": \"VGB\",\n            \"name\": \"Virgin Islands (British)\"\n        },\n        {\n            \"alpha2Code\": \"VI\",\n            \"alpha3Code\": \"VIR\",\n            \"name\": \"Virgin Islands (U.S.)\"\n        },\n        {\n            \"alpha2Code\": \"BN\",\n            \"alpha3Code\": \"BRN\",\n            \"name\": \"Brunei Darussalam\"\n        },\n        {\n            \"alpha2Code\": \"BG\",\n            \"alpha3Code\": \"BGR\",\n            \"name\": \"Bulgaria\"\n        },\n        {\n            \"alpha2Code\": \"BF\",\n            \"alpha3Code\": \"BFA\",\n            \"name\": \"Burkina Faso\"\n        },\n        {\n            \"alpha2Code\": \"KH\",\n            \"alpha3Code\": \"KHM\",\n            \"name\": \"Cambodia\"\n        },\n        {\n            \"alpha2Code\": \"CM\",\n            \"alpha3Code\": \"CMR\",\n            \"name\": \"Cameroon\"\n        },\n        {\n            \"alpha2Code\": \"CA\",\n            \"alpha3Code\": \"CAN\",\n            \"name\": \"Canada\"\n        },\n        {\n            \"alpha2Code\": \"CV\",\n            \"alpha3Code\": \"CPV\",\n            \"name\": \"Cabo Verde\"\n        },\n        {\n            \"alpha2Code\": \"KY\",\n            \"alpha3Code\": \"CYM\",\n            \"name\": \"Cayman Islands\"\n        },\n        {\n            \"alpha2Code\": \"CF\",\n            \"alpha3Code\": \"CAF\",\n            \"name\": \"Central African Republic\"\n        },\n        {\n            \"alpha2Code\": \"TD\",\n            \"alpha3Code\": \"TCD\",\n            \"name\": \"Chad\"\n        },\n        {\n            \"alpha2Code\": \"CL\",\n            \"alpha3Code\": \"CHL\",\n            \"name\": \"Chile\"\n        },\n        {\n            \"alpha2Code\": \"CN\",\n            \"alpha3Code\": \"CHN\",\n            \"name\": \"China\"\n        },\n        {\n            \"alpha2Code\": \"CX\",\n            \"alpha3Code\": \"CXR\",\n            \"name\": \"Christmas Island\"\n        },\n        {\n            \"alpha2Code\": \"CC\",\n            \"alpha3Code\": \"CCK\",\n            \"name\": \"Cocos (Keeling) Islands\"\n        },\n        {\n            \"alpha2Code\": \"CO\",\n            \"alpha3Code\": \"COL\",\n            \"name\": \"Colombia\"\n        },\n        {\n            \"alpha2Code\": \"KM\",\n            \"alpha3Code\": \"COM\",\n            \"name\": \"Comoros\"\n        },\n        {\n            \"alpha2Code\": \"CK\",\n            \"alpha3Code\": \"COK\",\n            \"name\": \"Cook Islands\"\n        },\n        {\n            \"alpha2Code\": \"CR\",\n            \"alpha3Code\": \"CRI\",\n            \"name\": \"Costa Rica\"\n        },\n        {\n            \"alpha2Code\": \"HR\",\n            \"alpha3Code\": \"HRV\",\n            \"name\": \"Croatia\"\n        },\n        {\n            \"alpha2Code\": \"CW\",\n            \"alpha3Code\": \"CUW\",\n            \"name\": \"Curaçao\"\n        },\n        {\n            \"alpha2Code\": \"CY\",\n            \"alpha3Code\": \"CYP\",\n            \"name\": \"Cyprus\"\n        },\n        {\n            \"alpha2Code\": \"CZ\",\n            \"alpha3Code\": \"CZE\",\n            \"name\": \"Czech Republic\"\n        },\n        {\n            \"alpha2Code\": \"DK\",\n            \"alpha3Code\": \"DNK\",\n            \"name\": \"Denmark\"\n        },\n        {\n            \"alpha2Code\": \"DJ\",\n            \"alpha3Code\": \"DJI\",\n            \"name\": \"Djibouti\"\n        },\n        {\n            \"alpha2Code\": \"DM\",\n            \"alpha3Code\": \"DMA\",\n            \"name\": \"Dominica\"\n        },\n        {\n            \"alpha2Code\": \"DO\",\n            \"alpha3Code\": \"DOM\",\n            \"name\": \"Dominican Republic\"\n        },\n        {\n            \"alpha2Code\": \"EC\",\n            \"alpha3Code\": \"ECU\",\n            \"name\": \"Ecuador\"\n        },\n        {\n            \"alpha2Code\": \"EG\",\n            \"alpha3Code\": \"EGY\",\n            \"name\": \"Egypt\"\n        },\n        {\n            \"alpha2Code\": \"SV\",\n            \"alpha3Code\": \"SLV\",\n            \"name\": \"El Salvador\"\n        },\n        {\n            \"alpha2Code\": \"GQ\",\n            \"alpha3Code\": \"GNQ\",\n            \"name\": \"Equatorial Guinea\"\n        },\n        {\n            \"alpha2Code\": \"ER\",\n            \"alpha3Code\": \"ERI\",\n            \"name\": \"Eritrea\"\n        },\n        {\n            \"alpha2Code\": \"EE\",\n            \"alpha3Code\": \"EST\",\n            \"name\": \"Estonia\"\n        },\n        {\n            \"alpha2Code\": \"ET\",\n            \"alpha3Code\": \"ETH\",\n            \"name\": \"Ethiopia\"\n        },\n        {\n            \"alpha2Code\": \"FK\",\n            \"alpha3Code\": \"FLK\",\n            \"name\": \"Falkland Islands (Malvinas)\"\n        },\n        {\n            \"alpha2Code\": \"FO\",\n            \"alpha3Code\": \"FRO\",\n            \"name\": \"Faroe Islands\"\n        },\n        {\n            \"alpha2Code\": \"FJ\",\n            \"alpha3Code\": \"FJI\",\n            \"name\": \"Fiji\"\n        },\n        {\n            \"alpha2Code\": \"FI\",\n            \"alpha3Code\": \"FIN\",\n            \"name\": \"Finland\"\n        },\n        {\n            \"alpha2Code\": \"FR\",\n            \"alpha3Code\": \"FRA\",\n            \"name\": \"France\"\n        },\n        {\n            \"alpha2Code\": \"GF\",\n            \"alpha3Code\": \"GUF\",\n            \"name\": \"French Guiana\"\n        },\n        {\n            \"alpha2Code\": \"PF\",\n            \"alpha3Code\": \"PYF\",\n            \"name\": \"French Polynesia\"\n        },\n        {\n            \"alpha2Code\": \"TF\",\n            \"alpha3Code\": \"ATF\",\n            \"name\": \"French Southern Territories\"\n        },\n        {\n            \"alpha2Code\": \"GA\",\n            \"alpha3Code\": \"GAB\",\n            \"name\": \"Gabon\"\n        },\n        {\n            \"alpha2Code\": \"GM\",\n            \"alpha3Code\": \"GMB\",\n            \"name\": \"Gambia\"\n        },\n        {\n            \"alpha2Code\": \"GE\",\n            \"alpha3Code\": \"GEO\",\n            \"name\": \"Georgia\"\n        },\n        {\n            \"alpha2Code\": \"DE\",\n            \"alpha3Code\": \"DEU\",\n            \"name\": \"Germany\"\n        },\n        {\n            \"alpha2Code\": \"GH\",\n            \"alpha3Code\": \"GHA\",\n            \"name\": \"Ghana\"\n        },\n        {\n            \"alpha2Code\": \"GI\",\n            \"alpha3Code\": \"GIB\",\n            \"name\": \"Gibraltar\"\n        },\n        {\n            \"alpha2Code\": \"GR\",\n            \"alpha3Code\": \"GRC\",\n            \"name\": \"Greece\"\n        },\n        {\n            \"alpha2Code\": \"GL\",\n            \"alpha3Code\": \"GRL\",\n            \"name\": \"Greenland\"\n        },\n        {\n            \"alpha2Code\": \"GD\",\n            \"alpha3Code\": \"GRD\",\n            \"name\": \"Grenada\"\n        },\n        {\n            \"alpha2Code\": \"GP\",\n            \"alpha3Code\": \"GLP\",\n            \"name\": \"Guadeloupe\"\n        },\n        {\n            \"alpha2Code\": \"GU\",\n            \"alpha3Code\": \"GUM\",\n            \"name\": \"Guam\"\n        },\n        {\n            \"alpha2Code\": \"GT\",\n            \"alpha3Code\": \"GTM\",\n            \"name\": \"Guatemala\"\n        },\n        {\n            \"alpha2Code\": \"GG\",\n            \"alpha3Code\": \"GGY\",\n            \"name\": \"Guernsey\"\n        },\n        {\n            \"alpha2Code\": \"GN\",\n            \"alpha3Code\": \"GIN\",\n            \"name\": \"Guinea\"\n        },\n        {\n            \"alpha2Code\": \"GW\",\n            \"alpha3Code\": \"GNB\",\n            \"name\": \"Guinea-Bissau\"\n        },\n        {\n            \"alpha2Code\": \"GY\",\n            \"alpha3Code\": \"GUY\",\n            \"name\": \"Guyana\"\n        },\n        {\n            \"alpha2Code\": \"HT\",\n            \"alpha3Code\": \"HTI\",\n            \"name\": \"Haiti\"\n        },\n        {\n            \"alpha2Code\": \"HM\",\n            \"alpha3Code\": \"HMD\",\n            \"name\": \"Heard Island and McDonald Islands\"\n        },\n        {\n            \"alpha2Code\": \"VA\",\n            \"alpha3Code\": \"VAT\",\n            \"name\": \"Holy See\"\n        },\n        {\n            \"alpha2Code\": \"HN\",\n            \"alpha3Code\": \"HND\",\n            \"name\": \"Honduras\"\n        },\n        {\n            \"alpha2Code\": \"HK\",\n            \"alpha3Code\": \"HKG\",\n            \"name\": \"Hong Kong\"\n        },\n        {\n            \"alpha2Code\": \"HU\",\n            \"alpha3Code\": \"HUN\",\n            \"name\": \"Hungary\"\n        },\n        {\n            \"alpha2Code\": \"IS\",\n            \"alpha3Code\": \"ISL\",\n            \"name\": \"Iceland\"\n        },\n        {\n            \"alpha2Code\": \"IN\",\n            \"alpha3Code\": \"IND\",\n            \"name\": \"India\"\n        },\n        {\n            \"alpha2Code\": \"ID\",\n            \"alpha3Code\": \"IDN\",\n            \"name\": \"Indonesia\"\n        },\n        {\n            \"alpha2Code\": \"IE\",\n            \"alpha3Code\": \"IRL\",\n            \"name\": \"Ireland\"\n        },\n        {\n            \"alpha2Code\": \"IM\",\n            \"alpha3Code\": \"IMN\",\n            \"name\": \"Isle of Man\"\n        },\n        {\n            \"alpha2Code\": \"IL\",\n            \"alpha3Code\": \"ISR\",\n            \"name\": \"Israel\"\n        },\n        {\n            \"alpha2Code\": \"IT\",\n            \"alpha3Code\": \"ITA\",\n            \"name\": \"Italy\"\n        },\n        {\n            \"alpha2Code\": \"JM\",\n            \"alpha3Code\": \"JAM\",\n            \"name\": \"Jamaica\"\n        },\n        {\n            \"alpha2Code\": \"JP\",\n            \"alpha3Code\": \"JPN\",\n            \"name\": \"Japan\"\n        },\n        {\n            \"alpha2Code\": \"JE\",\n            \"alpha3Code\": \"JEY\",\n            \"name\": \"Jersey\"\n        },\n        {\n            \"alpha2Code\": \"JO\",\n            \"alpha3Code\": \"JOR\",\n            \"name\": \"Jordan\"\n        },\n        {\n            \"alpha2Code\": \"KZ\",\n            \"alpha3Code\": \"KAZ\",\n            \"name\": \"Kazakhstan\"\n        },\n        {\n            \"alpha2Code\": \"KE\",\n            \"alpha3Code\": \"KEN\",\n            \"name\": \"Kenya\"\n        },\n        {\n            \"alpha2Code\": \"KI\",\n            \"alpha3Code\": \"KIR\",\n            \"name\": \"Kiribati\"\n        },\n        {\n            \"alpha2Code\": \"KW\",\n            \"alpha3Code\": \"KWT\",\n            \"name\": \"Kuwait\"\n        },\n        {\n            \"alpha2Code\": \"KG\",\n            \"alpha3Code\": \"KGZ\",\n            \"name\": \"Kyrgyzstan\"\n        },\n        {\n            \"alpha2Code\": \"LA\",\n            \"alpha3Code\": \"LAO\",\n            \"name\": \"Lao People's Democratic Republic\"\n        },\n        {\n            \"alpha2Code\": \"LV\",\n            \"alpha3Code\": \"LVA\",\n            \"name\": \"Latvia\"\n        },\n        {\n            \"alpha2Code\": \"LS\",\n            \"alpha3Code\": \"LSO\",\n            \"name\": \"Lesotho\"\n        },\n        {\n            \"alpha2Code\": \"LI\",\n            \"alpha3Code\": \"LIE\",\n            \"name\": \"Liechtenstein\"\n        },\n        {\n            \"alpha2Code\": \"LT\",\n            \"alpha3Code\": \"LTU\",\n            \"name\": \"Lithuania\"\n        },\n        {\n            \"alpha2Code\": \"LU\",\n            \"alpha3Code\": \"LUX\",\n            \"name\": \"Luxembourg\"\n        },\n        {\n            \"alpha2Code\": \"MO\",\n            \"alpha3Code\": \"MAC\",\n            \"name\": \"Macao\"\n        },\n        {\n            \"alpha2Code\": \"MK\",\n            \"alpha3Code\": \"MKD\",\n            \"name\": \"Macedonia (the former Yugoslav Republic of)\"\n        },\n        {\n            \"alpha2Code\": \"MG\",\n            \"alpha3Code\": \"MDG\",\n            \"name\": \"Madagascar\"\n        },\n        {\n            \"alpha2Code\": \"MW\",\n            \"alpha3Code\": \"MWI\",\n            \"name\": \"Malawi\"\n        },\n        {\n            \"alpha2Code\": \"MY\",\n            \"alpha3Code\": \"MYS\",\n            \"name\": \"Malaysia\"\n        },\n        {\n            \"alpha2Code\": \"MV\",\n            \"alpha3Code\": \"MDV\",\n            \"name\": \"Maldives\"\n        },\n        {\n            \"alpha2Code\": \"ML\",\n            \"alpha3Code\": \"MLI\",\n            \"name\": \"Mali\"\n        },\n        {\n            \"alpha2Code\": \"MT\",\n            \"alpha3Code\": \"MLT\",\n            \"name\": \"Malta\"\n        },\n        {\n            \"alpha2Code\": \"MH\",\n            \"alpha3Code\": \"MHL\",\n            \"name\": \"Marshall Islands\"\n        },\n        {\n            \"alpha2Code\": \"MQ\",\n            \"alpha3Code\": \"MTQ\",\n            \"name\": \"Martinique\"\n        },\n        {\n            \"alpha2Code\": \"MR\",\n            \"alpha3Code\": \"MRT\",\n            \"name\": \"Mauritania\"\n        },\n        {\n            \"alpha2Code\": \"MU\",\n            \"alpha3Code\": \"MUS\",\n            \"name\": \"Mauritius\"\n        },\n        {\n            \"alpha2Code\": \"YT\",\n            \"alpha3Code\": \"MYT\",\n            \"name\": \"Mayotte\"\n        },\n        {\n            \"alpha2Code\": \"MX\",\n            \"alpha3Code\": \"MEX\",\n            \"name\": \"Mexico\"\n        },\n        {\n            \"alpha2Code\": \"FM\",\n            \"alpha3Code\": \"FSM\",\n            \"name\": \"Micronesia (Federated States of)\"\n        },\n        {\n            \"alpha2Code\": \"MD\",\n            \"alpha3Code\": \"MDA\",\n            \"name\": \"Moldova (Republic of)\"\n        },\n        {\n            \"alpha2Code\": \"MC\",\n            \"alpha3Code\": \"MCO\",\n            \"name\": \"Monaco\"\n        },\n        {\n            \"alpha2Code\": \"MN\",\n            \"alpha3Code\": \"MNG\",\n            \"name\": \"Mongolia\"\n        },\n        {\n            \"alpha2Code\": \"ME\",\n            \"alpha3Code\": \"MNE\",\n            \"name\": \"Montenegro\"\n        },\n        {\n            \"alpha2Code\": \"MS\",\n            \"alpha3Code\": \"MSR\",\n            \"name\": \"Montserrat\"\n        },\n        {\n            \"alpha2Code\": \"MA\",\n            \"alpha3Code\": \"MAR\",\n            \"name\": \"Morocco\"\n        },\n        {\n            \"alpha2Code\": \"MZ\",\n            \"alpha3Code\": \"MOZ\",\n            \"name\": \"Mozambique\"\n        },\n        {\n            \"alpha2Code\": \"NA\",\n            \"alpha3Code\": \"NAM\",\n            \"name\": \"Namibia\"\n        },\n        {\n            \"alpha2Code\": \"NR\",\n            \"alpha3Code\": \"NRU\",\n            \"name\": \"Nauru\"\n        },\n        {\n            \"alpha2Code\": \"NP\",\n            \"alpha3Code\": \"NPL\",\n            \"name\": \"Nepal\"\n        },\n        {\n            \"alpha2Code\": \"NL\",\n            \"alpha3Code\": \"NLD\",\n            \"name\": \"Netherlands\"\n        },\n        {\n            \"alpha2Code\": \"NC\",\n            \"alpha3Code\": \"NCL\",\n            \"name\": \"New Caledonia\"\n        },\n        {\n            \"alpha2Code\": \"NZ\",\n            \"alpha3Code\": \"NZL\",\n            \"name\": \"New Zealand\"\n        },\n        {\n            \"alpha2Code\": \"NE\",\n            \"alpha3Code\": \"NER\",\n            \"name\": \"Niger\"\n        },\n        {\n            \"alpha2Code\": \"NG\",\n            \"alpha3Code\": \"NGA\",\n            \"name\": \"Nigeria\"\n        },\n        {\n            \"alpha2Code\": \"NU\",\n            \"alpha3Code\": \"NIU\",\n            \"name\": \"Niue\"\n        },\n        {\n            \"alpha2Code\": \"NF\",\n            \"alpha3Code\": \"NFK\",\n            \"name\": \"Norfolk Island\"\n        },\n        {\n            \"alpha2Code\": \"MP\",\n            \"alpha3Code\": \"MNP\",\n            \"name\": \"Northern Mariana Islands\"\n        },\n        {\n            \"alpha2Code\": \"NO\",\n            \"alpha3Code\": \"NOR\",\n            \"name\": \"Norway\"\n        },\n        {\n            \"alpha2Code\": \"OM\",\n            \"alpha3Code\": \"OMN\",\n            \"name\": \"Oman\"\n        },\n        {\n            \"alpha2Code\": \"PK\",\n            \"alpha3Code\": \"PAK\",\n            \"name\": \"Pakistan\"\n        },\n        {\n            \"alpha2Code\": \"PW\",\n            \"alpha3Code\": \"PLW\",\n            \"name\": \"Palau\"\n        },\n        {\n            \"alpha2Code\": \"PS\",\n            \"alpha3Code\": \"PSE\",\n            \"name\": \"Palestine, State of\"\n        },\n        {\n            \"alpha2Code\": \"PA\",\n            \"alpha3Code\": \"PAN\",\n            \"name\": \"Panama\"\n        },\n        {\n            \"alpha2Code\": \"PG\",\n            \"alpha3Code\": \"PNG\",\n            \"name\": \"Papua New Guinea\"\n        },\n        {\n            \"alpha2Code\": \"PY\",\n            \"alpha3Code\": \"PRY\",\n            \"name\": \"Paraguay\"\n        },\n        {\n            \"alpha2Code\": \"PE\",\n            \"alpha3Code\": \"PER\",\n            \"name\": \"Peru\"\n        },\n        {\n            \"alpha2Code\": \"PH\",\n            \"alpha3Code\": \"PHL\",\n            \"name\": \"Philippines\"\n        },\n        {\n            \"alpha2Code\": \"PN\",\n            \"alpha3Code\": \"PCN\",\n            \"name\": \"Pitcairn\"\n        },\n        {\n            \"alpha2Code\": \"PL\",\n            \"alpha3Code\": \"POL\",\n            \"name\": \"Poland\"\n        },\n        {\n            \"alpha2Code\": \"PT\",\n            \"alpha3Code\": \"PRT\",\n            \"name\": \"Portugal\"\n        },\n        {\n            \"alpha2Code\": \"PR\",\n            \"alpha3Code\": \"PRI\",\n            \"name\": \"Puerto Rico\"\n        },\n        {\n            \"alpha2Code\": \"QA\",\n            \"alpha3Code\": \"QAT\",\n            \"name\": \"Qatar\"\n        },\n        {\n            \"alpha2Code\": \"XK\",\n            \"alpha3Code\": \"KOS\",\n            \"name\": \"Republic of Kosovo\"\n        },\n        {\n            \"alpha2Code\": \"RE\",\n            \"alpha3Code\": \"REU\",\n            \"name\": \"Réunion\"\n        },\n        {\n            \"alpha2Code\": \"RO\",\n            \"alpha3Code\": \"ROU\",\n            \"name\": \"Romania\"\n        },\n        {\n            \"alpha2Code\": \"RU\",\n            \"alpha3Code\": \"RUS\",\n            \"name\": \"Russian Federation\"\n        },\n        {\n            \"alpha2Code\": \"RW\",\n            \"alpha3Code\": \"RWA\",\n            \"name\": \"Rwanda\"\n        },\n        {\n            \"alpha2Code\": \"BL\",\n            \"alpha3Code\": \"BLM\",\n            \"name\": \"Saint Barthélemy\"\n        },\n        {\n            \"alpha2Code\": \"SH\",\n            \"alpha3Code\": \"SHN\",\n            \"name\": \"Saint Helena, Ascension and Tristan da Cunha\"\n        },\n        {\n            \"alpha2Code\": \"KN\",\n            \"alpha3Code\": \"KNA\",\n            \"name\": \"Saint Kitts and Nevis\"\n        },\n        {\n            \"alpha2Code\": \"LC\",\n            \"alpha3Code\": \"LCA\",\n            \"name\": \"Saint Lucia\"\n        },\n        {\n            \"alpha2Code\": \"MF\",\n            \"alpha3Code\": \"MAF\",\n            \"name\": \"Saint Martin (French part)\"\n        },\n        {\n            \"alpha2Code\": \"PM\",\n            \"alpha3Code\": \"SPM\",\n            \"name\": \"Saint Pierre and Miquelon\"\n        },\n        {\n            \"alpha2Code\": \"VC\",\n            \"alpha3Code\": \"VCT\",\n            \"name\": \"Saint Vincent and the Grenadines\"\n        },\n        {\n            \"alpha2Code\": \"WS\",\n            \"alpha3Code\": \"WSM\",\n            \"name\": \"Samoa\"\n        },\n        {\n            \"alpha2Code\": \"SM\",\n            \"alpha3Code\": \"SMR\",\n            \"name\": \"San Marino\"\n        },\n        {\n            \"alpha2Code\": \"ST\",\n            \"alpha3Code\": \"STP\",\n            \"name\": \"Sao Tome and Principe\"\n        },\n        {\n            \"alpha2Code\": \"SA\",\n            \"alpha3Code\": \"SAU\",\n            \"name\": \"Saudi Arabia\"\n        },\n        {\n            \"alpha2Code\": \"SN\",\n            \"alpha3Code\": \"SEN\",\n            \"name\": \"Senegal\"\n        },\n        {\n            \"alpha2Code\": \"RS\",\n            \"alpha3Code\": \"SRB\",\n            \"name\": \"Serbia\"\n        },\n        {\n            \"alpha2Code\": \"SC\",\n            \"alpha3Code\": \"SYC\",\n            \"name\": \"Seychelles\"\n        },\n        {\n            \"alpha2Code\": \"SL\",\n            \"alpha3Code\": \"SLE\",\n            \"name\": \"Sierra Leone\"\n        },\n        {\n            \"alpha2Code\": \"SG\",\n            \"alpha3Code\": \"SGP\",\n            \"name\": \"Singapore\"\n        },\n        {\n            \"alpha2Code\": \"SX\",\n            \"alpha3Code\": \"SXM\",\n            \"name\": \"Sint Maarten\"\n        },\n        {\n            \"alpha2Code\": \"SK\",\n            \"alpha3Code\": \"SVK\",\n            \"name\": \"Slovakia\"\n        },\n        {\n            \"alpha2Code\": \"SI\",\n            \"alpha3Code\": \"SVN\",\n            \"name\": \"Slovenia\"\n        },\n        {\n            \"alpha2Code\": \"SB\",\n            \"alpha3Code\": \"SLB\",\n            \"name\": \"Solomon Islands\"\n        },\n        {\n            \"alpha2Code\": \"ZA\",\n            \"alpha3Code\": \"ZAF\",\n            \"name\": \"South Africa\"\n        },\n        {\n            \"alpha2Code\": \"GS\",\n            \"alpha3Code\": \"SGS\",\n            \"name\": \"South Georgia and the South Sandwich Islands\"\n        },\n        {\n            \"alpha2Code\": \"KR\",\n            \"alpha3Code\": \"KOR\",\n            \"name\": \"Korea\"\n        },\n        {\n            \"alpha2Code\": \"SS\",\n            \"alpha3Code\": \"SSD\",\n            \"name\": \"South Sudan\"\n        },\n        {\n            \"alpha2Code\": \"ES\",\n            \"alpha3Code\": \"ESP\",\n            \"name\": \"Spain\"\n        },\n        {\n            \"alpha2Code\": \"LK\",\n            \"alpha3Code\": \"LKA\",\n            \"name\": \"Sri Lanka\"\n        },\n        {\n            \"alpha2Code\": \"SR\",\n            \"alpha3Code\": \"SUR\",\n            \"name\": \"Suriname\"\n        },\n        {\n            \"alpha2Code\": \"SJ\",\n            \"alpha3Code\": \"SJM\",\n            \"name\": \"Svalbard and Jan Mayen\"\n        },\n        {\n            \"alpha2Code\": \"SZ\",\n            \"alpha3Code\": \"SWZ\",\n            \"name\": \"Swaziland\"\n        },\n        {\n            \"alpha2Code\": \"SE\",\n            \"alpha3Code\": \"SWE\",\n            \"name\": \"Sweden\"\n        },\n        {\n            \"alpha2Code\": \"CH\",\n            \"alpha3Code\": \"CHE\",\n            \"name\": \"Switzerland\"\n        },\n        {\n            \"alpha2Code\": \"TW\",\n            \"alpha3Code\": \"TWN\",\n            \"name\": \"Taiwan\"\n        },\n        {\n            \"alpha2Code\": \"TJ\",\n            \"alpha3Code\": \"TJK\",\n            \"name\": \"Tajikistan\"\n        },\n        {\n            \"alpha2Code\": \"TZ\",\n            \"alpha3Code\": \"TZA\",\n            \"name\": \"Tanzania, United Republic of\"\n        },\n        {\n            \"alpha2Code\": \"TH\",\n            \"alpha3Code\": \"THA\",\n            \"name\": \"Thailand\"\n        },\n        {\n            \"alpha2Code\": \"TL\",\n            \"alpha3Code\": \"TLS\",\n            \"name\": \"Timor-Leste\"\n        },\n        {\n            \"alpha2Code\": \"TG\",\n            \"alpha3Code\": \"TGO\",\n            \"name\": \"Togo\"\n        },\n        {\n            \"alpha2Code\": \"TK\",\n            \"alpha3Code\": \"TKL\",\n            \"name\": \"Tokelau\"\n        },\n        {\n            \"alpha2Code\": \"TO\",\n            \"alpha3Code\": \"TON\",\n            \"name\": \"Tonga\"\n        },\n        {\n            \"alpha2Code\": \"TT\",\n            \"alpha3Code\": \"TTO\",\n            \"name\": \"Trinidad and Tobago\"\n        },\n        {\n            \"alpha2Code\": \"TN\",\n            \"alpha3Code\": \"TUN\",\n            \"name\": \"Tunisia\"\n        },\n        {\n            \"alpha2Code\": \"TR\",\n            \"alpha3Code\": \"TUR\",\n            \"name\": \"Turkey\"\n        },\n        {\n            \"alpha2Code\": \"TM\",\n            \"alpha3Code\": \"TKM\",\n            \"name\": \"Turkmenistan\"\n        },\n        {\n            \"alpha2Code\": \"TC\",\n            \"alpha3Code\": \"TCA\",\n            \"name\": \"Turks and Caicos Islands\"\n        },\n        {\n            \"alpha2Code\": \"TV\",\n            \"alpha3Code\": \"TUV\",\n            \"name\": \"Tuvalu\"\n        },\n        {\n            \"alpha2Code\": \"UG\",\n            \"alpha3Code\": \"UGA\",\n            \"name\": \"Uganda\"\n        },\n        {\n            \"alpha2Code\": \"AE\",\n            \"alpha3Code\": \"ARE\",\n            \"name\": \"United Arab Emirates\"\n        },\n        {\n            \"alpha2Code\": \"GB\",\n            \"alpha3Code\": \"GBR\",\n            \"name\": \"United Kingdom\"\n        },\n        {\n            \"alpha2Code\": \"US\",\n            \"alpha3Code\": \"USA\",\n            \"name\": \"United States of America\"\n        },\n        {\n            \"alpha2Code\": \"UY\",\n            \"alpha3Code\": \"URY\",\n            \"name\": \"Uruguay\"\n        },\n        {\n            \"alpha2Code\": \"UZ\",\n            \"alpha3Code\": \"UZB\",\n            \"name\": \"Uzbekistan\"\n        },\n        {\n            \"alpha2Code\": \"VU\",\n            \"alpha3Code\": \"VUT\",\n            \"name\": \"Vanuatu\"\n        },\n        {\n            \"alpha2Code\": \"VN\",\n            \"alpha3Code\": \"VNM\",\n            \"name\": \"Vietnam\"\n        },\n        {\n            \"alpha2Code\": \"WF\",\n            \"alpha3Code\": \"WLF\",\n            \"name\": \"Wallis and Futuna\"\n        },\n        {\n            \"alpha2Code\": \"EH\",\n            \"alpha3Code\": \"ESH\",\n            \"name\": \"Western Sahara\"\n        },\n        {\n            \"alpha2Code\": \"ZM\",\n            \"alpha3Code\": \"ZMB\",\n            \"name\": \"Zambia\"\n        },\n        {\n            \"alpha2Code\": \"TO\",\n            \"alpha3Code\": \"TON\",\n            \"name\": \"Tonga\"\n        },\n        {\n            \"alpha2Code\": \"TT\",\n            \"alpha3Code\": \"TTO\",\n            \"name\": \"Trinidad and Tobago\"\n        },\n        {\n            \"alpha2Code\": \"TN\",\n            \"alpha3Code\": \"TUN\",\n            \"name\": \"Tunisia\"\n        },\n        {\n            \"alpha2Code\": \"TR\",\n            \"alpha3Code\": \"TUR\",\n            \"name\": \"Turkey\"\n        },\n        {\n            \"alpha2Code\": \"TM\",\n            \"alpha3Code\": \"TKM\",\n            \"name\": \"Turkmenistan\"\n        },\n        {\n            \"alpha2Code\": \"TC\",\n            \"alpha3Code\": \"TCA\",\n            \"name\": \"Turks and Caicos Islands\"\n        },\n        {\n            \"alpha2Code\": \"TV\",\n            \"alpha3Code\": \"TUV\",\n            \"name\": \"Tuvalu\"\n        },\n        {\n            \"alpha2Code\": \"UG\",\n            \"alpha3Code\": \"UGA\",\n            \"name\": \"Uganda\"\n        },\n        {\n            \"alpha2Code\": \"AE\",\n            \"alpha3Code\": \"ARE\",\n            \"name\": \"United Arab Emirates\"\n        },\n        {\n            \"alpha2Code\": \"GB\",\n            \"alpha3Code\": \"GBR\",\n            \"name\": \"United Kingdom\"\n        },\n        {\n            \"alpha2Code\": \"US\",\n            \"alpha3Code\": \"USA\",\n            \"name\": \"United States of America\"\n        },\n        {\n            \"alpha2Code\": \"UY\",\n            \"alpha3Code\": \"URY\",\n            \"name\": \"Uruguay\"\n        },\n        {\n            \"alpha2Code\": \"UZ\",\n            \"alpha3Code\": \"UZB\",\n            \"name\": \"Uzbekistan\"\n        },\n        {\n            \"alpha2Code\": \"VU\",\n            \"alpha3Code\": \"VUT\",\n            \"name\": \"Vanuatu\"\n        },\n        {\n            \"alpha2Code\": \"VN\",\n            \"alpha3Code\": \"VNM\",\n            \"name\": \"Vietnam\"\n        },\n        {\n            \"alpha2Code\": \"WF\",\n            \"alpha3Code\": \"WLF\",\n            \"name\": \"Wallis and Futuna\"\n        },\n        {\n            \"alpha2Code\": \"EH\",\n            \"alpha3Code\": \"ESH\",\n            \"name\": \"Western Sahara\"\n        },\n        {\n            \"alpha2Code\": \"ZM\",\n            \"alpha3Code\": \"ZMB\",\n            \"name\": \"Zambia\"\n        }\n    ]\n}"}],"_postman_id":"5fa7bb94-235d-432d-b0fc-85b97dd26c5d"},{"name":"Get Payment Types","id":"9928dfb1-29b2-4f13-a130-0d0bd912e9a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/v2/resource/paymentTypes","description":"<p>To fetch the list of possible payment types that can be created in the system.</p>\n<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>number</td>\n<td>--</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>ResponseData</td>\n<td><a href=\"#labelandvaluemodel\">Label And Value Model</a></td>\n<td>--</td>\n<td>--</td>\n<td>List of all the allowed payment types in the system</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","resource","paymentTypes"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"60e22131-1eb9-41de-9362-b1908e20b81d","name":"Get Payment Types","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/resource/paymentTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"315"},{"key":"etag","value":"W/\"13b-u5yymbzuRMq+i0eAIqkNbynsQck\""},{"key":"x-execution-time","value":"12"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Wed, 05 Jan 2022 07:11:08 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": [\n        {\n            \"label\": \"Payment - Domestic (ACH)\",\n            \"value\": \"BUS_USD_Account.Business_ACH\"\n        },\n        {\n            \"label\": \"Payment - Domestic Wire\",\n            \"value\": \"BUS_USD_Account.Domestic_Wire_BUS\"\n        },\n        {\n            \"label\": \"Payment - International Wire\",\n            \"value\": \"BUS_USD_Account.BUS_International_Transfer\"\n        }\n    ]\n}"}],"_postman_id":"9928dfb1-29b2-4f13-a130-0d0bd912e9a9"},{"name":"Get Payment Purposes","id":"4344424c-74f5-4472-8920-2b123a3fd37d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/v2/resource/paymentPurpose","description":"<p>To fetch the list of possible payment purpose codes that can be used while creating the payments/transfers in the system.</p>\n<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>PossibleValues</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>number</td>\n<td>--</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>ResponseData</td>\n<td><a href=\"#labelandvaluemodel\">Label And Value Model</a></td>\n<td>--</td>\n<td>--</td>\n<td>List of all the payment purposes allowed in the system</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","resource","paymentPurpose"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"a8136bfb-ee29-44b3-af39-656b864c1a8c","name":"Get Payment Purposes","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/resource/paymentPurpose"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"806"},{"key":"etag","value":"W/\"326-uvfP0zJ8epbpTpJFyv8STT1UtcA\""},{"key":"x-execution-time","value":"29"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Wed, 05 Jan 2022 07:13:45 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": [\n        {\n            \"label\": \"Payroll\",\n            \"value\": \"Payroll\"\n        },\n        {\n            \"label\": \"Tax Payments\",\n            \"value\": \"Tax_Payments\"\n        },\n        {\n            \"label\": \"Loan Payments\",\n            \"value\": \"Loan_Payments\"\n        },\n        {\n            \"label\": \"Other (describe below)\",\n            \"value\": \"Other\"\n        },\n        {\n            \"label\": \"Asset Purchase\",\n            \"value\": \"Asset_Purchase\"\n        },\n        {\n            \"label\": \"Invoice Payment\",\n            \"value\": \"Invoice_Payment\"\n        },\n        {\n            \"label\": \"Contract Payment\",\n            \"value\": \"Contract_Payment\"\n        },\n        {\n            \"label\": \"Mortgage Payment\",\n            \"value\": \"Mortgage_Payment\"\n        },\n        {\n            \"label\": \"Education Payment\",\n            \"value\": \"Education_Payment\"\n        },\n        {\n            \"label\": \"Materials Purchase\",\n            \"value\": \"Materials_Purchase\"\n        },\n        {\n            \"label\": \"Rent/Utility Payments\",\n            \"value\": \"Rent_Utility_Payments\"\n        },\n        {\n            \"label\": \"Personal/Family Payment\",\n            \"value\": \"Personal_Family_Payment\"\n        },\n        {\n            \"label\": \"Professional Service Payments\",\n            \"value\": \"Professional_Service_Payments\"\n        }\n    ]\n}"}],"_postman_id":"4344424c-74f5-4472-8920-2b123a3fd37d"}],"id":"d8ee287b-3af5-43a8-85c5-6a4fc95f81e9","description":"<p>These are the endpoints which provides the values required on the other endpoints.</p>\n","_postman_id":"d8ee287b-3af5-43a8-85c5-6a4fc95f81e9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}}},{"name":"Transactions","item":[{"name":"Get Transaction Details","id":"bd063678-b8ab-4035-903f-02dbf7f60303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/v2/transactions/details/:transactionNumber","description":"<p>To get the details about a transaction. Transaction number can be any of the response from payment or transfer endpoint.</p>\n<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td></td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Response Data</td>\n<td><a href=\"#transactiondata\">TransactionData</a></td>\n<td></td>\n<td>The details of the transaction</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","transactions","details",":transactionNumber"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"{{transactionNumber}}","key":"transactionNumber"}]}},"response":[{"id":"3256e300-d30a-4d9f-bd52-1fd2e5a15272","name":"Get Transaction Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/transactions/details/:transactionNumber","host":["{{baseURL}}"],"path":["transactions","details",":transactionNumber"],"variable":[{"key":"transactionNumber","value":"{{transactionNumber}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"362"},{"key":"etag","value":"W/\"16a-6mrDBxKQTXG/wEe+sXn4SjY2Tb4\""},{"key":"x-execution-time","value":"914"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Tue, 13 Sep 2022 10:22:14 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"TransactionNumber\": \"FV000006187\",\n        \"Status\": \"DENIED_AUTHORIZATION\",\n        \"CreatedAt\": \"2022-09-09T07:42:43.730-04:00\",\n        \"Amount\": \"1.00\",\n        \"From\": \"Rishav_Business - Rishav\",\n        \"To\": \"Rishav_test\",\n        \"Currency\": \"USD\",\n        \"Description\": \"Testing\",\n        \"Type\": {\n            \"value\": \"BUS_USD_Account.Payment_FV_Net\",\n            \"label\": \"Payment - FV Net\"\n        }\n    }\n}"},{"id":"ec461168-89e2-416d-838f-85a40a5394e8","name":"Get Transaction Details - Deposit Details","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/transactions/details/:transactionNumber","host":["{{baseURL}}"],"path":["transactions","details",":transactionNumber"],"variable":[{"key":"transactionNumber","value":"{{transactionNumber}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"573"},{"key":"etag","value":"W/\"23d-7uUDKo9yOLeraTsMCH5F9glH8dE\""},{"key":"x-execution-time","value":"444"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Thu, 13 Jan 2022 08:14:19 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"TransactionNumber\": \"FV000005830\",\n        \"Status\": \"COMPLETE\",\n        \"CreatedAt\": \"2022-01-13T00:41:52.835-04:00\",\n        \"UpdatedAt\": \"2022-01-13T02:53:49.065-04:00\",\n        \"Amount\": \"100.00\",\n        \"From\": \"RAJESH\",\n        \"To\": \"MGT India - Anant Anand Gupta\",\n        \"Currency\": \"USD\",\n        \"Description\": \"test\",\n        \"Type\": {\n            \"value\": \"debit.BUS_ACH_Deposit\",\n            \"label\": \"Deposit - Domestic (ACH)\"\n        },\n        \"AdditionalData\": [\n            {\n                \"label\": \"Deposit Originator Name\",\n                \"value\": \"RAJESH\"\n            },\n            {\n                \"label\": \"Deposit Routing Number\",\n                \"value\": \"026001122\"\n            },\n            {\n                \"label\": \"Deposit Account Number\",\n                \"value\": \"98213123\"\n            }\n        ]\n    }\n}"},{"id":"8ed28ebc-0b82-4f2f-9f61-3bd6a6fe6cde","name":"Get Transaction Details - Bad Request","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/transactions/details/:transactionNumber","host":["{{baseURL}}"],"path":["transactions","details",":transactionNumber"],"variable":[{"key":"transactionNumber","value":null}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"85"},{"key":"etag","value":"W/\"55-jgZ42k2Mi6YlGmDw3Bx1uK3Smoc\""},{"key":"x-execution-time","value":"975"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Thu, 25 Nov 2021 13:03:34 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 400,\n    \"ResponseMessage\": \"BadRequest\",\n    \"ResponseErrors\": [\n        \"Bad Request.\"\n    ]\n}"},{"id":"dca9ff63-fcb5-40b4-9065-ad8fbbff23b2","name":"Get Transaction Details - Not Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseURL}}/transactions/details/:transactionNumber","host":["{{baseURL}}"],"path":["transactions","details",":transactionNumber"],"variable":[{"key":"transactionNumber","value":null}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"81"},{"key":"etag","value":"W/\"51-VzXwA8WA2qlmS33ST5Z6wpu23/k\""},{"key":"x-execution-time","value":"337"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Thu, 25 Nov 2021 13:02:07 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 404,\n    \"ResponseMessage\": \"NotFound\",\n    \"ResponseErrors\": [\n        \"Not Found.\"\n    ]\n}"}],"_postman_id":"bd063678-b8ab-4035-903f-02dbf7f60303"},{"name":"Get Incomplete Transaction History","id":"dce87596-01d0-4293-afc0-48e1d6f16218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PageNumber\": 1,\n    \"PageSize\": 50\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/transactions/history","description":"<p>Returns all the transactions that were incomplete, rejected, canceled, or failed.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Direction</td>\n<td>string</td>\n<td>No</td>\n<td>debit, credit</td>\n<td></td>\n</tr>\n<tr>\n<td>Status</td>\n<td>string</td>\n<td>No</td>\n<td>DENIED, PENDING, EXPIRED,  <br />CANCELLED</td>\n<td></td>\n</tr>\n<tr>\n<td>TransactionType</td>\n<td>string</td>\n<td>No</td>\n<td>Transaction types in the system</td>\n<td></td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>string</td>\n<td>No</td>\n<td></td>\n<td>Date in 'YYYY-MM-DD' format</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>string</td>\n<td>No</td>\n<td></td>\n<td>Date in YYYY-MM-DD format</td>\n</tr>\n<tr>\n<td>PageNumber</td>\n<td>integer</td>\n<td>No</td>\n<td></td>\n<td>When results are paginated, this field can be used to obtain the results for the required page number</td>\n</tr>\n<tr>\n<td>PageSize</td>\n<td>integer</td>\n<td>No</td>\n<td></td>\n<td>Default PageSize is 40. This can be used to increase or decrease the number of records in a page</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td></td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Response Data</td>\n<td><a href>TransactionData</a></td>\n<td></td>\n<td>contains all the transactions that were incomplete, rejected, cancelled, or failed.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","transactions","history"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"72ba2d54-2ec0-46fc-b16d-3bc49c49d0c9","name":"Get Transaction History","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\n    \"PageNumber\": 1,\n    \"PageSize\": 50\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/transactions/history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"437f-XgsERtzf+8OBqvN6T863JWn0gDY\""},{"key":"x-execution-time","value":"1693"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Tue, 13 Sep 2022 10:25:56 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Data\": [\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-09-13T06:09:23.245-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Dummy Deposit For Test\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Test Sender\",\n                \"Status\": \"PENDING_AUTHORIZATION\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000006265\",\n                \"Type\": {\n                    \"label\": \"Deposit - International Wire\",\n                    \"value\": \"debit.Business_Deposit\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-09-13T06:09:05.008-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Dummy Deposit For Test\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Test Sender\",\n                \"Status\": \"PENDING_AUTHORIZATION\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000006264\",\n                \"Type\": {\n                    \"label\": \"Deposit - Domestic Wire\",\n                    \"value\": \"debit.Deposit_Domestic_Wire\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-09-13T05:54:35.063-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Dummy Deposit For Test\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Test Sender\",\n                \"Status\": \"CANCELLED\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000006263\",\n                \"Type\": {\n                    \"label\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n                    \"value\": \"debit.BUS_ACH_Deposit\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-09-13T05:52:26.235-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Dummy Deposit For Test\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Test Sender\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000006261\",\n                \"Type\": {\n                    \"label\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n                    \"value\": \"debit.BUS_ACH_Deposit\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-09-13T05:02:29.724-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Dummy Deposit For Test\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Test Sender\",\n                \"Status\": \"PENDING_AUTHORIZATION\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000006259\",\n                \"Type\": {\n                    \"label\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n                    \"value\": \"debit.BUS_ACH_Deposit\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-09-13T05:01:33.192-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Dummy Deposit For Test\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Test Sender\",\n                \"Status\": \"CANCELLED\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000006258\",\n                \"Type\": {\n                    \"label\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n                    \"value\": \"debit.BUS_ACH_Deposit\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-09-13T05:01:04.171-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Dummy Deposit For Test\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Test Sender\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000006256\",\n                \"Type\": {\n                    \"label\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n                    \"value\": \"debit.BUS_ACH_Deposit\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-09-13T04:31:25.396-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Dummy Deposit For Test\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Test Sender\",\n                \"Status\": \"PENDING_AUTHORIZATION\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000006250\",\n                \"Type\": {\n                    \"label\": \"Deposit - Domestic Wire\",\n                    \"value\": \"debit.Deposit_Domestic_Wire\"\n                }\n            },\n            {\n                \"Amount\": \"5.00\",\n                \"CreatedAt\": \"2022-09-09T08:32:25.729-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"\",\n                \"Direction\": \"Credit\",\n                \"From\": \"kesav m's business - Kesav M Business\",\n                \"Status\": \"PENDING_AUTHORIZATION\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000006194\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-09-09T07:42:43.730-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000006187\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-09-09T07:40:34.439-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing Beneficiary Payment for Transaction Details endpoint (Business Endpoint)\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"CANCELLED\",\n                \"To\": \"test_company\",\n                \"TransactionNumber\": \"FV000006184\",\n                \"Type\": {\n                    \"label\": \"Payment - Domestic (ACH)\",\n                    \"value\": \"BUS_USD_Account.Business_ACH\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-08-30T03:17:22.791-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"PENDING_AUTHORIZATION\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000006044\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-08-30T03:15:31.201-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"PENDING_AUTHORIZATION\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000006043\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-08-30T03:10:50.136-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing Beneficiary Payment for Transaction Details endpoint (Business Endpoint)\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"CANCELLED\",\n                \"To\": \"test_company\",\n                \"TransactionNumber\": \"FV000006042\",\n                \"Type\": {\n                    \"label\": \"Payment - Domestic (ACH)\",\n                    \"value\": \"BUS_USD_Account.Business_ACH\"\n                }\n            },\n            {\n                \"Amount\": \"10.00\",\n                \"CreatedAt\": \"2022-08-26T06:06:59.348-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Dummy Deposit For Test\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Test Sender\",\n                \"Status\": \"CANCELLED\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000006026\",\n                \"Type\": {\n                    \"label\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n                    \"value\": \"debit.BUS_ACH_Deposit\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-08-26T06:05:08.540-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000006023\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-08-26T01:46:49.390-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000006021\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-08-26T01:08:23.280-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000006018\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-08-25T08:41:26.766-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing Beneficiary Payment for Transaction Details endpoint (Business Endpoint)\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"PENDING_AUTHORIZATION\",\n                \"To\": \"test_company\",\n                \"TransactionNumber\": \"FV000006011\",\n                \"Type\": {\n                    \"label\": \"Payment - Domestic (ACH)\",\n                    \"value\": \"BUS_USD_Account.Business_ACH\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-08-25T08:26:57.263-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000006004\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-08-25T08:18:57.120-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing Beneficiary Payment for Transaction Details endpoint (Business Endpoint)\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"PENDING_AUTHORIZATION\",\n                \"To\": \"test_company\",\n                \"TransactionNumber\": \"FV000006003\",\n                \"Type\": {\n                    \"label\": \"Payment - Domestic (ACH)\",\n                    \"value\": \"BUS_USD_Account.Business_ACH\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-08-25T05:45:22.681-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing Beneficiary Payment for Transaction Details endpoint (Individual_International_Wire)\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"PENDING_AUTHORIZATION\",\n                \"To\": \"test_company\",\n                \"TransactionNumber\": \"FV000005996\",\n                \"Type\": {\n                    \"label\": \"Payment - Domestic (ACH)\",\n                    \"value\": \"BUS_USD_Account.Business_ACH\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-08-25T03:07:09.889-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"test request payment\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Rishav_test\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000005990\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-08-25T02:44:32.381-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing Beneficiary Payment for Transaction Details endpoint\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"PENDING_AUTHORIZATION\",\n                \"To\": \"Individual_International_Wire Individual_International_Wire Doe\",\n                \"TransactionNumber\": \"FV000005981\",\n                \"Type\": {\n                    \"label\": \"Payment - International Wire\",\n                    \"value\": \"BUS_USD_Account.BUS_International_Transfer\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-08-25T02:26:35.827-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing Beneficiary Payment for Transaction Details endpoint\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"PENDING_AUTHORIZATION\",\n                \"To\": \"Company Name\",\n                \"TransactionNumber\": \"FV000005976\",\n                \"Type\": {\n                    \"label\": \"Payment - Domestic (ACH)\",\n                    \"value\": \"BUS_USD_Account.Business_ACH\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-08-24T15:22:28.658-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Test API Payment\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"PENDING_AUTHORIZATION\",\n                \"To\": \"Company Name\",\n                \"TransactionNumber\": \"FV000005959\",\n                \"Type\": {\n                    \"label\": \"Payment - Domestic (ACH)\",\n                    \"value\": \"BUS_USD_Account.Business_ACH\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-08-24T08:44:33.186-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Test API Payment\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Company Name\",\n                \"TransactionNumber\": \"FV000005947\",\n                \"Type\": {\n                    \"label\": \"Payment - Domestic (ACH)\",\n                    \"value\": \"BUS_USD_Account.Business_ACH\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-08-24T07:26:34.328-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Test API Payment\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"CANCELLED\",\n                \"To\": \"Company Name\",\n                \"TransactionNumber\": \"FV000005942\",\n                \"Type\": {\n                    \"label\": \"Payment - Domestic (ACH)\",\n                    \"value\": \"BUS_USD_Account.Business_ACH\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-08-24T05:48:00.769-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Test API Payment\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Company Name\",\n                \"TransactionNumber\": \"FV000005922\",\n                \"Type\": {\n                    \"label\": \"Payment - International Wire\",\n                    \"value\": \"BUS_USD_Account.BUS_International_Transfer\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-08-24T05:47:00.956-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Test API Payment\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"CANCELLED\",\n                \"To\": \"Company Name\",\n                \"TransactionNumber\": \"FV000005921\",\n                \"Type\": {\n                    \"label\": \"Payment - International Wire\",\n                    \"value\": \"BUS_USD_Account.BUS_International_Transfer\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-08-23T02:33:10.274-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Test API Payment\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"PENDING_AUTHORIZATION\",\n                \"To\": \"Company Name\",\n                \"TransactionNumber\": \"FV000005901\",\n                \"Type\": {\n                    \"label\": \"Payment - International Wire\",\n                    \"value\": \"BUS_USD_Account.BUS_International_Transfer\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-08-23T01:59:21.821-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Dummy Deposit For Test\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Test Sender\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000005899\",\n                \"Type\": {\n                    \"label\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n                    \"value\": \"debit.BUS_ACH_Deposit\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-08-23T01:56:44.100-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"test request payment\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Rishav_test\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000005896\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-08-23T01:55:41.757-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing API for transfer\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"PENDING_AUTHORIZATION\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000005893\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-08-23T01:35:10.882-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing API for transfer\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000005889\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-08-23T01:31:49.996-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Test API Payment\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Company Name\",\n                \"TransactionNumber\": \"FV000005886\",\n                \"Type\": {\n                    \"label\": \"Payment - International Wire\",\n                    \"value\": \"BUS_USD_Account.BUS_International_Transfer\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-08-22T15:26:26.047-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing API for transfer\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"PENDING_AUTHORIZATION\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000005882\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"10.00\",\n                \"CreatedAt\": \"2022-07-26T06:09:47.004-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"random\",\n                \"Direction\": \"Credit\",\n                \"From\": \"leorio\",\n                \"Status\": \"EXPIRED\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000005542\",\n                \"Type\": {\n                    \"label\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n                    \"value\": \"debit.BUS_ACH_Deposit\"\n                }\n            },\n            {\n                \"Amount\": \"10.00\",\n                \"CreatedAt\": \"2022-07-25T08:02:13.278-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Originator name\",\n                \"Status\": \"CANCELLED\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000005541\",\n                \"Type\": {\n                    \"label\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n                    \"value\": \"debit.BUS_ACH_Deposit\"\n                }\n            },\n            {\n                \"Amount\": \"21.00\",\n                \"CreatedAt\": \"2022-07-25T04:42:05.975-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing deposit\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Bon_Iver\",\n                \"Status\": \"EXPIRED\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000005540\",\n                \"Type\": {\n                    \"label\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n                    \"value\": \"debit.BUS_ACH_Deposit\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-06-30T02:52:41.287-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"test request payment\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Rishav_test\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000005398\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-06-29T02:09:32.943-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing API for transfer\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000005395\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-06-28T07:54:54.816-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"test request payment\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Rishav_test\",\n                \"Status\": \"EXPIRED\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000005393\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-06-28T07:41:21.580-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing API for transfer\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"EXPIRED\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000005389\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-06-28T03:32:05.069-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Test API Payment\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"EXPIRED\",\n                \"To\": \"Company Name\",\n                \"TransactionNumber\": \"FV000005381\",\n                \"Type\": {\n                    \"label\": \"Payment - International Wire\",\n                    \"value\": \"BUS_USD_Account.BUS_International_Transfer\"\n                }\n            },\n            {\n                \"Amount\": \"20.00\",\n                \"CreatedAt\": \"2022-06-27T07:42:09.478-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Dummy Deposit For Test\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Test Sender\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000005370\",\n                \"Type\": {\n                    \"label\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n                    \"value\": \"debit.BUS_ACH_Deposit\"\n                }\n            },\n            {\n                \"Amount\": \"20.00\",\n                \"CreatedAt\": \"2022-06-27T07:41:24.476-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Dummy Deposit For Test\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Test Sender\",\n                \"Status\": \"CANCELLED\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000005369\",\n                \"Type\": {\n                    \"label\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n                    \"value\": \"debit.BUS_ACH_Deposit\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-06-27T07:39:45.800-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"test request payment\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Rishav_test\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Rishav_Business - Rishav\",\n                \"TransactionNumber\": \"FV000005368\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-06-27T07:36:10.173-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing API for transfer\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000005362\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-06-27T07:35:46.716-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing API for transfer\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business - Rishav\",\n                \"Status\": \"DENIED_AUTHORIZATION\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000005361\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            }\n        ],\n        \"PageNumber\": 1,\n        \"PageSize\": 50,\n        \"TotalCount\": 170\n    }\n}"}],"_postman_id":"dce87596-01d0-4293-afc0-48e1d6f16218"},{"name":"Get Completed Transactions History","id":"858df1cb-cfb7-418a-a7b5-a7879c42f300","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PageNumber\": 1,\n    \"PageSize\": 30\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/transactions/history/completed","description":"<p>Returns all the completed transactions of the client.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Direction  <br /></td>\n<td>string</td>\n<td>No</td>\n<td>debit, credit</td>\n<td></td>\n</tr>\n<tr>\n<td>TransactionType</td>\n<td>String</td>\n<td>No</td>\n<td>Transaction types in the system</td>\n<td></td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>string</td>\n<td>No</td>\n<td></td>\n<td>Date in 'YYYY-MM-DD' format</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>string</td>\n<td>No</td>\n<td></td>\n<td>Date in YYYY-MM-DD format</td>\n</tr>\n<tr>\n<td>PageNumber</td>\n<td>integer</td>\n<td>No</td>\n<td></td>\n<td>When results are paginated, this field can be used to obtain the results for the required page number</td>\n</tr>\n<tr>\n<td>PageSize</td>\n<td>integer</td>\n<td>No</td>\n<td></td>\n<td>Default PageSize is 40. This can be used to increase or decrease the number of records in a page</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td>No</td>\n<td></td>\n<td>Filter the completed transactions on the basis of description</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td></td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Response Data</td>\n<td><a href>TransactionData</a></td>\n<td></td>\n<td>Object contains a list of all the completed transactions</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","transactions","history","completed"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"fc255704-cd73-4f87-a407-0fa598efe21d","name":"Get Completed Transactions History","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"PageNumber\": 1,\n    \"PageSize\": 30,\n    \"Description\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/transactions/history/completed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"27f8-szdd28f+4bN6mBnlIm/k/z8Plds\""},{"key":"x-execution-time","value":"1071"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Tue, 13 Sep 2022 10:26:18 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Data\": [\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-09-13T06:10:03.029-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Dummy Deposit For Test\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Test Sender\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"Rishav_Business\",\n                \"TransactionNumber\": \"FV000006266\",\n                \"Type\": {\n                    \"label\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n                    \"value\": \"debit.BUS_ACH_Deposit\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-09-13T05:50:42.657-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Dummy Deposit For Test\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Test Sender\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"Rishav_Business\",\n                \"TransactionNumber\": \"FV000006260\",\n                \"Type\": {\n                    \"label\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n                    \"value\": \"debit.BUS_ACH_Deposit\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-09-13T05:00:43.259-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Dummy Deposit For Test\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Test Sender\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"Rishav_Business\",\n                \"TransactionNumber\": \"FV000006252\",\n                \"Type\": {\n                    \"label\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n                    \"value\": \"debit.BUS_ACH_Deposit\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-09-09T07:43:46.535-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"test request payment\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Rishav_test\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"Rishav_Business\",\n                \"TransactionNumber\": \"FV000006189\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"5.00\",\n                \"CreatedAt\": \"2022-09-09T07:42:07.867-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing Beneficiary Payment for Transaction Details endpoint (Business Endpoint)\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"FV Bank\",\n                \"TransactionNumber\": \"FV000006186\",\n                \"Type\": {\n                    \"label\": \"Transaction Fee\",\n                    \"value\": \"BUS_USD_Account.Transaction_Fee\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-09-09T07:42:07.867-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing Beneficiary Payment for Transaction Details endpoint (Business Endpoint)\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"AUTHORIZED\",\n                \"To\": \"test_company\",\n                \"TransactionNumber\": \"FV000006185\",\n                \"Type\": {\n                    \"label\": \"Payment - Domestic (ACH)\",\n                    \"value\": \"BUS_USD_Account.Business_ACH\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-09-01T07:43:43.394-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000006102\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"5.00\",\n                \"CreatedAt\": \"2022-09-01T07:43:43.394-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"FV Bank\",\n                \"TransactionNumber\": \"FV000006103\",\n                \"Type\": {\n                    \"label\": \"Transaction Fee\",\n                    \"value\": \"BUS_USD_Account.Transaction_Fee\"\n                }\n            },\n            {\n                \"Amount\": \"5.00\",\n                \"CreatedAt\": \"2022-09-01T07:42:20.694-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"FV Bank\",\n                \"TransactionNumber\": \"FV000006101\",\n                \"Type\": {\n                    \"label\": \"Transaction Fee\",\n                    \"value\": \"BUS_USD_Account.Transaction_Fee\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-09-01T07:42:20.694-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000006100\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-08-30T03:09:15.027-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing Beneficiary Payment for Transaction Details endpoint (Business Endpoint)\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"AUTHORIZED\",\n                \"To\": \"test_company\",\n                \"TransactionNumber\": \"FV000006040\",\n                \"Type\": {\n                    \"label\": \"Payment - Domestic (ACH)\",\n                    \"value\": \"BUS_USD_Account.Business_ACH\"\n                }\n            },\n            {\n                \"Amount\": \"5.00\",\n                \"CreatedAt\": \"2022-08-30T03:09:15.027-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing Beneficiary Payment for Transaction Details endpoint (Business Endpoint)\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"FV Bank\",\n                \"TransactionNumber\": \"FV000006041\",\n                \"Type\": {\n                    \"label\": \"Transaction Fee\",\n                    \"value\": \"BUS_USD_Account.Transaction_Fee\"\n                }\n            },\n            {\n                \"Amount\": \"10.00\",\n                \"CreatedAt\": \"2022-08-26T06:07:35.828-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Dummy Deposit For Test\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Test Sender\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"Rishav_Business\",\n                \"TransactionNumber\": \"FV000006027\",\n                \"Type\": {\n                    \"label\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n                    \"value\": \"debit.BUS_ACH_Deposit\"\n                }\n            },\n            {\n                \"Amount\": \"5.00\",\n                \"CreatedAt\": \"2022-08-26T06:06:38.260-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"FV Bank\",\n                \"TransactionNumber\": \"FV000006025\",\n                \"Type\": {\n                    \"label\": \"Transaction Fee\",\n                    \"value\": \"BUS_USD_Account.Transaction_Fee\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-08-26T06:06:38.260-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000006024\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"5.00\",\n                \"CreatedAt\": \"2022-08-25T08:40:57.282-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing Beneficiary Payment for Transaction Details endpoint (Business Endpoint)\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"FV Bank\",\n                \"TransactionNumber\": \"FV000006010\",\n                \"Type\": {\n                    \"label\": \"Transaction Fee\",\n                    \"value\": \"BUS_USD_Account.Transaction_Fee\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-08-25T08:40:57.282-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing Beneficiary Payment for Transaction Details endpoint (Business Endpoint)\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"AUTHORIZED\",\n                \"To\": \"test_company\",\n                \"TransactionNumber\": \"FV000006009\",\n                \"Type\": {\n                    \"label\": \"Payment - Domestic (ACH)\",\n                    \"value\": \"BUS_USD_Account.Business_ACH\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-08-25T08:39:24.347-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"test request payment\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Rishav_test\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"Rishav_Business\",\n                \"TransactionNumber\": \"FV000006007\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-08-25T08:14:51.972-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000006001\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"5.00\",\n                \"CreatedAt\": \"2022-08-25T08:14:51.972-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"FV Bank\",\n                \"TransactionNumber\": \"FV000006002\",\n                \"Type\": {\n                    \"label\": \"Transaction Fee\",\n                    \"value\": \"BUS_USD_Account.Transaction_Fee\"\n                }\n            },\n            {\n                \"Amount\": \"5.00\",\n                \"CreatedAt\": \"2022-08-25T05:49:08.743-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"FV Bank\",\n                \"TransactionNumber\": \"FV000006000\",\n                \"Type\": {\n                    \"label\": \"Transaction Fee\",\n                    \"value\": \"BUS_USD_Account.Transaction_Fee\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-08-25T05:49:08.743-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"Rishav_test\",\n                \"TransactionNumber\": \"FV000005999\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-08-25T05:46:46.029-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing Beneficiary Payment for Transaction Details endpoint (Business Endpoint)\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"AUTHORIZED\",\n                \"To\": \"test_company\",\n                \"TransactionNumber\": \"FV000005997\",\n                \"Type\": {\n                    \"label\": \"Payment - Domestic (ACH)\",\n                    \"value\": \"BUS_USD_Account.Business_ACH\"\n                }\n            },\n            {\n                \"Amount\": \"5.00\",\n                \"CreatedAt\": \"2022-08-25T05:46:46.029-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing Beneficiary Payment for Transaction Details endpoint (Business Endpoint)\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"FV Bank\",\n                \"TransactionNumber\": \"FV000005998\",\n                \"Type\": {\n                    \"label\": \"Transaction Fee\",\n                    \"value\": \"BUS_USD_Account.Transaction_Fee\"\n                }\n            },\n            {\n                \"Amount\": \"10.00\",\n                \"CreatedAt\": \"2022-08-25T03:18:03.376-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Dummy Deposit For Test\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Test Sender\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"Rishav_Business\",\n                \"TransactionNumber\": \"FV000005991\",\n                \"Type\": {\n                    \"label\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n                    \"value\": \"debit.BUS_ACH_Deposit\"\n                }\n            },\n            {\n                \"Amount\": \"1.00\",\n                \"CreatedAt\": \"2022-08-25T02:50:27.133-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"test request payment\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Rishav_test\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"Rishav_Business\",\n                \"TransactionNumber\": \"FV000005987\",\n                \"Type\": {\n                    \"label\": \"Payment - FV Net\",\n                    \"value\": \"BUS_USD_Account.Payment_FV_Net\"\n                }\n            },\n            {\n                \"Amount\": \"75.00\",\n                \"CreatedAt\": \"2022-08-25T02:47:54.900-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"\",\n                \"Direction\": \"Credit\",\n                \"From\": \"FV Bank\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"Rishav_Business\",\n                \"TransactionNumber\": \"FV000005985\",\n                \"Type\": {\n                    \"label\": \"Transaction Fee\",\n                    \"value\": \"BUS_USD_Account.Transaction_Fee\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-08-25T02:47:54.888-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Returned item for Testing Beneficiary Payment for Transaction Details endpoint (Individual_International_Wire)\",\n                \"Direction\": \"Credit\",\n                \"From\": \"Individual_International_Wire Individual_International_Wire Doe\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"Rishav_Business\",\n                \"TransactionNumber\": \"FV000005984\",\n                \"Type\": {\n                    \"label\": \"Payment - International Wire\",\n                    \"value\": \"BUS_USD_Account.BUS_International_Transfer\"\n                }\n            },\n            {\n                \"Amount\": \"75.00\",\n                \"CreatedAt\": \"2022-08-25T02:46:18.787-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing Beneficiary Payment for Transaction Details endpoint (Individual_International_Wire)\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"FV Bank\",\n                \"TransactionNumber\": \"FV000005983\",\n                \"Type\": {\n                    \"label\": \"Transaction Fee\",\n                    \"value\": \"BUS_USD_Account.Transaction_Fee\"\n                }\n            },\n            {\n                \"Amount\": \"7.00\",\n                \"CreatedAt\": \"2022-08-25T02:46:18.787-04:00\",\n                \"Currency\": \"USD\",\n                \"Description\": \"Testing Beneficiary Payment for Transaction Details endpoint (Individual_International_Wire)\",\n                \"Direction\": \"Debit\",\n                \"From\": \"Rishav_Business\",\n                \"Status\": \"COMPLETE\",\n                \"To\": \"Individual_International_Wire Individual_International_Wire Doe\",\n                \"TransactionNumber\": \"FV000005982\",\n                \"Type\": {\n                    \"label\": \"Payment - International Wire\",\n                    \"value\": \"BUS_USD_Account.BUS_International_Transfer\"\n                }\n            }\n        ],\n        \"PageNumber\": 1,\n        \"PageSize\": 30,\n        \"TotalCount\": 173\n    }\n}"}],"_postman_id":"858df1cb-cfb7-418a-a7b5-a7879c42f300"},{"name":"Re-Send Webhook","id":"8056cb9e-afa9-4caa-9da7-1368947d46e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"TransactionNumber\": \"FV000461414\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/transactions/send-webhook","description":"<p>Use the Send Webhook endpoint to easily trigger the webhook for the the latest transaction state by providing the transaction number in the request body,</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","transactions","send-webhook"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"0ae5242b-5d14-4b15-9f2f-30f4710a6007","name":"Re-Send Webhook (Success)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"TransactionNumber\": \"FV000020154\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/transactions/send-webhook"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"116"},{"key":"etag","value":"W/\"74-RM6pp/NbpR72hc7o6I/mYvikHNU\""},{"key":"x-execution-time","value":"1076"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Wed, 08 Nov 2023 09:25:24 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"WebhookId\": \"7bdeb64f-50b2-4624-87ea-4fa111282e8e\"\n    }\n}"}],"_postman_id":"8056cb9e-afa9-4caa-9da7-1368947d46e7"}],"id":"aebbe1e4-85c4-4764-b697-b213e6d7f220","_postman_id":"aebbe1e4-85c4-4764-b697-b213e6d7f220","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}}},{"name":"Sandbox","item":[{"name":"Deposit Payment Types[Test Env Only]","id":"4f3e4ddb-4f0e-4385-8015-2f2b9f4a9dd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/v2/sandbox/deposit/depositTypes","description":"<p>Returns all the possible deposit payment types in the system.</p>\n<h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td></td>\n</tr>\n<tr>\n<td>Response Data</td>\n<td>object</td>\n<td>--</td>\n<td>List of all the possible deposit payment types in the system.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","sandbox","deposit","depositTypes"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"9cff8955-5586-45d5-9aa6-82c8d857f2d6","name":"Deposit Payment Types[Test Env Only]","originalRequest":{"method":"GET","header":[],"url":"{{baseURL}}/sandbox/deposit/depositTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"282"},{"key":"etag","value":"W/\"11a-oI9j13GqQtCwDHUbrnEojikNTFk\""},{"key":"x-execution-time","value":"480"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Tue, 13 Sep 2022 09:07:55 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": [\n        {\n            \"label\": \"Deposit - Domestic (ACH)\",\n            \"value\": \"debit.BUS_ACH_Deposit\"\n        },\n        {\n            \"label\": \"Deposit - Domestic Wire\",\n            \"value\": \"debit.Deposit_Domestic_Wire\"\n        },\n        {\n            \"label\": \"Deposit - International Wire\",\n            \"value\": \"debit.Business_Deposit\"\n        }\n    ]\n}"}],"_postman_id":"4f3e4ddb-4f0e-4385-8015-2f2b9f4a9dd1"},{"name":"Deposit Balance [Test Env Only]","event":[{"listen":"test","script":{"id":"d34b0892-cace-45f9-a85c-339d1ced6253","exec":["var jsonData = pm.response.json();","if(!!jsonData?.ResponseData?.TransactionNumber){","    pm.environment.set(\"transactionNumber\", jsonData.ResponseData.TransactionNumber);","}",""],"type":"text/javascript","packages":{}}}],"id":"41b1ec47-3320-48a8-8fbc-fe543930ca54","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Amount\":100,\n    \"PaymentType\": \"debit.Deposit_Domestic_Wire\",\n    \"Description\": \"Lorem ipsum dummy text\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/sandbox/deposit","description":"<p>To create a deposit transaction to the client account</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Amount</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Amount to be deposited</td>\n</tr>\n<tr>\n<td>PaymentType</td>\n<td>string</td>\n<td>Yes</td>\n<td>Get the values from \"Deposit Payment Types\" endpoint</td>\n<td>Type of payment</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td></td>\n</tr>\n<tr>\n<td>Response Data</td>\n<td>object</td>\n<td>--</td>\n<td>Object contains TransactionNumber that can be used in get transaction details endpoint</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","sandbox","deposit"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"18f7fb28-42d1-46cc-adf6-e7b35d6e2516","name":"Deposit Balance [Test Env Only]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Amount\":100,\n    \"PaymentType\": \"debit.Deposit_Domestic_Wire\",\n    \"Description\": \"Lorem ipsum dummy text\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/sandbox/deposit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive"},{"key":"Content-Length","value":"99"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"private"},{"key":"Content-Security-Policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cross-Origin-Embedder-Policy","value":"require-corp"},{"key":"Cross-Origin-Opener-Policy","value":"same-origin"},{"key":"Cross-Origin-Resource-Policy","value":"same-origin"},{"key":"Etag","value":"W/\"63-gVEbsMJiC5IwLekJSJpjDIfL8bE\""},{"key":"Expect-Ct","value":"max-age=0"},{"key":"Function-Execution-Id","value":"qizcjce5ct9n"},{"key":"Origin-Agent-Cluster","value":"?1"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Server","value":"Google Frontend"},{"key":"Strict-Transport-Security","value":"max-age=15552000; includeSubDomains"},{"key":"X-Cloud-Trace-Context","value":"84e1215f9ab4d3f3d26220b47ee5fef0;o=1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Country-Code","value":"IN"},{"key":"X-Dns-Prefetch-Control","value":"off"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Execution-Time","value":"4235"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"X-Powered-By","value":"Express"},{"key":"X-Xss-Protection","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Date","value":"Wed, 24 Apr 2024 07:02:52 GMT"},{"key":"X-Served-By","value":"cache-del21738-DEL"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1713942168.360149,VS0,VE4523"},{"key":"Vary","value":"Accept-Encoding,cookie,need-authorization, x-fh-requested-host, accept-encoding"},{"key":"alt-svc","value":"h3=\":443\";ma=86400,h3-29=\":443\";ma=86400,h3-27=\":443\";ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"TransactionNumber\": \"FV000023005\"\n    }\n}"}],"_postman_id":"41b1ec47-3320-48a8-8fbc-fe543930ca54"},{"name":"Authorize Transaction [Test Env Only]","event":[{"listen":"test","script":{"id":"a70fbaa7-3400-4474-ac08-ec85484e8199","exec":["var jsonData = pm.response.json();","if(!!jsonData?.ResponseData?.TransactionNumber){","    pm.environment.set(\"transactionNumber\", jsonData.ResponseData.TransactionNumber);","}",""],"type":"text/javascript"}}],"id":"a6752661-3468-42b7-ad1a-85376f8cdfa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Comments\": \"Authorizing Deposit\",\n    \"TransactionNumber\": \"{{transactionNumber}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/sandbox/transaction/accept","description":"<p>Authorizes a pending transaction created in sandbox environment</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Transaction number of the transaction</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Comments for authorizing the transaction</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","sandbox","transaction","accept"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"72e2148a-0b06-41be-86d0-8e993fbccb3c","name":"Authorize Transaction [Test Env Only]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Comments\": \"Authorizing Deposit\",\n    \"TransactionNumber\": \"FV000006252\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/sandbox/transaction/accept"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"114"},{"key":"etag","value":"W/\"72-wzYBx4WYPgZvnl3S/1qiyoLrZoU\""},{"key":"x-execution-time","value":"2497"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Tue, 13 Sep 2022 09:00:44 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Message\": \"Transaction successfully authorized.\"\n    }\n}"},{"id":"6eeffdcf-1f14-4331-9c6c-021820393cb9","name":"Transaction already processed [Test Env Only]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Comments\": \"Authorizing Deposit\",\n    \"TransactionNumber\": \"FV000006260\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/sandbox/transaction/accept"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"117"},{"key":"etag","value":"W/\"75-5+L0R7Cm3yKeKcSrN9YQpBZahOY\""},{"key":"x-execution-time","value":"1488"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Tue, 13 Sep 2022 09:50:46 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Message\": \"Transaction has already been processed.\"\n    }\n}"},{"id":"7cbfc109-96a8-4d2e-92d4-969fbb996209","name":"Transaction not found [Test Env Only]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Comments\": \"Authorizing Deposit\",\n    \"TransactionNumber\": \"FV000006\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/sandbox/transaction/accept"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"95"},{"key":"etag","value":"W/\"5f-mBWWXDg517oo0wr6MWsKq5ybdr8\""},{"key":"x-execution-time","value":"959"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Tue, 13 Sep 2022 09:52:00 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 400,\n    \"ResponseMessage\": \"BadRequest\",\n    \"ResponseErrors\": [\n        \"Transaction Not Found.\"\n    ]\n}"}],"_postman_id":"a6752661-3468-42b7-ad1a-85376f8cdfa9"},{"name":"Deny Transaction [Test Env Only]","event":[{"listen":"test","script":{"id":"f3135379-af1b-4a19-b87e-590350ef2ea6","exec":["var jsonData = pm.response.json();","if(!!jsonData?.ResponseData?.TransactionNumber){","    pm.environment.set(\"transactionNumber\", jsonData.ResponseData.TransactionNumber);","}",""],"type":"text/javascript"}}],"id":"bc982105-ee25-455e-bec7-1efe5bc61679","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Comments\": \"Deny Transaction\",\n    \"TransactionNumber\": \"{{transactionNumber}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/sandbox/transaction/deny","description":"<p>Deny a pending transaction created in sandbox environment</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Transaction number of the transaction</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Comments for denying the transaction</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","sandbox","transaction","deny"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"1058de65-4f54-4322-a12d-50bca42508d2","name":"Deny Transaction [Test Env Only]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Comments\": \"Deny Transaction\",\n    \"TransactionNumber\": \"FV000006261\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/sandbox/transaction/deny"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"97"},{"key":"etag","value":"W/\"61-d7uG/31nBX5EsTLW4LGfRIDh0ew\""},{"key":"x-execution-time","value":"2322"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Tue, 13 Sep 2022 09:52:51 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Message\": \"Transaction denied.\"\n    }\n}"},{"id":"e01d9900-ea14-4d51-8649-5548f0e1de23","name":"Transaction already processed [Test Env Only]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Comments\": \"Deny Transaction\",\n    \"TransactionNumber\": \"FV000006261\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/sandbox/transaction/deny"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"117"},{"key":"etag","value":"W/\"75-5+L0R7Cm3yKeKcSrN9YQpBZahOY\""},{"key":"x-execution-time","value":"1429"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Tue, 13 Sep 2022 09:53:10 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Message\": \"Transaction has already been processed.\"\n    }\n}"},{"id":"d7e46095-3619-4ee9-a4ed-00b505f57482","name":"Transaction not found [Test Env Only]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Comments\": \"Deny Transaction\",\n    \"TransactionNumber\": \"FV0000062\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/sandbox/transaction/deny"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"95"},{"key":"etag","value":"W/\"5f-mBWWXDg517oo0wr6MWsKq5ybdr8\""},{"key":"x-execution-time","value":"906"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Tue, 13 Sep 2022 09:53:47 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 400,\n    \"ResponseMessage\": \"BadRequest\",\n    \"ResponseErrors\": [\n        \"Transaction Not Found.\"\n    ]\n}"}],"_postman_id":"bc982105-ee25-455e-bec7-1efe5bc61679"},{"name":"Cancel Transaction [Test Env Only]","event":[{"listen":"test","script":{"id":"62f04451-aa0c-4a94-9320-133d5d99fa43","exec":["var jsonData = pm.response.json();","if(!!jsonData?.ResponseData?.TransactionNumber){","    pm.environment.set(\"transactionNumber\", jsonData.ResponseData.TransactionNumber);","}",""],"type":"text/javascript"}}],"id":"1f688a5c-c75c-4900-8c50-92141632cee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Comments\": \"Authorizing Deposit\",\n    \"TransactionNumber\": \"{{transactionNumber}}\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/sandbox/transaction/cancel","description":"<p>Cancel a pending transaction created in sandbox environment.</p>\n<p>Note: FVNet transaction can only be denied by user to whom the transaction is directed to.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TransactionNumber</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Transaction number of the transaction</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Comments for cancelling the transaction</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td>--</td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","sandbox","transaction","cancel"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"6fdd98f1-db66-476d-89ce-582c5f7560d3","name":"Cancel Transaction [Test Env Only]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Comments\": \"Authorizing Deposit\",\n    \"TransactionNumber\": \"FV000006263\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/sandbox/transaction/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"99"},{"key":"etag","value":"W/\"63-aau6VXSF1EKCCq/0xRzKdNpKsuY\""},{"key":"x-execution-time","value":"2155"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Tue, 13 Sep 2022 09:55:15 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Message\": \"Transaction cancelled\"\n    }\n}"},{"id":"f60d02bb-7166-4ace-97f3-2510d45854b6","name":"Transaction already processed [Test Env Only]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Comments\": \"Authorizing Deposit\",\n    \"TransactionNumber\": \"FV000006263\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/sandbox/transaction/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"117"},{"key":"etag","value":"W/\"75-5+L0R7Cm3yKeKcSrN9YQpBZahOY\""},{"key":"x-execution-time","value":"1424"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Tue, 13 Sep 2022 09:55:23 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Message\": \"Transaction has already been processed.\"\n    }\n}"},{"id":"e26e632f-7512-442d-8b95-91ea2eea84f7","name":"Transaction not found [Test Env Only]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"Comments\": \"Authorizing Deposit\",\n    \"TransactionNumber\": \"FV0000062\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/sandbox/transaction/cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"95"},{"key":"etag","value":"W/\"5f-mBWWXDg517oo0wr6MWsKq5ybdr8\""},{"key":"x-execution-time","value":"879"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Tue, 13 Sep 2022 09:55:59 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 400,\n    \"ResponseMessage\": \"BadRequest\",\n    \"ResponseErrors\": [\n        \"Transaction Not Found.\"\n    ]\n}"}],"_postman_id":"1f688a5c-c75c-4900-8c50-92141632cee1"}],"id":"d506b990-e77a-44ed-aad2-d0f22678483b","description":"<p>APIs to help partners in testing and exploring the workflows in FVBank's Merchant partner APIs. These endpoints only work in Sandbox environment.</p>\n","_postman_id":"d506b990-e77a-44ed-aad2-d0f22678483b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}}},{"name":"Payments","item":[{"name":"Preview - Send Bank Payment [V2]","event":[{"listen":"test","script":{"id":"ecb1eb98-eb13-4b34-a6f5-62402ba877e8","exec":["var jsonData = pm.response.json();","pm.environment.set(\"transactionNumber\", jsonData.ResponseData.TransactionNumber);"],"type":"text/javascript","packages":{}}}],"id":"b1f07868-5554-4773-a88b-24a828f2cecd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryPaymentInstrumentID\": \"{{PaymentInstrumentID}}\",\n    \"Purpose\": \"Loan_Payments\",\n    \"Currency\": \"USD\",\n    \"Amount\": \"300\",\n    \"CryptoBuySellActivity\": \"No\",\n    \"SupportingDocument\": \"{{FileId}}\",\n    \"DocumentReferenceNumber\":\"1123123\",\n    \"Intermediary_ABA\": \"026001591\",\n    \"Description\": \"lorem ipsum dummy text\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment/bank/preview","description":"<p>This endpoint requires the same request body as create bank transfer endpoint. The difference between them is the former one validates the request body (provides error message if any), lists the fee involved, and the details of the transaction.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BeneficiaryPaymentInstrumentID</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Payment instrument ID</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Currency for the payment</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Amount to be transfered</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Description about the payment</td>\n</tr>\n<tr>\n<td>Purpose</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Must be one of the value from Get Payment Purpose endpoint</td>\n</tr>\n<tr>\n<td>CryptoBuySellActivity</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>\"Yes\" or \"No\" representing if the transaction is associated with a crypto activity</td>\n</tr>\n<tr>\n<td>SupportingDocument</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>File ID of the document. Multiple file Ids supported in format \"fileId1</td>\n</tr>\n<tr>\n<td>Intermediary_ABA</td>\n<td>string</td>\n<td>Only for International Payments</td>\n<td>--</td>\n<td>ABA number of the intermediary bank</td>\n</tr>\n<tr>\n<td>Additional_Info</td>\n<td>{ Name: Value }</td>\n<td>No</td>\n<td>Refer to \"Additional_Info fields for payments endpoint\" in classes section</td>\n<td>This needs to be send inside the Fields array with field name as Additional_info and value as the object with the information required.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"additonal_info-fields\">Additonal_Info fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Possible Values</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Beneficiary_DOB</td>\n<td>format YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>Beneficiary_Relationship</td>\n<td>AUNT, BROTHER, BROTHER_IN_LAW, COUSIN,  <br />DAUGHTER, FATHER, FATHER_IN_LAW, FRIEND,  <br />GRAND_FATHER, GRAND_MORTHER, HUSBAND, MOTHER, MOTHER_IN_LAW, NEPHEW, NIECE, SELF, SISTER, SISTER_IN_LAW, SON, UNCLE, WIFE, OTHERS</td>\n</tr>\n<tr>\n<td>Beneficiary_ID_Type</td>\n<td>DL, NationalID, Passport</td>\n</tr>\n<tr>\n<td>Beneficiary_ID_No</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Beneficiary_Relationship_Other</td>\n<td>string</td>\n</tr>\n<tr>\n<td>Product_Type</td>\n<td>string</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td></td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Response Data</td>\n<td><a href=\"#previewbankpayment\">Preview Bank Payment</a></td>\n<td></td>\n<td>Object contains all the information about the transaction along with the fess</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","payment","bank","preview"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"55d9b066-70f2-4234-8d3d-0a614efd94fa","name":"Preview - Send Bank Payment [V2]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryPaymentInstrumentID\": \"{{PaymentInstrumentID}}\",\n    \"Purpose\": \"Savings\",\n    \"Description\": \"Test API Payment\",\n    \"Currency\": \"USD\",\n    \"Amount\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment/bank/preview"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"214"},{"key":"etag","value":"W/\"d6-XLNb3MkHOlIgvhVPYw4kmLV0oZ8\""},{"key":"x-execution-time","value":"2540"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Fri, 09 Dec 2022 06:19:56 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"Amount\": \"1.00\",\n        \"Currency\": \"USD\",\n        \"Description\": \"Test API Payment\",\n        \"Fee\": \"75.00\",\n        \"From\": \"Rishav_Business - Rishav\",\n        \"To\": \"Earnest-TRF\",\n        \"Total\": \"76.00\"\n    }\n}"}],"_postman_id":"b1f07868-5554-4773-a88b-24a828f2cecd"},{"name":"Send Bank Payment [V2]","event":[{"listen":"test","script":{"id":"ecb1eb98-eb13-4b34-a6f5-62402ba877e8","exec":["var jsonData = pm.response.json();","if(!!jsonData?.ResponseData?.TransactionNumber){","    pm.environment.set(\"transactionNumber\", jsonData.ResponseData.TransactionNumber);","}",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"692807eb-1363-45b1-9416-52a2d80e0db8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryPaymentInstrumentID\": \"{{PaymentInstrumentID}}\",\n    \"Purpose\": \"Loan_Payments\",\n    \"Currency\": \"USD\",\n    \"Amount\": \"40\",\n    \"CryptoBuySellActivity\": \"No\",\n    \"Intermediary_ABA\": \"026001591\",\n    \"SupportingDocument\": \"{{FileId}}\",\n    \"Description\": \"Testing Timeout RAJ2\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment/bank","description":"<p>The endpoint is used to make the payment to the beneficiary that was added early using any of the payment instrument Id associated with that beneficiary. The associated beneficiary status must be <code>Enabled</code> to send the payment.</p>\n<p>Note:<br />1. The payment might need one or more authorization from the bank. Merchant partner will be notified on such changes via callbacks to the designated URL.<br />2. Swift code provided while creating payment instrument will also get verfied in this endpoint.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BeneficiaryPaymentInstrumentID</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Payment instrument ID</td>\n</tr>\n<tr>\n<td>Currency</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Currency for the payment</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Amount to be transferred</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Description about the payment</td>\n</tr>\n<tr>\n<td>Purpose</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Must be one of the value from Get Payment Purpose endpoint</td>\n</tr>\n<tr>\n<td>CryptoBuySellActivity</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>\"Yes\" or \"No\" representing if the transaction is associated with a crypto activity</td>\n</tr>\n<tr>\n<td>SupportingDocument</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>File ID of the document. Multiple file Ids supported in format 'fileId1</td>\n</tr>\n<tr>\n<td>Intermediary_ABA</td>\n<td>string</td>\n<td>Only for International Payments</td>\n<td>--</td>\n<td>ABA number of the Intermediary bank</td>\n</tr>\n<tr>\n<td>Additional_Info</td>\n<td>{ Name: Value }</td>\n<td>No</td>\n<td>Refer to \"Additional_Info fields for payments endpoint\" in classes section</td>\n<td>This needs to be send inside the Fields array with field name as Additional_info and value as the object with the information required.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td></td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>Response Data</td>\n<td>Objet</td>\n<td>--</td>\n<td>Object contains TransactionNumber that can be used in get transaction details endpoint</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","payment","bank"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"be61a100-0cfd-4207-9a45-9c13df507649","name":"Send Bank Payment [V2]","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryPaymentInstrumentID\": \"2732450556708040533\",\n    \"Purpose\": \"Savings\",\n    \"Description\": \"Testing Beneficiary Payment for Transaction Details endpoint (Business Endpoint)\",\n    \"Currency\": \"USD\",\n    \"Amount\": \"1\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/payment/bank"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"99"},{"key":"etag","value":"W/\"63-tgTEpM09BkHq65LSTGhPTuLLb+8\""},{"key":"x-execution-time","value":"3386"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Fri, 09 Dec 2022 06:26:54 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"TransactionNumber\": \"FV000007938\"\n    }\n}"}],"_postman_id":"692807eb-1363-45b1-9416-52a2d80e0db8"}],"id":"06a87c95-753d-44a1-a31e-c1e428a6e962","description":"<p>These endpoints are used to create a transaction for different payment types using a payment instrument.</p>\n","_postman_id":"06a87c95-753d-44a1-a31e-c1e428a6e962","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}}},{"name":"Cross Border Payments","item":[{"name":"Preview - Send Cross Border Payment","id":"af5dbf60-e5bb-4586-bbf0-aca2cc85fc51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryPaymentInstrumentID\": \"{{PaymentInstrumentID}}\",\n    \"Purpose\": \"Savings\",\n    \"Description\": \"Testing Payment endpoint (Business Endpoint)\",\n    \"DestinationAmount\": \"120\",\n    \"CryptoBuySellActivity\": \"Yes\",\n    \"SupportingDocument\": \"{{FileId}}\"\n}\n\n\n\n","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/cross-border/preview","description":"<p>The \"Preview - Send SEPA Payment\" endpoint is a significant component in managing SEPA (Single Euro Payments Area) transactions efficiently. In the initial step, users provide essential details, including the Payment Instrument ID, payment purpose, description, destination amount and destination currencies, and the transaction amount.</p>\n<p>Upon a successful request, the endpoint returns a comprehensive preview of the SEPA transaction, encompassing critical details such as fees, exchange rates, and the newly generated QuoteID.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BeneficiaryPaymentInstrumentID</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Payment instrument ID</td>\n</tr>\n<tr>\n<td>DestinationCurrency</td>\n<td>string</td>\n<td>Yes</td>\n<td>EUR</td>\n<td>Currency of the recepient bank</td>\n</tr>\n<tr>\n<td>DestinationAmount</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Destination Amount</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Description about the payment</td>\n</tr>\n<tr>\n<td>Purpose</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Must be one of the value from Get Payment Purpose endpoint</td>\n</tr>\n<tr>\n<td>CryptoBuySellActivity</td>\n<td></td>\n<td>Yes</td>\n<td>--</td>\n<td>\"Yes\" or \"No\" representing if the transaction is associated with a crypto activity</td>\n</tr>\n<tr>\n<td>SupportingDocument</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>File ID of the document</td>\n</tr>\n<tr>\n<td>DocumentReferenceNumber</td>\n<td>string</td>\n<td>No</td>\n<td>--</td>\n<td>Document number of the supporting file</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td></td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Response Data</td>\n<td><a href=\"#previewbankpayment\">Preview Bank Payment</a></td>\n<td></td>\n<td>Object contains all the information about the transaction along with the fess</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","cross-border","preview"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"486f58d6-3b43-4d2b-9854-0c5bf6b66ea2","name":"Preview - Send Cross Border Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryPaymentInstrumentID\": \"{{PaymentInstrumentID}}\",\n    \"Purpose\": \"Savings\",\n    \"Description\": \"Testing Payment endpoint (Business Endpoint)\",\n    \"DestinationAmount\": \"12\",\n    \"DestinationCurrency\": \"EUR\",\n    \"CryptoBuySellActivity\": \"Yes\",\n    \"SupportingDocument\": \"{{FileId}}\"\n}\n\n\n\n","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/sandbox/cross-border/preview"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"453"},{"key":"etag","value":"W/\"1c5-vqZD01dYHzWVpoyoyMQdfHGfR4I\""},{"key":"x-execution-time","value":"8628"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"date","value":"Tue, 23 Jan 2024 09:26:43 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"BeneficiaryPaymentInstrumentID\": \"-8720203295695130791\",\n        \"From\": \"Rishav_Business - Rishav\",\n        \"To\": \"Steven Spielberg\",\n        \"DestinationAmount\": \"12\",\n        \"DestinationCurrency\": \"EUR\",\n        \"FXRate\": \"1.098619\",\n        \"SourceAmount\": 13.183428,\n        \"FeeInUSD\": \"35.00\",\n        \"TotalAmountInUSD\": 48.183428,\n        \"QuoteId\": \"a49d3fa6-6edb-48c6-a1ff-ab4e92d10d75\",\n        \"Purpose\": \"Savings\",\n        \"Description\": \"Testing Payment endpoint Business Endpoint\"\n    }\n}"}],"_postman_id":"af5dbf60-e5bb-4586-bbf0-aca2cc85fc51"},{"name":"Submit - Send Cross Border Payment","event":[{"listen":"test","script":{"id":"ecb1eb98-eb13-4b34-a6f5-62402ba877e8","exec":["var jsonData = pm.response.json();","if(!!jsonData?.ResponseData?.TransactionNumber){","    pm.environment.set(\"transactionNumber\", jsonData.ResponseData.TransactionNumber);","}",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c2219067-b8cb-450c-9988-a4070150a75f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryPaymentInstrumentID\": \"{{PaymentInstrumentID}}\",\n    \"Purpose\": \"Savings\",\n    \"Description\": \"Testing Payment endpoint\",\n    \"DestinationAmount\": \"120\",\n    \"CryptoBuySellActivity\": \"Yes\",\n    \"SupportingDocument\": \"{{FileId}}\",\n    \"DestinationCurrency\": \"EUR\",\n    \"DocumentReferenceNumber\":\"89787213673\"\n}\n\n\n\n\n","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/cross-border","description":"<p>The \"SEND Cross Border Payment\" endpoint offers users the capability to initiate cross-border transactions with precision. Users can input essential transaction details, including the Payment Instrument ID, payment purpose, description, destination amount, destination currency, and CryptoBuySellActivity flag.</p>\n<p>The \"SupportingDocument\" attribute allows for the attachment of relevant documents using the File ID obtained from the \"Upload File\" endpoint. Importantly, if users do not specify a Quote ID in the request body, the endpoint will generate a new Quote ID automatically.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>BeneficiaryPaymentInstrumentID</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Payment instrument ID</td>\n</tr>\n<tr>\n<td>DestinationCurrency</td>\n<td>string</td>\n<td>Yes</td>\n<td>EUR</td>\n<td>Currency of the recepient bank</td>\n</tr>\n<tr>\n<td>DestinationAmount</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Destination Amount</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Description about the payment</td>\n</tr>\n<tr>\n<td>Purpose</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>Must be one of the value from Get Payment Purpose endpoint</td>\n</tr>\n<tr>\n<td>CryptoBuySellActivity</td>\n<td></td>\n<td>Yes</td>\n<td>Yes, No</td>\n<td>\"Yes\" or \"No\" representing if the transaction is associated with a crypto activity</td>\n</tr>\n<tr>\n<td>SupportingDocument</td>\n<td>string</td>\n<td>Yes</td>\n<td>--</td>\n<td>File ID of the document</td>\n</tr>\n<tr>\n<td>DocumentReferenceNumber</td>\n<td>string</td>\n<td>No</td>\n<td>--</td>\n<td>Document number of the supporting file</td>\n</tr>\n<tr>\n<td>QuoteID</td>\n<td>string</td>\n<td>No</td>\n<td>--</td>\n<td>quote Id returned from the Preview SEPA payments endpoint. It gives you a locked fx rate for the transaction if not provided a new quote id would be created and used</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Field</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Possible Values</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResponseCode</td>\n<td>integer</td>\n<td></td>\n<td>HTTP Response code (result of the API call)</td>\n</tr>\n<tr>\n<td>ResponseMessage</td>\n<td>string</td>\n<td>--</td>\n<td>--</td>\n</tr>\n<tr>\n<td>Response Data</td>\n<td>Objet</td>\n<td>--</td>\n<td>Object contains TransactionNumber that can be used in get transaction details endpoint</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","cross-border"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[{"id":"ced90eb4-a807-4e63-be2b-15d967a6bd95","name":"Send - Cross Border Payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryPaymentInstrumentID\": \"{{PaymentInstrumentID}}\",\n    \"Purpose\": \"Savings\",\n    \"Description\": \"Testing Payment endpoint (Business Endpoint)\",\n    \"Currency\": \"USD\",\n    \"DestinationAmount\": \"12\",\n    \"DestinationCurrency\": \"EUR\",\n    \"CryptoBuySellActivity\": \"Yes\",\n    \"SupportingDocument\": \"{{FileId}}\",\n    \"QuoteID\": \"\"\n}\n\n\n\n","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/sandbox/cross-border"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"x-powered-by","value":"Express"},{"key":"content-security-policy","value":"default-src 'self';base-uri 'self';block-all-mixed-content;font-src 'self' https: data:;form-action 'self';frame-ancestors 'self';img-src 'self' data:;object-src 'none';script-src 'self';script-src-attr 'none';style-src 'self' https: 'unsafe-inline';upgrade-insecure-requests"},{"key":"cross-origin-embedder-policy","value":"require-corp"},{"key":"cross-origin-opener-policy","value":"same-origin"},{"key":"cross-origin-resource-policy","value":"same-origin"},{"key":"x-dns-prefetch-control","value":"off"},{"key":"expect-ct","value":"max-age=0"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"strict-transport-security","value":"max-age=15552000; includeSubDomains"},{"key":"x-download-options","value":"noopen"},{"key":"x-content-type-options","value":"nosniff"},{"key":"origin-agent-cluster","value":"?1"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"referrer-policy","value":"no-referrer"},{"key":"x-xss-protection","value":"0"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"etag","value":"W/\"4b5-iBjegtXtfkXgUSFjOntPG6RlEG0\""},{"key":"x-execution-time","value":"8929"},{"key":"vary","value":"Accept-Encoding, Authorization, Cookie"},{"key":"content-encoding","value":"gzip"},{"key":"date","value":"Tue, 23 Jan 2024 09:39:48 GMT"},{"key":"connection","value":"keep-alive"},{"key":"keep-alive","value":"timeout=5"},{"key":"transfer-encoding","value":"chunked"},{"key":"cache-control","value":"private"}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseCode\": 200,\n    \"ResponseMessage\": \"Success\",\n    \"ResponseData\": {\n        \"TransactionNumber\": \"FV000021659\",\n        \"TransactionDetails\": {\n            \"TransactionNumber\": \"FV000021659\",\n            \"Status\": \"PENDING_AUTHORIZATION\",\n            \"CreatedAt\": \"2024-01-23T05:39:48.010-04:00\",\n            \"From\": \"Rishav_Business - Rishav\",\n            \"To\": \"Steven Spielberg\",\n            \"Description\": \"Testing Payment endpoint Business Endpoint\",\n            \"Type\": {\n                \"value\": \"BUS_USD_Account.payment_cross_border_sepa\",\n                \"label\": \"Payment - Cross Border - SEPA\"\n            },\n            \"AdditionalData\": [\n                {\n                    \"label\": \"Destination Amount\",\n                    \"value\": \"12.00\"\n                },\n                {\n                    \"label\": \"IBAN\",\n                    \"value\": \"GB94BARC10201530093459\"\n                },\n                {\n                    \"label\": \"Beneficiary First Name\",\n                    \"value\": \"Steven\"\n                },\n                {\n                    \"label\": \"Beneficiary Last Name\",\n                    \"value\": \"Spielberg\"\n                },\n                {\n                    \"label\": \"Beneficiary Address\",\n                    \"value\": \"1437\"\n                },\n                {\n                    \"label\": \"Beneficiary City\",\n                    \"value\": \"Delhi\"\n                },\n                {\n                    \"label\": \"Beneficiary Postal Code\",\n                    \"value\": \"282007\"\n                },\n                {\n                    \"label\": \"Albania\",\n                    \"value\": \"AL\"\n                },\n                {\n                    \"label\": \"FX Rate\",\n                    \"value\": \"1.098619\"\n                },\n                {\n                    \"label\": \"Transaction_crypto_buy_sell_activity\",\n                    \"value\": \"Yes\"\n                },\n                {\n                    \"label\": \"Beneficiary_Payment_Purpose\",\n                    \"value\": \"Savings\"\n                }\n            ],\n            \"DestinationAmount\": \"12\",\n            \"DestinationCurrency\": \"EUR\",\n            \"SourceAmount\": \"13.183430400000004\",\n            \"FeeInUSD\": \"35\",\n            \"TotalAmountInUSD\": \"48.183430400000006\",\n            \"QuoteId\": \"3b5e8079-e876-47ea-99d4-1066a30b105b\"\n        }\n    }\n}"}],"_postman_id":"c2219067-b8cb-450c-9988-a4070150a75f"}],"id":"0edf5e5a-9f91-4b04-8898-0c5e93ee7075","description":"<p>These endpoints are used to create a transaction for different payment types using a payment instrument.</p>\n","_postman_id":"0edf5e5a-9f91-4b04-8898-0c5e93ee7075","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}}},{"name":"Stablecoin","item":[{"name":"Preview- Stablecoin Withdraw","id":"ec701f37-bc81-4d12-a0bd-fe13d238bb60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryPaymentInstrumentID\": \"{{PaymentInstrumentID}}\",\n    \"Amount\": \"400\",\n    \"Description\": \"Testing apis\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/stablecoin/withdraw/preview","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","stablecoin","withdraw","preview"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec701f37-bc81-4d12-a0bd-fe13d238bb60"},{"name":"Transfer - Stablecoin Withdraw","id":"118b1b66-1a3a-447e-8439-79244e59aaf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"BeneficiaryPaymentInstrumentID\": \"{{PaymentInstrumentID}}\",\n    \"Amount\": \"0.01\",\n    \"Description\": \"Testing apis\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/v2/stablecoin/withdraw","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","stablecoin","withdraw"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"118b1b66-1a3a-447e-8439-79244e59aaf9"}],"id":"bb9dd4df-8f14-497d-a6e7-d59f60a7b8ba","_postman_id":"bb9dd4df-8f14-497d-a6e7-d59f60a7b8ba","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}}},{"name":"Files","item":[{"name":"Get File","id":"d4f57a21-f623-45eb-90c2-e2d1c9de2104","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/v2/files/:FileId","description":"<p>This endpoint takes a temp file ID as a path variable and returns the image or document that was previously uploaded using the Upload File endpoint. The response will contain the file in its original format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","files",":FileId"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"{{FileId}}","key":"FileId"}]}},"response":[],"_postman_id":"d4f57a21-f623-45eb-90c2-e2d1c9de2104"},{"name":"Get File Details","id":"04f582c8-7e75-4744-98fc-1356de9d1cc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/v2/files/details/:FileId","description":"<p>This endpoint takes a temp file ID as a path variable and returns details about the file such as its name and format. The response will contain metadata about the file that was previously uploaded using the Upload File endpoint.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","files","details",":FileId"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"{{FileId}}","key":"FileId"}]}},"response":[],"_postman_id":"04f582c8-7e75-4744-98fc-1356de9d1cc1"},{"name":"Upload File","event":[{"listen":"test","script":{"id":"20830f33-a27f-4e0d-a818-2958b4ab1058","exec":["var jsonData = pm.response.json();","if(!!jsonData?.ResponseData?.ID){","    pm.environment.set(\"FileId\", jsonData.ResponseData.ID);","}",""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"872a7656-8898-4ee8-b949-d7834afadf97","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[],"body":{"mode":"file","file":{"src":"/Users/rajesh/Downloads/dummy-pdf_2.pdf"}},"url":"{{baseURL}}/v2/files/upload?customField=Payment_Invoice&fileName=Ducket.pdf","description":"<p>This endpoint is used to upload files and retrieve <strong>file IDs</strong>, which can then be used in the <strong>file-type parameters of other endpoints</strong>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Endpoint</strong></th>\n<th><strong>Parameter</strong></th>\n<th><strong>customField</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Payments</td>\n<td>SupportingDocument</td>\n<td>Payment_invoice</td>\n</tr>\n<tr>\n<td>Add Virtual Account (Business Beneficiary)</td>\n<td>Document_File</td>\n<td>Document_File</td>\n</tr>\n<tr>\n<td>Add Virtual Account (Individual Beneficiary)</td>\n<td>Front_Document</td>\n<td>Front_Document</td>\n</tr>\n<tr>\n<td>Add Virtual Account (Individual Beneficiary)</td>\n<td>Back_Document</td>\n<td>Back_Document</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}},"urlObject":{"path":["v2","files","upload"],"host":["{{baseURL}}"],"query":[{"key":"customField","value":"Payment_Invoice"},{"key":"fileName","value":"Ducket.pdf"}],"variable":[]}},"response":[],"_postman_id":"872a7656-8898-4ee8-b949-d7834afadf97"}],"id":"5bd48785-eddc-47dd-bbb2-6f07723e2f66","description":"<p>The \"Files\" section of this API provides functionality to upload and retrieve files in various formats such as png, jpg, jpeg and pdf. This section contains three endpoints which are described below:</p>\n","_postman_id":"5bd48785-eddc-47dd-bbb2-6f07723e2f66","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":true,"source":{"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f","id":"c7300481-4110-43f2-b783-e62c9851bd7f","name":"V2","type":"folder"}}}],"id":"c7300481-4110-43f2-b783-e62c9851bd7f","description":"<p>Version 2 of the Merchant Partner APIs. It will contain beneficiary redesign along with other feature releases</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"8e01e4ce-5d04-47b6-9caf-70d60980dec9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e90b8d6f-c0de-4737-b4c2-a0bf56703c56","type":"text/javascript","exec":["const refreshToken = pm.response.headers.get('x-refresh-token');","if (refreshToken){","    pm.environment.set(\"sessionToken\", refreshToken);","    console.log('token refershed');","}",""]}}],"_postman_id":"c7300481-4110-43f2-b783-e62c9851bd7f"}],"id":"2a4986ba-ff42-4bed-b647-c6cbbbb6c34a","description":"<p>All the endpoints in this section will need the SessionToken obtained with the Auth endpoint.</p>\n<p>Note: If the session token nears its expiry during any of the call, the response expected to contain a header named <code>x-refresh-token</code> This token can be replace with existing sessionToken and consumed accordingly. i.e., no need of another explicit call to auth to get the session token.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{sessionToken}}"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"c47a9096-931a-46eb-a91b-bd5c3a4d0eb6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"93e1da09-41f6-401a-9e20-76d2c6102621","type":"text/javascript","exec":["const refreshToken = pm.response.headers.get('x-refresh-token');","if (refreshToken){","    pm.environment.set(\"sessionToken\", refreshToken);","    console.log('token refershed');","}",""]}}],"_postman_id":"2a4986ba-ff42-4bed-b647-c6cbbbb6c34a"}],"id":"0db4dac4-7033-4309-b766-7695343b7b1d","_postman_id":"0db4dac4-7033-4309-b766-7695343b7b1d","description":""},{"name":"Callbacks","item":[],"id":"14bf23ae-29ca-446f-a02f-67fedf80b74d","description":"<p>Client would receive below callbacks on the designated URL.</p>\n<h2 id=\"verify-signautre\">Verify Signautre</h2>\n<p>All the response will now include <code>x-signature</code> on the header. Below is the sample code of how you can validate signature.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">const crypto = await import('crypto');\nconst signature = res.headers['x-signature'];\nconst hmac = crypto.createHmac('sha256', CLIENT_SECRET);\nconst expectedSignature = hmac.update(JSON.stringify(res.body?.Data)).digest('hex');\nconst a = Buffer.from(signature);\nconst b = Buffer.from(expectedSignature);\nif (crypto.timingSafeEqual(a, b)) {\n    console.log('Matched');\n} else {\n    console.log('Signature Not Matched');\n}\n\n</code></pre>\n<h2 id=\"member-registered\">Member Registered</h2>\n<p>Whenever a new individual account signed with the client's referral link, the below body is posted</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"Date\": \"2022-01-10T12:52:28\",\n  \"Data\": {\n    \"Email\": \"john.doe@outlook.com\",\n    \"Name\": \"John Doe\",\n    \"Phone\": \"+91 12345 12345\",\n    \"ReferenceID\": \"SU0003\",\n    \"AccountType\": \"Individual\"\n  },\n  \"Event\": \"MEMBER_REGISTERED\",\n  \"Message\": \"New Member Registered with your referral code\"\n}\n\n</code></pre><p><strong>Account Type</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Individual</td>\n<td>Member belongs to Individual group and gets access to all financial activities of an Individual account.</td>\n</tr>\n<tr>\n<td>Business</td>\n<td>Business member gets access to all the features of a business account.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"member-kyc-status-changed\">Member KYC Status Changed</h2>\n<p>Whenever there is change in the KYC status of the user, the below body is posted.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">{\n  \"Date\": \"2023-06-15T10:26:40\",\n  \"Data\": {\n    \"Email\": \"rishav_test@mailinator.uk\",\n    \"Name\": \"Rishav_test\",\n    \"Phone\": \"+1777137134\",\n    \"ReferenceID\": \"emp4001\",\n    \"AccountType\": \"Individual\",\n    \"OldStatus\": \"FAILED_SESSION\",\n    \"NewStatus\": \"COMPLETED\"\n  },\n  \"Event\": \"MEMBER_KYC_STATUS_CHANGED\",\n  \"Id\": \"8209c2c3-a6d2-4c4c-be10-682917b4409e\",\n  \"Message\": \"Member KYC Status Changed\"\n}\n\n</code></pre>\n<p><strong>KYC Statuses</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>NOT_STARTED</td>\n<td>KYC Verification processes has not been started.</td>\n</tr>\n<tr>\n<td>SESSION_STARTED</td>\n<td>KYC verification link generated for the member</td>\n</tr>\n<tr>\n<td>STARTED</td>\n<td>KYC Verification link visited by the member and verification process started.</td>\n</tr>\n<tr>\n<td>FAILED_SESSION</td>\n<td>KYC session created for the member was not successfully completed.</td>\n</tr>\n<tr>\n<td>PROCESSING</td>\n<td>Documents have been submitted successfully and awaiting action from compliance team.</td>\n</tr>\n<tr>\n<td>COMPLETED</td>\n<td>Provided documents were successfully verified and member profile was approved.</td>\n</tr>\n<tr>\n<td>REJECTED</td>\n<td>Documents got rejected by the compliance team.</td>\n</tr>\n<tr>\n<td>RE_VERIFICATION</td>\n<td>Compliance team flagged the member and require to re-submit the documents for verification.</td>\n</tr>\n<tr>\n<td>PENDING_CROSS_CHECKED</td>\n<td>Documents are flagged to be cross checked by the compliance team.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"member-email-updated\">Member Email Updated</h2>\n<p>The client gets this callback whenever the user referred by them changes their email id.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">{\n  \"Date\": \"2023-06-15T10:23:16\",\n  \"Data\": {\n    \"Name\": \"Rishav_test\",\n    \"Phone\": \"+1777137134\",\n    \"ReferenceID\": \"emp4001\",\n    \"AccountType\": \"Individual\",\n    \"OldEmail\": \"RISHAV_TEST@MAILINATOR.CO\",\n    \"NewEmail\": \"RISHAV_TEST@MAILINATOR.UK\"\n  },\n  \"Event\": \"MEMBER_EMAIL_UPDATED\",\n  \"Id\": \"082ac4c6-56dd-47ec-9699-6036dbd46520\",\n  \"Message\": \"Member Email Changed\"\n}\n\n</code></pre>\n<h2 id=\"member-financial-status-changed\">Member Financial Status Changed</h2>\n<p>Below data get posted whenever there is a change in the client's referred account's financial status</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">{\n  \"Date\": \"2023-06-15T09:57:40\",\n  \"Data\": {\n    \"Email\": \"rishav_test_usr@mailinator.com\",\n    \"Name\": \"Rishav_test\",\n    \"Phone\": \"+1777137134\",\n    \"ReferenceID\": \"emp123456\",\n    \"AccountType\": \"Individual\",\n    \"OldStatus\": \"DISABLED\",\n    \"NewStatus\": \"ENABLED\"\n  },\n  \"Event\": \"MEMBER_FINANCIAL_TRANSACTION_STATUS_CHANGED\",\n  \"Id\": \"fc37aba0-ba0a-4f89-ad41-3878ed78fb58\",\n  \"Message\": \"The member financial status changed\"\n}\n\n</code></pre>\n<p><strong>Financial Statuses</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ENABLED</td>\n<td>Member account is enabled to perform all the permissible financial activities.</td>\n</tr>\n<tr>\n<td>DISABLED</td>\n<td>Member account is disabled for any financial activity involving transfer of funds.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"member-status-changed\">Member Status Changed</h2>\n<p>Below is the callback when the status of the member gets changed</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">{\n  \"Date\": \"2023-06-15T10:38:10\",\n  \"Data\": {\n    \"Email\": \"rishav_test@mailinator.uk\",\n    \"Name\": \"Rishav_test\",\n    \"Phone\": \"+91 88988 98991\",\n    \"ReferenceID\": \"emp4001\",\n    \"AccountType\": \"Individual\",\n    \"Status\": \"BLOCKED\"\n  },\n  \"Event\": \"MEMBER_STATUS_CHANGED\",\n  \"Id\": \"a37c54dc-6963-4c40-9547-e536f09f7e6e\",\n  \"Message\": \"The member status changed\"\n}\n\n</code></pre>\n<p><strong>Member status</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ACTIVE</td>\n<td>Member account is active and able to login to portal and perform permissible activities.</td>\n</tr>\n<tr>\n<td>DISABLED</td>\n<td>Member account is disabled and blocked from accessing portal and any activity in the system.</td>\n</tr>\n<tr>\n<td>BLOCKED</td>\n<td>Member is blocked from accessing the system but is available in the system for others to interact.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"member-phone-updated\">Member Phone Updated</h2>\n<p>Whenever there is an update in member's phone number</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"Date\": \"2022-01-10T13:01:32\",\n    \"Data\": {\n      \"Name\": \"John Doe\",\n      \"ReferenceID\": \"SU0003\",\n      \"AccountType\": \"Individual\",\n      \"OldPhone\": \"+12015550111\",\n      \"NewPhone\": \"+12015550113\"\n    },\n    \"Event\": \"MEMBER_PHONE_UPDATED\",\n    \"Message\": \"Member Phone Changed\"\n  }\n\n</code></pre><h2 id=\"member-phone-deleted\">Member Phone Deleted</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> {\n    \"Date\": \"2022-01-10T13:03:35\",\n    \"Data\": {\n      \"Name\": \"John Doe\",\n      \"Phone\": \"+91 12345 12345\",\n      \"ReferenceID\": \"SU0003\",\n      \"AccountType\": \"Individual\",\n      \"DeletedPhone\": \"+12015550113\"\n    },\n    \"Event\": \"MEMBER_PHONE_DELETED\",\n    \"Message\": \"Member Phone Deleted\"\n  }\n\n</code></pre><h2 id=\"member-phone-added\">Member Phone Added</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">{\n  \"Date\": \"2023-06-15T10:38:10\",\n  \"Data\": {\n    \"Email\": \"rishav_test@mailinator.uk\",\n    \"Name\": \"Rishav_test\",\n    \"ReferenceID\": \"emp4001\",\n    \"AccountType\": \"Individual\",\n    \"NewPhone\": \"+917898878332\",\n    \"PhoneType\": \"MOBILE\"\n  },\n  \"Event\": \"MEMBER_PHONE_ADDED\",\n  \"Id\": \"a37c54dc-6963-4c40-9547-e536f09f7e6e\",\n  \"Message\": \"The member phone added\"\n}\n\n</code></pre>\n<h2 id=\"transaction-created\">Transaction Created</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\"> {\n  \"Date\": \"2023-06-15T07:46:18\",\n  \"Data\": {\n    \"CreatedDate\": \"2023-06-15T07:46:18.150Z\",\n    \"TransactionNumber\": \"FV000017423\",\n    \"Type\": \"Payment - Domestic (ACH)\",\n    \"Amount\": \"1.00\",\n    \"From\": \"Rishav_Business - Rishav\",\n    \"To\": \"Johnie Rogan\",\n    \"Currency\": \"USD\",\n    \"Description\": \"Rent payment\",\n    \"Purpose\": \"Savings\",\n    \"AdditionalData\": [\n      {\n        \"label\": \"Routing Number\",\n        \"value\": \"026001591\"\n      },\n      {\n        \"label\": \"Account Number\",\n        \"value\": \"118877665101\"\n      },\n      {\n        \"label\": \"Bank_Account_Type\",\n        \"value\": \"Saving\"\n      },\n      {\n        \"label\": \"Beneficiary First Name\",\n        \"value\": \"Johnie\"\n      },\n      {\n        \"label\": \"Beneficiary Last Name\",\n        \"value\": \"Johnie Rogan\"\n      },\n      {\n        \"label\": \"Beneficiary Address\",\n        \"value\": \"Main Street, Second Main\"\n      },\n      {\n        \"label\": \"Beneficiary City\",\n        \"value\": \"Bengaluru\"\n      },\n      {\n        \"label\": \"Beneficiary Postal Code\",\n        \"value\": \"560084\"\n      },\n      {\n        \"label\": \"United States of America\",\n        \"value\": \"US\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Name\",\n        \"value\": \"THE BANK OF NEW YORK MELLON\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Address\",\n        \"value\": \"240 GREENWICH STREET\"\n      },\n      {\n        \"label\": \"Beneficiary Bank City\",\n        \"value\": \"NEW YORK\"\n      },\n      {\n        \"label\": \"Beneficiary Bank State\",\n        \"value\": \"NY\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Postal Code\",\n        \"value\": \"560084\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Country\",\n        \"value\": \"United States of America\"\n      },\n      {\n        \"label\": \"Beneficiary_Payment_Purpose\",\n        \"value\": \"Savings\"\n      }\n    ]\n  },\n  \"Event\": \"TRANSACTION_CREATED\",\n  \"Id\": \"03539a28-4453-425d-9720-15037d0ef027\",\n  \"Message\": \"Transaction created\"\n}\n\n</code></pre>\n<h2 id=\"transaction-denied\">Transaction Denied</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">{\n  \"Date\": \"2023-06-15T09:32:38\",\n  \"Data\": {\n    \"CreatedDate\": \"2023-06-15T09:31:18.739Z\",\n    \"TransactionNumber\": \"FV000017257\",\n    \"Type\": \"Payment - Domestic (ACH)\",\n    \"Amount\": \"1.00\",\n    \"From\": \"Rishav_Business - Rishav\",\n    \"To\": \"Rishav Upadhayay\",\n    \"Currency\": \"USD\",\n    \"Description\": \"Rent payments\",\n    \"Purpose\": \"Savings\",\n    \"AdditionalData\": [\n      {\n        \"label\": \"Routing Number\",\n        \"value\": \"026001591\"\n      },\n      {\n        \"label\": \"Account Number\",\n        \"value\": \"20363486622\"\n      },\n      {\n        \"label\": \"Bank_Account_Type\",\n        \"value\": \"Saving\"\n      },\n      {\n        \"label\": \"Beneficiary First Name\",\n        \"value\": \"Rishav\"\n      },\n      {\n        \"label\": \"Beneficiary Last Name\",\n        \"value\": \"Upadhayay\"\n      },\n      {\n        \"label\": \"Beneficiary Address\",\n        \"value\": \"1437 VIP Road Ayodhya Kunj Agra\"\n      },\n      {\n        \"label\": \"Beneficiary City\",\n        \"value\": \"Agra\"\n      },\n      {\n        \"label\": \"Beneficiary Postal Code\",\n        \"value\": \"282001\"\n      },\n      {\n        \"label\": \"India\",\n        \"value\": \"IN\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Name\",\n        \"value\": \"Standard Chartered International (USA) Ltd\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Address\",\n        \"value\": \"1095 Ave of the Americas\"\n      },\n      {\n        \"label\": \"Beneficiary Bank City\",\n        \"value\": \"New York\"\n      },\n      {\n        \"label\": \"Beneficiary Bank State\",\n        \"value\": \"NY\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Postal Code\",\n        \"value\": \"10036\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Country\",\n        \"value\": \"United States of America\"\n      },\n      {\n        \"label\": \"Beneficiary_Payment_Purpose\",\n        \"value\": \"Savings\"\n      }\n    ]\n  },\n  \"Event\": \"TRANSACTION_DENIED\",\n  \"Id\": \"f194e193-1b22-4a61-a3e4-c81a5b79efc5\",\n  \"Message\": \"Transaction denied\"\n}\n\n</code></pre>\n<h2 id=\"transaction-authorized\">Transaction Authorized</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">{\n  \"Date\": \"2023-06-15T09:23:19\",\n  \"Data\": {\n    \"CreatedDate\": \"2023-06-15T09:22:05.972Z\",\n    \"TransactionNumber\": \"FV000017255\",\n    \"Type\": \"Payment - Domestic (ACH)\",\n    \"Amount\": \"1.00\",\n    \"From\": \"Rishav_Business - Rishav\",\n    \"To\": \"Rishav Upadhayay\",\n    \"Currency\": \"USD\",\n    \"Description\": \"Rent Payment\",\n    \"Purpose\": \"Savings\",\n    \"AdditionalData\": [\n      {\n        \"label\": \"Routing Number\",\n        \"value\": \"026001591\"\n      },\n      {\n        \"label\": \"Account Number\",\n        \"value\": \"20363486622\"\n      },\n      {\n        \"label\": \"Bank_Account_Type\",\n        \"value\": \"Saving\"\n      },\n      {\n        \"label\": \"Beneficiary First Name\",\n        \"value\": \"Rishav\"\n      },\n      {\n        \"label\": \"Beneficiary Last Name\",\n        \"value\": \"Upadhayay\"\n      },\n      {\n        \"label\": \"Beneficiary Address\",\n        \"value\": \"1437 VIP Road Ayodhya Kunj Agra\"\n      },\n      {\n        \"label\": \"Beneficiary City\",\n        \"value\": \"Agra\"\n      },\n      {\n        \"label\": \"Beneficiary Postal Code\",\n        \"value\": \"282001\"\n      },\n      {\n        \"label\": \"India\",\n        \"value\": \"IN\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Name\",\n        \"value\": \"Standard Chartered International (USA) Ltd\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Address\",\n        \"value\": \"1095 Ave of the Americas\"\n      },\n      {\n        \"label\": \"Beneficiary Bank City\",\n        \"value\": \"New York\"\n      },\n      {\n        \"label\": \"Beneficiary Bank State\",\n        \"value\": \"NY\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Postal Code\",\n        \"value\": \"10036\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Country\",\n        \"value\": \"United States of America\"\n      },\n      {\n        \"label\": \"Beneficiary_Payment_Purpose\",\n        \"value\": \"Savings\"\n      }\n    ]\n  },\n  \"Event\": \"TRANSACTION_AUTHORIZED\",\n  \"Id\": \"6c33e3b0-f853-4513-95ec-0b9d20d32ccd\",\n  \"Message\": \"Transaction authorized\"\n}\n\n</code></pre>\n<h2 id=\"transaction-completed\">Transaction Completed</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"Date\": \"2022-05-18T07:32:22\",\n    \"Data\": {\n      \"CreatedDate\": \"2022-05-18T07:30:44.863Z\", \n      \"NewStatus\": \"COMPLETED\",\n      \"OldStatus\": \"IN PROCESS\"\n      \"TransactionNumber\": \"FV000004645\",\n      \"Type\": \"Payment - Domestic Wire\"\n    },\n    \"Event\": \"TRANSACTION_STATUS\",\n    \"Message\": \"The member transaction status changed\"\n  }\n\n</code></pre><h2 id=\"transaction-cancelled\">Transaction Cancelled</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">{\n  \"Date\": \"2023-06-15T09:34:53\",\n  \"Data\": {\n    \"CreatedDate\": \"2023-06-15T09:34:24.448Z\",\n    \"TransactionNumber\": \"FV000017258\",\n    \"Type\": \"Payment - Domestic (ACH)\",\n    \"Amount\": \"1.00\",\n    \"From\": \"Rishav_Business - Rishav\",\n    \"To\": \"Rishav Upadhayay\",\n    \"Currency\": \"USD\",\n    \"Description\": \"Rent Payment\",\n    \"Purpose\": \"Savings\",\n    \"AdditionalData\": [\n      {\n        \"label\": \"Routing Number\",\n        \"value\": \"026001591\"\n      },\n      {\n        \"label\": \"Account Number\",\n        \"value\": \"20363486622\"\n      },\n      {\n        \"label\": \"Bank_Account_Type\",\n        \"value\": \"Saving\"\n      },\n      {\n        \"label\": \"Beneficiary First Name\",\n        \"value\": \"Rishav\"\n      },\n      {\n        \"label\": \"Beneficiary Last Name\",\n        \"value\": \"Upadhayay\"\n      },\n      {\n        \"label\": \"Beneficiary Address\",\n        \"value\": \"1437 VIP Road Ayodhya Kunj Agra\"\n      },\n      {\n        \"label\": \"Beneficiary City\",\n        \"value\": \"Agra\"\n      },\n      {\n        \"label\": \"Beneficiary Postal Code\",\n        \"value\": \"282001\"\n      },\n      {\n        \"label\": \"India\",\n        \"value\": \"IN\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Name\",\n        \"value\": \"Standard Chartered International (USA) Ltd\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Address\",\n        \"value\": \"1095 Ave of the Americas\"\n      },\n      {\n        \"label\": \"Beneficiary Bank City\",\n        \"value\": \"New York\"\n      },\n      {\n        \"label\": \"Beneficiary Bank State\",\n        \"value\": \"NY\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Postal Code\",\n        \"value\": \"10036\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Country\",\n        \"value\": \"United States of America\"\n      },\n      {\n        \"label\": \"Beneficiary_Payment_Purpose\",\n        \"value\": \"Savings\"\n      }\n    ]\n  },\n  \"Event\": \"TRANSACTION_CANCELLED\",\n  \"Id\": \"b9cca9de-8b7b-4a13-b3a4-8dc8b86ae57e\",\n  \"Message\": \"Transaction cancelled\"\n}\n\n</code></pre>\n<h2 id=\"transaction-expired\">Transaction Expired</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">{\n  \"Date\": \"2023-06-15T09:40:53\",\n  \"Data\": {\n    \"CreatedDate\": \"2023-06-15T09:37:03.500Z\",\n    \"TransactionNumber\": \"FV000017259\",\n    \"Type\": \"Payment - Domestic (ACH)\",\n    \"Amount\": \"1.00\",\n    \"From\": \"Rishav_Business - Rishav\",\n    \"To\": \"Rishav Upadhayay\",\n    \"Currency\": \"USD\",\n    \"Description\": \"Rent Payment\",\n    \"Purpose\": \"Savings\",\n    \"AdditionalData\": [\n      {\n        \"label\": \"Routing Number\",\n        \"value\": \"026001591\"\n      },\n      {\n        \"label\": \"Account Number\",\n        \"value\": \"20363486622\"\n      },\n      {\n        \"label\": \"Bank_Account_Type\",\n        \"value\": \"Saving\"\n      },\n      {\n        \"label\": \"Beneficiary First Name\",\n        \"value\": \"Rishav\"\n      },\n      {\n        \"label\": \"Beneficiary Last Name\",\n        \"value\": \"Upadhayay\"\n      },\n      {\n        \"label\": \"Beneficiary Address\",\n        \"value\": \"1437 VIP Road Ayodhya Kunj Agra\"\n      },\n      {\n        \"label\": \"Beneficiary City\",\n        \"value\": \"Agra\"\n      },\n      {\n        \"label\": \"Beneficiary Postal Code\",\n        \"value\": \"282001\"\n      },\n      {\n        \"label\": \"India\",\n        \"value\": \"IN\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Name\",\n        \"value\": \"Standard Chartered International (USA) Ltd\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Address\",\n        \"value\": \"1095 Ave of the Americas\"\n      },\n      {\n        \"label\": \"Beneficiary Bank City\",\n        \"value\": \"New York\"\n      },\n      {\n        \"label\": \"Beneficiary Bank State\",\n        \"value\": \"NY\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Postal Code\",\n        \"value\": \"10036\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Country\",\n        \"value\": \"United States of America\"\n      },\n      {\n        \"label\": \"Beneficiary_Payment_Purpose\",\n        \"value\": \"Savings\"\n      }\n    ]\n  },\n  \"Event\": \"TRANSACTION_EXPIRED\",\n  \"Id\": \"c9de546a-3383-49ab-ab25-bab4211230bc\",\n  \"Message\": \"Transaction returned\"\n}\n\n</code></pre>\n<h2 id=\"transaction-returned-charged-back\">Transaction Returned (Charged Back)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">{\n  \"Date\": \"2023-06-15T09:40:53\",\n  \"Data\": {\n    \"CreatedDate\": \"2023-06-15T09:37:03.500Z\",\n    \"TransactionNumber\": \"FV000017259\",\n    \"Type\": \"Payment - Domestic (ACH)\",\n    \"Amount\": \"1.00\",\n    \"From\": \"Rishav_Business - Rishav\",\n    \"To\": \"Rishav Upadhayay\",\n    \"Currency\": \"USD\",\n    \"Description\": \"Rent Payment\",\n    \"Purpose\": \"Savings\",\n    \"AdditionalData\": [\n      {\n        \"label\": \"Routing Number\",\n        \"value\": \"026001591\"\n      },\n      {\n        \"label\": \"Account Number\",\n        \"value\": \"20363486622\"\n      },\n      {\n        \"label\": \"Bank_Account_Type\",\n        \"value\": \"Saving\"\n      },\n      {\n        \"label\": \"Beneficiary First Name\",\n        \"value\": \"Rishav\"\n      },\n      {\n        \"label\": \"Beneficiary Last Name\",\n        \"value\": \"Upadhayay\"\n      },\n      {\n        \"label\": \"Beneficiary Address\",\n        \"value\": \"1437 VIP Road Ayodhya Kunj Agra\"\n      },\n      {\n        \"label\": \"Beneficiary City\",\n        \"value\": \"Agra\"\n      },\n      {\n        \"label\": \"Beneficiary Postal Code\",\n        \"value\": \"282001\"\n      },\n      {\n        \"label\": \"India\",\n        \"value\": \"IN\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Name\",\n        \"value\": \"Standard Chartered International (USA) Ltd\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Address\",\n        \"value\": \"1095 Ave of the Americas\"\n      },\n      {\n        \"label\": \"Beneficiary Bank City\",\n        \"value\": \"New York\"\n      },\n      {\n        \"label\": \"Beneficiary Bank State\",\n        \"value\": \"NY\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Postal Code\",\n        \"value\": \"10036\"\n      },\n      {\n        \"label\": \"Beneficiary Bank Country\",\n        \"value\": \"United States of America\"\n      },\n      {\n        \"label\": \"Beneficiary_Payment_Purpose\",\n        \"value\": \"Savings\"\n      }\n    ]\n  },\n  \"Event\": \"TRANSACTION_RETURNED\",\n  \"Id\": \"c9de546a-3383-49ab-ab25-bab4211230bc\",\n  \"Message\": \"Transaction returned\"\n}\n\n</code></pre>\n<h2 id=\"member-authorized\">Member Authorized</h2>\n<p>Callback for the payment request approval by the sender(i.e., the reference ID from whom it is requested)</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"Date\": \"2022-01-12T13:12:41\",\n    \"Data\": {\n      \"CreatedDate\": \"2022-01-12T13:12:24.674Z\",\n      \"TransactionNumber\": \"FV000005827\",\n      \"Type\": \"Payment Request - FV Net\"\n    },\n    \"Event\": \"MEMBER_AUTHORIZED\",\n    \"Message\": \"Payment request authorized by the user\"\n  }\n\n</code></pre><h2 id=\"deposit-received\">Deposit Received</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">{\n  \"Date\": \"2022-01-13T04:41:53\",\n  \"Data\": {\n    \"CreatedDate\": \"2023-02-17T11:09:31.609Z\",\n    \"TransactionNumber\": \"FV000014212\",\n    \"Type\": \"Deposit - Domestic Wire\",\n    \"Amount\": \"3999600.00\",\n    \"From\": \"FALCONX LIMITED\",\n    \"To\": \"Raj Biz Co - Raj Biz\",\n    \"Currency\": \"USD\",\n    \"Description\": \"DEPOSIT REFERENCE: 7801000107\",\n    \"AdditionalData\": [\n      {\n        \"label\": \"Originator Name\",\n        \"value\": \"FALCONX LIMITED\"\n      },\n      {\n        \"label\": \"Originator Account Number\",\n        \"value\": \"5090013995\"\n      },\n      {\n        \"label\": \"Originator Address\",\n        \"value\": \"LEVEL G, OFFICE 1/1191, QUANTUM HOU SE 75 ABATE RIGORD STREET\"\n      },\n      {\n        \"label\": \"IMAD\",\n        \"value\": \"20220913MMQFMPUR001023\"\n      },\n      {\n        \"label\": \"OMAD\",\n        \"value\": \"20220913GMQFMP0101552709131240\"\n      },\n      {\n        \"label\": \"Import Key\",\n        \"value\": \"2ac616d6-9a7c-4bae-8aeb-ea6d494f6fdb\"\n      }\n    ]\n  },\n  \"Event\": \"DEPOSIT_RECEIVED\",\n  \"Message\": \"Deposit created\"\n}\n\n</code></pre>\n<h2 id=\"deposit-received-virtual-account\">Deposit Received (Virtual Account)</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">{\n  \"Date\": \"2022-01-13T04:41:53\",\n  \"Data\": {\n    \"CreatedDate\": \"2023-02-17T11:14:25.634Z\",\n    \"TransactionNumber\": \"FV000014214\",\n    \"Type\": \"Deposit - Domestic Wire\",\n    \"Amount\": \"400000\",\n    \"From\": \"FALCONX LIMITED\",\n    \"To\": \"Raj Biz Co - Raj Biz\",\n    \"Currency\": \"USD\",\n    \"Description\": \"780008000006\",\n    \"AdditionalData\": [\n      {\n        \"label\": \"Originator Name\",\n        \"value\": \"FALCONX LIMITED\"\n      },\n      {\n        \"label\": \"Originator Account Number\",\n        \"value\": \"5090013995\"\n      },\n      {\n        \"label\": \"Originator Address\",\n        \"value\": \"LEVEL G, OFFICE 1/1191, QUANTUM HOU SE 75 ABATE RIGORD STREET\"\n      },\n      {\n        \"label\": \"IMAD\",\n        \"value\": \"20220913MMQFMPUR001023\"\n      },\n      {\n        \"label\": \"OMAD\",\n        \"value\": \"20220913GMQFMP0101552709131240\"\n      },\n      {\n        \"label\": \"Import Key\",\n        \"value\": \"2ac616d6-9a7c-4bae-8aeb-ea6d494f6fdb\"\n      },\n       {\n        \"label\": \"Virtual Account\",\n        \"value\": \"780008000006\"\n      }\n    ]\n  },\n  \"Event\": \"DEPOSIT_RECEIVED\",\n  \"Message\": \"Deposit created\"\n}\n\n</code></pre>\n<h2 id=\"deposit-authorized\">Deposit Authorized</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-plaintext\">{\n    \"Date\": \"2022-03-13T06:53:49\",\n    \"Data\": {\n      \"CreatedDate\": \"2023-03-20T14:45:38.243Z\",\n      \"TransactionNumber\": \"FV000015259\",\n      \"Type\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n      \"Amount\": \"100.00\",\n      \"From\": \"Test Sender\",\n      \"To\": \"Rishav_Business - Rishav\",\n      \"Currency\": \"USD\",\n      \"Description\": \"Depositing USD\",\n      \"AdditionalData\": [\n         {\n           \"label\": \"Originator Name\",\n           \"value\": \"Test Sender\"\n         }\n       ]\n     },\n    \"Event\": \"DEPOSIT_AUTHORIZED\",\n    \"Message\": \"Deposit authorized\"\n}\n\n</code></pre>\n<h2 id=\"deposit-denied\">Deposit Denied</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"Date\": \"2022-02-13T06:53:49\",\n    \"Data\": {\n      \"CreatedDate\": \"2023-02-20T14:45:38.243Z\",\n      \"TransactionNumber\": \"FV000015260\",\n      \"Type\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n      \"Amount\": \"100.00\",\n      \"From\": \"Test Sender\",\n      \"To\": \"Rishav_Business - Rishav\",\n      \"Currency\": \"USD\",\n      \"Description\": \"Depositing USD\",\n      \"AdditionalData\": [\n         {\n           \"label\": \"Originator Name\",\n           \"value\": \"Test Sender\"\n         }\n       ]\n     },\n    \"Event\": \"DEPOSIT_DENIED\",\n    \"Message\": \"Deposit authorized\"\n}\n\n</code></pre><h2 id=\"deposit-cancelled\">Deposit Cancelled</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"Date\": \"2022-01-13T06:53:49\",\n    \"Data\": {\n      \"CreatedDate\": \"2023-01-20T14:45:38.243Z\",\n      \"TransactionNumber\": \"FV000015262\",\n      \"Type\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n      \"Amount\": \"100.00\",\n      \"From\": \"Test Sender\",\n      \"To\": \"Rishav_Business - Rishav\",\n      \"Currency\": \"USD\",\n      \"Description\": \"Depositing USD\",\n      \"AdditionalData\": [\n         {\n           \"label\": \"Originator Name\",\n           \"value\": \"Test Sender\"\n         }\n       ]\n     },\n    \"Event\": \"DEPOSIT_CANCELLED\",\n    \"Message\": \"Deposit cancelled\"\n}\n\n</code></pre><h2 id=\"deposit-returned\">Deposit Returned</h2>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"Date\": \"2022-01-02T06:53:49\",\n    \"Data\": {\n      \"CreatedDate\": \"2023-01-01T14:45:38.243Z\",\n      \"TransactionNumber\": \"FV000015265\",\n      \"Type\": \"CREDIT – ACH DOMESTIC TRANSACTION\",\n      \"Amount\": \"100.00\",\n      \"From\": \"Test Sender\",\n      \"To\": \"Rishav_Business - Rishav\",\n      \"Currency\": \"USD\",\n      \"Description\": \"Depositing USD\",\n      \"AdditionalData\": [\n         {\n           \"label\": \"Originator Name\",\n           \"value\": \"Test Sender\"\n         }\n       ]\n     },\n    \"Event\": \"DEPOSIT_RETURNED\",\n    \"Message\": \"Deposit returned\"\n}\n\n</code></pre>","_postman_id":"14bf23ae-29ca-446f-a02f-67fedf80b74d"},{"name":"API Change Log","item":[{"name":"FVBank API Suite Transition to v2 with Enhanced Beneficiary Fields and Payments Endpoints Modifications","item":[],"id":"4f5ae061-d7c4-46bd-84b0-018b4818b98a","description":"<p>FVBank API Suite Transition to v2 with Enhanced Beneficiary Fields and Payments Endpoints Modifications</p>\n<ol>\n<li>Beneficiary Record Enhancement: We've expanded beneficiary records with four new fields: Beneficiary Date of Birth (DOB), Beneficiary Relationship, Beneficiary ID Number, and Beneficiary ID Type. These fields are detailed in the \"get required fields to create beneficiary\" endpoint.</li>\n<li>Payment Endpoint Update: For international transfers, the system may now prompt users to provide missing beneficiary information in the additional info key. This information will be persisted against the corresponding beneficiary and cannot be modified subsequently. The next time, you initiate an international wire transfer, you wouldn't need to provide this information again.</li>\n<li>Endpoint Modifications: Key endpoints such as \"Create Beneficiary\" and \"Get Required Fields (Beneficiary)\" have been updated to include these new fields. Changes are also reflected in \"Get Beneficiary Details\" and \"Beneficiary List\" endpoints for integrated functionality.</li>\n<li>New Field - CryptoBuySellActivity: In the payments endpoint, a new boolean field named \"CryptoBuySellActivity\" has been introduced to identify if the payment is related to any cryptocurrency activity.</li>\n<li>Description Field Restrictions: In the payments endpoint, a new restriction limits the description field to a maximum of 50 characters.</li>\n</ol>\n<h3 id=\"breaking-changes\"><strong>Breaking Changes</strong></h3>\n<p><strong>1. Payment Endpoints</strong></p>\n<p>1.1 Send Bank Payment [V2]: The Payment endpoint will now generate an error message if the new beneficiary fields are missing in the existing beneficiary records. Please keep in mind that this error will only be triggered for International Wire payment type.</p>\n<img src=\"https://lh7-us.googleusercontent.com/pY4JMlBIzM03hURMhyUXpznCaQZvPUGTOAs5XBusmt1coeRTfRS1HM8zag3N7GWSM65C7PRayf-BKHPrvV4NhCl-U_wxx8doz9KCKe1thuGwHo2ILs9Blo4eeZGejGV73zN3CyHbiHxzAXnUA2fiyBg\" width=\"580\" height=\"236\" />\n\n<ul>\n<li>A new field, \"CryptoBuySellActivity,\" has been added to the request body for bank payments. This field is a boolean value that indicates whether the payment will be used for crypto-related activities.</li>\n</ul>\n<img src=\"https://content.pstmn.io/d87f8d96-18f7-452e-9cb5-6ecf51385a26/U2NyZWVuc2hvdCBmcm9tIDIwMjMtMTItMTAgMTUtMDEtMDEucG5n\" width=\"618\" height=\"180\" />\n\n<p>1.2 Preview - Send Bank Payment [V2]: Changes similar to Send Bank Payment[V2].</p>\n<p><strong>2.</strong> <strong>Beneficiary Endpoints</strong></p>\n<p>2.1 Create Beneficiary [V2]: With the 'Create Beneficiary [V2]' endpoint, you can now send the newly added fields for the beneficiary along with your request.</p>\n<img src=\"https://content.pstmn.io/354d9fd8-6264-4102-95c4-55ab59e64a67/U2NyZWVuc2hvdCBmcm9tIDIwMjMtMTItMTEgMTMtMTMtMDkucG5n\" />\n\n<p>2.2 Get Required Fields [V2]: The 4 new beneficiary fields will be provided in the response of this endpoint on the basis of type of the beneficiary.</p>\n<h3 id=\"new-endpoints\"><strong>New Endpoints:</strong></h3>\n<p>-None</p>\n<h3 id=\"modified-endpoints\"><strong>Modified Endpoints:</strong></h3>\n<p><strong>1. Payments Endpoints</strong></p>\n<p>1.1 Send Bank Payment [V2] (As described above)</p>\n<p>1.2 Preview Bank Payment [V2] (As described above)</p>\n<p>2. <strong>Beneficiary Endpoints</strong></p>\n<p>2.1 Get Required Fields [V2]<strong>:</strong> The 'Get Required Fields' endpoint will now include the newly added fields as part of its response.</p>\n<p>2.2 Get Beneficiary Details [V2]: New fields will be reflected in this endpoint response.</p>\n<p>2.3 Create Beneficiary [V2] (As described above)</p>\n<h3 id=\"deprecated-endpoints\"><strong>Deprecated Endpoints:</strong></h3>\n<p>Transition from v1 to v2: We are phasing out all v1 endpoints as part of our move to the enhanced v2 API suite. While v1 endpoints will be deprecated, their functionalities are preserved and transitioned to corresponding v2 endpoints. For users with beneficiaries or payment instruments initially created using v1 endpoints, we recommend consulting our migration guide available in our API documentation. This guide provides detailed instructions for seamlessly transitioning these elements to the v2 framework.</p>\n<h3 id=\"bug-fixes-and-improvements\"><strong>Bug Fixes and Improvements:</strong></h3>\n<ol>\n<li>Send Bank Payment [V2]: 50 Characters limit imposed on the description input value.</li>\n<li>Preview Bank Payment [V2]<strong>:</strong> Similar to Send Bank Payment [V2]</li>\n</ol>\n<h3 id=\"known-issues\"><strong>Known Issues:</strong></h3>\n<p>- None</p>\n<h3 id=\"migration-guide\"><strong>Migration Guide:</strong></h3>\n<p>Refer to documenation</p>\n<h3 id=\"contact-information\"><strong>Contact Information:</strong></h3>\n<p><strong>Please refer to the official API documentation for the API schema and response models. For technical queries contact us in the slack channel and please refer to</strong> <a href=\"https://mailto:support@fvbank.us\"><b>support@fvbank.us</b></a> for operational support.</p>\n","_postman_id":"4f5ae061-d7c4-46bd-84b0-018b4818b98a"},{"name":"Enabling SEPA payments","item":[],"id":"d786d9a1-ef59-45e8-bf44-b479b3e61aa2","description":"<p>The API suite will not Introduce SEPA (Single Euro Payments Area) payments as a new feature. This service which has been available on the portal is now made available through an API (Application Programming Interface), offering businesses a convenient and efficient way to process SEPA payments. SEPA payments enable simplified euro transactions across participating European countries, making it easier for businesses to conduct cross-border transactions within the Eurozone.</p>\n<p><strong>Breaking Changes</strong></p>\n<p>-None</p>\n<h3 id=\"new-endpoints\"><strong>New Endpoints:</strong></h3>\n<h4 id=\"sepa-payments\">SEPA Payments</h4>\n<p>1. Preview - Send SEPA Payment: The \"Payment Preview\" endpoint allows users to provide SEPA transaction details so that they can preview the fees involved, the expected exchange rate, and a unique quote ID. Please plan on submitting the transaction within an hour of obtaining the quote. This gives FV Bank enough time to review the transaction, authorize it and to execute it.</p>\n<p>Request Body:</p>\n<img src=\"https://content.pstmn.io/a653d367-057c-4b42-818b-810ec781051a/aW1hZ2UucG5n\" width=\"796\" height=\"183\" />\n\n<p>Response Body:</p>\n<img src=\"https://content.pstmn.io/8c56ee7e-5c04-446a-b164-834eecdb946b/aW1hZ2UucG5n\" width=\"1078\" height=\"366\" />\n\n<p>2. Send Cross Border Payment: The \"Send SEPA Payments\" endpoint allows for the seamless initiation of SEPA transactions while ensuring compliance with SEPA regulations. Users can specify payment details, including purpose, currency, and amount. Optionally, a QuoteId may be provided for the transaction. If left empty, a new quote will be generated concurrently. To obtain a FileId for the Supporting Document, users can utilize the Upload File endpoint to retrieve the generated ID.</p>\n<p>Request Body:</p>\n<img src=\"https://content.pstmn.io/bbf053ae-7320-4ab7-ae2f-d78fff6f5ff1/aW1hZ2UucG5n\" width=\"1100\" height=\"222\" />\n\n<p>Response Body:</p>\n<img src=\"https://content.pstmn.io/2025f12b-39da-4e44-abe5-e9ce5058cce5/aW1hZ2UucG5n\" width=\"1430\" height=\"681\" />\n\n<h4 id=\"files-endpoints\">Files Endpoints</h4>\n<p>1. Upload File: The \"Upload File\" endpoint enables users to upload files and receive a unique ID in response. This ID can be subsequently used in any field requiring image or file references within the scope of the APIs. Please note that a File reference can be used only once in a transaction. The same reference ID cannot be used in another transaction.</p>\n<p>Request Body:</p>\n<img src=\"https://content.pstmn.io/2de448ba-2b17-4f87-8ef3-aa14d702ad38/aW1hZ2UucG5n\" width=\"749\" height=\"139\" />\n\n<p>Response Body:</p>\n<img src=\"https://content.pstmn.io/26b357a9-5bb6-4a4a-8470-297426c3c174/aW1hZ2UucG5n\" width=\"749\" height=\"139\" />\n\n<p>2. Get File: The \"Get File\" endpoint accepts a file ID in the URL parameter and responds by providing the corresponding file in the response body. The content type response header is structured according to the format of the uploaded file, ensuring seamless access and retrieval of specific files based on their unique IDs.</p>\n<p>Request URL:</p>\n<img src=\"https://content.pstmn.io/f8ec33ca-57dd-4afd-bdd2-f99998e3a93f/aW1hZ2UucG5n\" width=\"783\" height=\"44\" />\n\n<p>3. Get File Details: The \"Get File Details\" endpoint serves to retrieve essential metadata about a specific file. It returns key information including the file name, file type, and a unique file ID.</p>\n<p>Request URL:</p>\n<img src=\"https://content.pstmn.io/504e338f-1e29-4154-8632-1f4f6e6201c4/aW1hZ2UucG5n\" width=\"654\" height=\"40\" />\n\n<p>Response Body:</p>\n<img src=\"https://content.pstmn.io/95029573-fbde-4d2e-a87c-eb8d6e5eb26f/aW1hZ2UucG5n\" width=\"1017\" height=\"172\" />\n\n<h3 id=\"modified-endpoints\"><strong>Modified Endpoints:</strong></h3>\n<p>-None</p>\n<h3 id=\"deprecated-endpoints\"><strong>Deprecated Endpoints:</strong></h3>\n<p>-None</p>\n<h3 id=\"bug-fixes-and-improvements\"><strong>Bug Fixes and Improvements:</strong></h3>\n<p>-None</p>\n<h3 id=\"known-issues\"><strong>Known Issues:</strong></h3>\n<p>- None</p>\n<h3 id=\"migration-guide\"><strong>Migration Guide:</strong></h3>\n<p>Please refer to documenation</p>\n<h3 id=\"contact-information\"><strong>Contact Information:</strong></h3>\n<p><strong>Please refer to the official API documentation for the API schema and response models. For technical queries contact us on the slack and for Operational support on</strong> <a href=\"https://mailto:support@fvbank.us/\"><b>support@fvbank.us</b></a><strong>.</strong></p>\n","_postman_id":"d786d9a1-ef59-45e8-bf44-b479b3e61aa2"},{"name":"Introducing \"Supporting Document\" in USD Payments Endpoint","item":[],"id":"567427d6-4379-42cb-9950-02c8f518b893","description":"<p>As part of our ongoing efforts to enhance the security and efficiency of the FVBanks API Suite, we are introducing some updates that involve the addition of a new mandatory field, designed to further authenticate and validate transactions. This document outlines the changes and provides guidance on how developers can adapt to these enhancements.</p>\n<p>A new field, titled <strong>Supporting Document File ID</strong>, is being added to the USD Payments endpoint. This field is mandatory for all transaction requests.The new field is of type File ID, requiring a valid file ID or multiple file IDs. File ID is obtained from the Files endpoint within the FVBanks API Suite.</p>\n<p>The addition is aimed at enhancing transaction security and efficiency by requiring a supporting document for transaction validation.</p>\n<p><strong>Breaking Changes</strong></p>\n<p><strong>1. Payment Endpoints</strong></p>\n<p>1.1 Send Bank Payment [V2]: The Payment endpoint will now generate an error message if the<br />\"Supporting_Document\" field is missing in the request body.</p>\n<img src=\"https://content.pstmn.io/d857a305-c845-4bad-a6b6-1a0408bd1185/U2NyZWVuc2hvdCBmcm9tIDIwMjQtMDMtMjEgMTYtMTItMzQucG5n\" />\n\n<ul>\n<li>Please keep in mind that this value can only be obtained from files endpoint otherwise it would throw \"invalid\" file ID error.</li>\n</ul>\n<p>1.2 Preview - Send Bank Payment [V2]: Changes similar to Send Bank Payment[V2].</p>\n<h3 id=\"new-endpoints\"><strong>New Endpoints:</strong></h3>\n<p>-None</p>\n<h3 id=\"modified-endpoints\"><strong>Modified Endpoints:</strong></h3>\n<p><strong>1. Payments Endpoints</strong></p>\n<p>1.1 Send Bank Payment [V2] (As described above)</p>\n<p>1.2 Preview Bank Payment [V2] (As described above)</p>\n<h3 id=\"deprecated-endpoints\"><strong>Deprecated Endpoints:</strong></h3>\n<p>-None</p>\n<h3 id=\"bug-fixes-and-improvements\"><strong>Bug Fixes and Improvements:</strong></h3>\n<p>-None</p>\n<h3 id=\"known-issues\"><strong>Known Issues:</strong></h3>\n<p>- None</p>\n<h3 id=\"migration-guide\"><strong>Migration Guide:</strong></h3>\n<p>The workflow to integrate the new field is straightforward yet critical for the enhanced security mechanism. Here's a quick rundown:</p>\n<ol>\n<li><strong>Uploading a Document:</strong> Users must first upload a document through the <strong>Upload File</strong> endpoint. The allowed document types and specifications remain as per existing guidelines.</li>\n<li><strong>Receiving the File ID:</strong> Upon a successful upload, the API responds with a unique <strong>File ID</strong>. This ID represents the uploaded document within the FVBanks system.</li>\n<li><strong>Using the File ID:</strong> The obtained <strong>File ID</strong> must then be used in the <strong>Supporting Document File ID</strong> field when initiating transactions via the USD Payments endpoint. This linkage ensures that each transaction is backed by a relevant supporting document, thereby enhancing its validity.</li>\n<li><strong>Transaction Creation and Document Storage:</strong> The system stores the supporting document against the transaction record. The file Id remains valid for <strong>10 mintutes</strong> before it expires</li>\n</ol>\n<h3 id=\"contact-information\"><strong>Contact Information:</strong></h3>\n<p><strong>Please refer to the official API documentation for the API schema and response models. For technical queries contact us in the slack channel and please refer to</strong> <a href=\"https://mailto:support@fvbank.us\"><b>support@fvbank.us</b></a> for operational support.</p>\n","_postman_id":"567427d6-4379-42cb-9950-02c8f518b893"},{"name":"Adding Optional Beneficiary IBAN and State(Address) fields to payment instrument, beneficiary and payments endpoints.","item":[{"name":"Beneficiary IBAN","item":[],"id":"2cc23b71-2a2a-4648-99c6-c7534afe3bbe","description":"<h3 id=\"overview\">Overview</h3>\n<p>We are introducing an optional field, <code>Beneficiary_IBAN</code>, to enhance the creation and management of payment instruments, specifically for international wire transfers. This field represents the IBAN (International Bank Account Number) of the beneficiary's bank account, providing an additional layer of detail to streamline international transactions.</p>\n<h3 id=\"usage\">Usage</h3>\n<ul>\n<li><strong>At Creation:</strong> Users have the option to provide the <code>Beneficiary_IBAN</code> during the \"create payment instrument\" step. This is particularly relevant for setting up new international wires, where specifying the IBAN can facilitate faster and more accurate processing of transactions.</li>\n<li><strong>For Existing Payment Instruments:</strong> Users can also add the <code>Beneficiary_IBAN</code> at the \"create payment\" endpoint via <strong><code>Additional_Info</code></strong> attribute in request body for transactions involving already established payment instruments. Upon successful validation of the provided IBAN against the available SWIFT code associated with the payment instrument, the system will automatically update the instrument to include the bank accounts IBAN.</li>\n</ul>\n<img src=\"https://content.pstmn.io/f28c38ed-788f-41ad-a5f8-47f7e57a05ca/U2NyZWVuc2hvdCBmcm9tIDIwMjQtMDQtMDggMTUtMTEtNDMucG5n\" alt=\"Request%20body%20of%20Create%20Payment%20Endpoint\" width=\"336\" height=\"214\" />\n\n<h3 id=\"field-specifications\">Field Specifications</h3>\n<ul>\n<li><strong>Field Name:</strong> <code>Beneficiary_IBAN</code></li>\n<li><strong>Data Type:</strong> String</li>\n<li><strong>Mandatory:</strong> No (Optional)</li>\n<li><strong>Validation Rules:</strong><ul>\n<li>Must comply with the standard IBAN structure and format.</li>\n<li>The provided IBAN will be validated in conjunction with the payment instrument's SWIFT code. Both must correspond to the same financial institution for the update to be successful.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"implementation-notes\">Implementation Notes</h3>\n<ul>\n<li>While the <code>Beneficiary_IBAN</code> field is optional, providing it during the setup of international wire payment instruments is highly recommended for enhanced transaction accuracy and efficiency.</li>\n<li>Users should ensure the accuracy of the IBAN to avoid transaction delays or rejections due to mismatched information.</li>\n</ul>\n<h3 id=\"new-endpoints\"><strong>New Endpoints:</strong></h3>\n<p>-None</p>\n<h3 id=\"modified-endpoints\"><strong>Modified Endpoints:</strong></h3>\n<p><strong>1. Payments Endpoints</strong></p>\n<p>1.1 Send Bank Payment [V2] (As described above)</p>\n<p>1.2 Preview Bank Payment [V2] (As described above)</p>\n<p><strong>2. Payment instrument Endpoint</strong></p>\n<p>2.1 Get Required Fields: <code>Beneficiary_IBAN</code> would now come up in the response body of this endpoint.</p>\n<p>2.2 Create Payment Instrument: <code>Beneficiary_IBAN</code> if present in the request body will be picked up and after successfull validation stored in the payment instrument</p>\n<h3 id=\"deprecated-endpoints\"><strong>Deprecated Endpoints:</strong></h3>\n<ul>\n<li><strong>Get Bank Details:</strong> This endpoint is now being deprecated and will not be available for use in both TEST and PRODUCTION environment.</li>\n</ul>\n<p>Endpoint URL : <code>{{baseURL}}/v2/resource/validate/:routingNumberType/:routingNumber</code></p>\n<h3 id=\"bug-fixes-and-improvements\"><strong>Bug Fixes and Improvements:</strong></h3>\n<p>-None</p>\n<h3 id=\"known-issues\"><strong>Known Issues:</strong></h3>\n<p>- None</p>\n<h3 id=\"contact-information\"><strong>Contact Information:</strong></h3>\n<p><strong>Please refer to the official API documentation for the API schema and response models. For technical queries contact us in the slack channel and please refer to</strong> <a href=\"https://mailto:support@fvbank.us\"><b>support@fvbank.us</b></a> for operational support.</p>\n","_postman_id":"2cc23b71-2a2a-4648-99c6-c7534afe3bbe"},{"name":"Beneficiary State","item":[],"id":"7ef34fb6-e1e9-4ff7-9f50-858912742676","description":"<h3 id=\"overview\">Overview</h3>\n<p>We are introducing an optional field, <code>Beneficiary_State</code>, to enhance the creation and management of beneficiary. This field represents the state/region of the business/individual entity for which the benficiary is created.</p>\n<h3 id=\"usage\">Usage</h3>\n<ul>\n<li><strong>At Creation:</strong> Users have the option to provide the <code>Beneficiary_State</code> during the \"create benficiary\" step.</li>\n<li><strong>For Existing Beneficiary:</strong> Users can also add the <code>Beneficiary_State</code> at the \"create payment\" endpoint via <strong><code>Additional_Info</code></strong> attribute in request body for transactions involving already established beneficiary. The system will automatically update the associated benficiary to include the beneficiary state.</li>\n</ul>\n<img src=\"https://content.pstmn.io/c8cf0bcd-94a5-4900-bd3c-5f450e2ea131/U2NyZWVuc2hvdCBmcm9tIDIwMjQtMDQtMTkgMTEtMDEtMzgucG5n\" alt=\"Beneficiary_State%20in%20the%20create%20payment%20endpoint\" width=\"425\" height=\"212\" />\n\n<h3 id=\"field-specifications\">Field Specifications</h3>\n<ul>\n<li><strong>Field Name:</strong> <code>Beneficiary_State</code></li>\n<li><strong>Data Type:</strong> String</li>\n<li><strong>Mandatory:</strong> No (Optional)</li>\n</ul>\n<h3 id=\"implementation-notes\">Implementation Notes</h3>\n<ul>\n<li>While the <code>Beneficiary_State</code> field is optional, providing it during the setup of benficiary is highly recommended for enhanced transaction accuracy and efficiency.</li>\n</ul>\n<h3 id=\"new-endpoints\"><strong>New Endpoints:</strong></h3>\n<p>-None</p>\n<h3 id=\"modified-endpoints\"><strong>Modified Endpoints:</strong></h3>\n<p><strong>1. Payments Endpoints</strong></p>\n<p>1.1 Send Bank Payment [V2] (As described above)</p>\n<p>1.2 Preview Bank Payment [V2] (As described above)</p>\n<p><strong>2. Beneficiary Endpoint</strong></p>\n<p>2.1 Get Required Fields: <code>Beneficiary_State</code> would now come up in the response body of this endpoint.</p>\n<p>2.2 Create Beneficiary: <code>Beneficiary_State</code> if present in the request body will be picked up and after successfull validation stored in the beneficiary info.</p>\n<h3 id=\"deprecated-endpoints\"><strong>Deprecated Endpoints:</strong></h3>\n<p>-None</p>\n<h3 id=\"bug-fixes-and-improvements\"><strong>Bug Fixes and Improvements:</strong></h3>\n<p>-None</p>\n<h3 id=\"known-issues\"><strong>Known Issues:</strong></h3>\n<p>- None</p>\n<h3 id=\"contact-information\"><strong>Contact Information:</strong></h3>\n<p><strong>Please refer to the official API documentation for the API schema and response models. For technical queries contact us in the slack channel and please refer to</strong> <a href=\"https://mailto:support@fvbank.us\"><b>support@fvbank.us</b></a> for operational support.</p>\n","_postman_id":"7ef34fb6-e1e9-4ff7-9f50-858912742676"}],"id":"95b64dc6-e03b-4966-ad8f-9a8b5b4c7d89","_postman_id":"95b64dc6-e03b-4966-ad8f-9a8b5b4c7d89","description":""},{"name":"Marking Some Beneficiary Fields as Optional","item":[],"id":"fd74db0f-1fdd-4674-9b98-8275c5a9d042","description":"<p>The new benficiary fields introduced by the \"FVBank API Suite Transition to v2 with Enhanced Beneficiary Fields and Payments Endpoints Modifications\" release are being marked as <strong>NON-MANDATORY</strong> namely Date of Birth (DOB), Beneficiary Relationship, Beneficiary ID Number, and Beneficiary ID Type. They will now be optional in Beneficiary and Payments endpoints.</p>\n<p>Please refer to \"FVBank API Suite Transition to v2 with Enhanced Beneficiary Fields and Payments Endpoints Modifications\" release in API change log for more details.</p>\n","_postman_id":"fd74db0f-1fdd-4674-9b98-8275c5a9d042"},{"name":"Making Beneficiary State(Address) fields mandatory in beneficiary and payment endpoints.","item":[],"id":"fe492c48-802e-4863-aaae-791f4d2ea0ad","description":"<p>The new benficiary field introduced by the \"Adding <strong>Optional</strong> Beneficiary IBAN and State(Address) fields to payment instrument, beneficiary and payments endpoints.\" release on 25th April 2024 is being marked as <strong>MANDATORY</strong> namely Beneficiary_State in <strong>Sandbox</strong> environment. It will now be <strong>mandatory</strong> in Beneficiary and Payments endpoints.</p>\n<p>Please refer to \"Adding <strong>Optional</strong> Beneficiary IBAN and State(Address) fields to payment instrument, beneficiary and payments endpoints\" release in API change log for more details.</p>\n","_postman_id":"fe492c48-802e-4863-aaae-791f4d2ea0ad"},{"name":"New API Change: Mandatory 2FA for Withdrawals","item":[],"id":"1ed12a5b-95c4-4516-b467-b7bcd164e47b","description":"<p>All types of withdrawals, including International, Domestic, ACH, Wire, and FVnet, will now require users to have Two-Factor Authentication (2FA) enabled in the web portal. Without this security check, withdrawal transactions will not be processed. Please ensure that 2FA is activated to avoid any disruptions in your withdrawal activities.</p>\n<img src=\"https://content.pstmn.io/1ebf6164-4e6c-4146-8669-80d233bc05c3/U2NyZWVuc2hvdCBmcm9tIDIwMjQtMDUtMTAgMTgtMTYtMzcucG5n\" />\n\n<h3 id=\"new-endpoints\"><strong>New Endpoints:</strong></h3>\n<p>-None</p>\n<h3 id=\"affected-endpoints\"><strong>Affected Endpoints:</strong></h3>\n<p><strong>1. Payments Endpoints</strong></p>\n<p>1.1 Send Bank Payment</p>\n<p>1.2 Preview Bank Payment</p>\n<p><strong>2. Custody Endpoints</strong></p>\n<p>2.1 Preview - Custody Withdraw</p>\n<p>2.2 Transfer - Custody Withdraw</p>\n<p><strong>3. Transfer Endpoints [FVnet Payments]</strong></p>\n<p>3.1 Send Payment to Referred Account</p>\n<p>3.2 Transfer - Custody Withdraw</p>\n<h3 id=\"bug-fixes-and-improvements\">Bug Fixes and Improvements:</h3>\n<p>-None</p>\n<h3 id=\"known-issues\"><strong>Known Issues:</strong></h3>\n<p>- None</p>\n<h3 id=\"contact-information\"><strong>Contact Information:</strong></h3>\n<p><strong>Please refer to the official API documentation for the API schema and response models. For technical queries contact us in the slack channel and please refer to</strong> <a href=\"https://mailto:support@fvbank.us\"><b>support@fvbank.us</b></a> for operational support.</p>\n","_postman_id":"1ed12a5b-95c4-4516-b467-b7bcd164e47b"}],"id":"2a3c429b-43e7-4439-83e6-c9c60f065753","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Date</strong></th>\n<th><strong>Overview</strong></th>\n<th><strong>Environment</strong></th>\n<th><strong>Version</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>12/11/2022</td>\n<td>The BPI Ids were changed to prepare for a Beneficiary redesign</td>\n<td>Production</td>\n<td>v1</td>\n</tr>\n<tr>\n<td>08/12/2022</td>\n<td>Beneficiary Re-design was introduced via a new version</td>\n<td>Sandbox</td>\n<td>v2</td>\n</tr>\n<tr>\n<td>09/06/2023</td>\n<td>Improved security of endpoints</td>\n<td>Sandbox, Production</td>\n<td>v1 and v2</td>\n</tr>\n<tr>\n<td>23/06/2023</td>\n<td>Get Transaction History[POST] - Reverted Description, ToDate and FromDate filters as non-mandatory</td>\n<td>Sandbox, Production</td>\n<td>v2</td>\n</tr>\n<tr>\n<td>09/11/2023</td>\n<td>Send Webhook [POST]-  <br />Using this new endpoint, users now have the capability to initiate a webhook for any of their own transactions.</td>\n<td>Sandbox, Production</td>\n<td>v1</td>\n</tr>\n<tr>\n<td>10/01/2024</td>\n<td>FVBank API Suite Transition to v2 with Enhanced Beneficiary Fields and Payments Endpoints Modifications</td>\n<td>Production</td>\n<td>v2</td>\n</tr>\n<tr>\n<td>25-01-2024</td>\n<td>Enabling SEPA payments</td>\n<td>Sandbox</td>\n<td>v2</td>\n</tr>\n<tr>\n<td>31-01-2024</td>\n<td>Enabling SEPA payments</td>\n<td>Production</td>\n<td>v2</td>\n</tr>\n<tr>\n<td>30-05-2024</td>\n<td>Introducing \"Supporting Document\" in USD Payments Endpoint</td>\n<td>Production</td>\n<td>v2</td>\n</tr>\n<tr>\n<td>25-04-2024</td>\n<td>Adding Optional Beneficiary IBAN and State(Address) fields to payment instrument, beneficiary and payments endpoints.</td>\n<td>Production</td>\n<td>v2</td>\n</tr>\n<tr>\n<td>25-04-2024</td>\n<td>Marking Some Beneficiary Fields as Optional</td>\n<td>Production</td>\n<td>v2</td>\n</tr>\n<tr>\n<td>30-05-2024</td>\n<td>Making Beneficiary State(Address) fields mandatory in beneficiary and payment endpoints.</td>\n<td>Production</td>\n<td>v2</td>\n</tr>\n<tr>\n<td>30-05-2024</td>\n<td>New API Change: Mandatory 2FA for Withdrawals</td>\n<td>Production</td>\n<td>v2</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"2a3c429b-43e7-4439-83e6-c9c60f065753"},{"name":"Upcoming Changes","item":[{"name":"Taxform and Custody Agreements(Custody User) mandatory for Withdrawals","item":[],"id":"f994ade1-81f8-4cbc-8c48-80920729f474","description":"<p>All types of withdrawals, including International, Domestic, ACH, Wire, and FVnet, will now require users to have submitted the tax form and accepted custody agreements(for Custody users only) in the web portal. Without this security check, withdrawal transactions will not be processed.</p>\n<img src=\"https://content.pstmn.io/39b90759-3fe8-4b95-b4e3-75b392b24992/U2NyZWVuc2hvdCBmcm9tIDIwMjQtMDYtMDQgMTItMDYtMDMucG5n\" alt />\n\n<h3 id=\"new-endpoints\"><strong>New Endpoints:</strong></h3>\n<p>-None</p>\n<h3 id=\"affected-endpoints\"><strong>Affected Endpoints:</strong></h3>\n<p><strong>1. Payments Endpoints</strong></p>\n<p>1.1 Send Bank Payment</p>\n<p>1.2 Preview Bank Payment</p>\n<p><strong>2. Custody Endpoints</strong></p>\n<p>2.1 Preview - Custody Withdraw</p>\n<p>2.2 Transfer - Custody Withdraw</p>\n<p><strong>3. Transfer Endpoints [FVnet Payments]</strong></p>\n<p>3.1 Send Payment to Referred Account</p>\n<p>3.2 Transfer - Custody Withdraw</p>\n<h3 id=\"bug-fixes-and-improvements\">Bug Fixes and Improvements:</h3>\n<p>-None</p>\n<h3 id=\"known-issues\"><strong>Known Issues:</strong></h3>\n<p>- None</p>\n<h3 id=\"contact-information\"><strong>Contact Information:</strong></h3>\n<p><strong>Please refer to the official API documentation for the API schema and response models. For technical queries contact us in the slack channel and please refer to</strong> <a href=\"https://mailto:support@fvbank.us\"><b>support@fvbank.us</b></a> for operational support.</p>\n","_postman_id":"f994ade1-81f8-4cbc-8c48-80920729f474"}],"id":"263db210-c916-4b20-afd9-cce54bda44fd","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Overview</strong></th>\n<th><strong>Sandbox</strong></th>\n<th><strong>Production</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Taxform and Custody Agreements(Custody User) mandatory for Withdrawals</td>\n<td>TBD</td>\n<td>TBD</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"263db210-c916-4b20-afd9-cce54bda44fd"}]}