<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://docs.wallex.asia/blog</id>
    <title>Wallex Developer Center Blog</title>
    <updated>2026-06-15T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://docs.wallex.asia/blog"/>
    <subtitle>Wallex Developer Center Blog</subtitle>
    <icon>https://docs.wallex.asia/img/wallex-icon.png</icon>
    <entry>
        <title type="html"><![CDATA[Introducing Payment Sub-Statuses]]></title>
        <id>https://docs.wallex.asia/blog/rfi-sub-statuses</id>
        <link href="https://docs.wallex.asia/blog/rfi-sub-statuses"/>
        <updated>2026-06-15T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We've added sub-status visibility to the Payment API for transactions under the under_review status in Send Money.]]></summary>
        <content type="html"><![CDATA[<p>We've added sub-status visibility to the <strong>Payment API</strong> for transactions under the <code>under_review</code> status in Send Money.
Previously, <code>under_review</code> covered both internal compliance checks and cases where a Request for Information (RFI) had been raised and was waiting on customer-provided documents — making it impossible to tell whether action was required or not.</p>
<!-- -->
<p>To improve transparency, we're introducing four RFI sub-statuses that sit beneath the existing <code>under_review</code> main status.
These sub-statuses are <strong>opt-in</strong> and exposed as an additional field in the API response and via a dedicated webhook — existing integrations are not affected unless you choose to use the new field.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-sub-statuses">New Sub-Statuses<a href="https://docs.wallex.asia/blog/rfi-sub-statuses#new-sub-statuses" class="hash-link" aria-label="Direct link to New Sub-Statuses" title="Direct link to New Sub-Statuses" translate="no">​</a></h3>
<ol>
<li class=""><strong>RFI Required</strong>
<ul>
<li class=""><strong>Code</strong> : <code>rfi_required</code></li>
<li class=""><strong>Definition</strong> : We are waiting for the customer to provide additional information or documents.</li>
<li class=""><strong>Behavior</strong> : Set on the first transition to the internal awaiting-customer-response state. Not repeated on subsequent back-and-forth within the same RFI case.</li>
</ul>
</li>
<li class=""><strong>RFI Ongoing</strong>
<ul>
<li class=""><strong>Code</strong> : <code>rfi_ongoing</code></li>
<li class=""><strong>Definition</strong> : The customer has provided information and the case is under compliance or screening review.</li>
<li class=""><strong>Behavior</strong> : Set on the first transition from awaiting-customer-response back to undergoing-screening. Not repeated on minor internal updates.</li>
</ul>
</li>
<li class=""><strong>RFI Approved</strong>
<ul>
<li class=""><strong>Code</strong> : <code>rfi_approved</code></li>
<li class=""><strong>Definition</strong> : The RFI review passed and the transaction can move forward.</li>
<li class=""><strong>Behavior</strong> : Indicates a positive outcome of the RFI review. Does not guarantee the transaction will proceed to <code>processing</code> — the main status transitions are handled separately.</li>
</ul>
</li>
<li class=""><strong>RFI Rejected</strong>
<ul>
<li class=""><strong>Code</strong> : <code>rfi_rejected</code></li>
<li class=""><strong>Definition</strong> : The RFI review failed and the transaction will be rejected.</li>
<li class=""><strong>Behavior</strong> : Indicates a negative outcome of the RFI review. The transaction is expected to be rejected.</li>
</ul>
</li>
</ol>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="sub-status-summary">Sub-Status Summary<a href="https://docs.wallex.asia/blog/rfi-sub-statuses#sub-status-summary" class="hash-link" aria-label="Direct link to Sub-Status Summary" title="Direct link to Sub-Status Summary" translate="no">​</a></h3>
<table><thead><tr><th>Code</th><th>Name</th><th>Main Status</th><th>Description</th></tr></thead><tbody><tr><td><code>rfi_required</code></td><td>RFI Required</td><td>under_review</td><td>Waiting for customer to provide additional information or documents.</td></tr><tr><td><code>rfi_ongoing</code></td><td>RFI Ongoing</td><td>under_review</td><td>Customer has provided information; under compliance or screening review.</td></tr><tr><td><code>rfi_approved</code></td><td>RFI Approved</td><td>under_review</td><td>RFI review passed; transaction can move forward.</td></tr><tr><td><code>rfi_rejected</code></td><td>RFI Rejected</td><td>under_review</td><td>RFI review failed; transaction will be rejected.</td></tr></tbody></table>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-changing">What's Changing<a href="https://docs.wallex.asia/blog/rfi-sub-statuses#whats-changing" class="hash-link" aria-label="Direct link to What's Changing" title="Direct link to What's Changing" translate="no">​</a></h3>
<ul>
<li class=""><strong>Payment Retrieve</strong> and <strong>Payment Listing</strong> responses will include an additional RFI sub-status field when an RFI is active and the client has this feature enabled.</li>
<li class="">A new <strong>RFI sub-status webhook</strong> is sent whenever the RFI state changes, so you can update your UI or operational workflows without polling.</li>
<li class="">The main <code>under_review</code> status is <strong>unchanged</strong>. Clients who do not enable RFI sub-status will continue to see only <code>under_review</code> as before.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="important-notes">Important Notes<a href="https://docs.wallex.asia/blog/rfi-sub-statuses#important-notes" class="hash-link" aria-label="Direct link to Important Notes" title="Direct link to Important Notes" translate="no">​</a></h3>
<ul>
<li class="">RFI sub-statuses only reflect <strong>internal compliance RFI</strong>. RFI raised by external parties is a separate flow and is not covered by these sub-statuses.</li>
<li class="">An <code>RFI Required</code> or <code>RFI Ongoing</code> sub-status does <strong>not</strong> indicate the final outcome — the transaction may still be approved or rejected after review.</li>
<li class="">This feature is <strong>off by default</strong> for all clients. Contact your account manager or raise an internal request to have it enabled for your account.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="action-required">Action Required<a href="https://docs.wallex.asia/blog/rfi-sub-statuses#action-required" class="hash-link" aria-label="Direct link to Action Required" title="Direct link to Action Required" translate="no">​</a></h3>
<ul>
<li class="">If you want to use RFI sub-statuses, request enablement through your account manager.</li>
<li class="">Once enabled, update your integration to read the new RFI sub-status field from Payment Retrieve and Payment Listing responses.</li>
<li class="">Subscribe to and handle the new RFI sub-status webhook to receive real-time updates.</li>
<li class="">If you take no action, your existing integration continues to function as today.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="release-schedule">Release Schedule<a href="https://docs.wallex.asia/blog/rfi-sub-statuses#release-schedule" class="hash-link" aria-label="Direct link to Release Schedule" title="Direct link to Release Schedule" translate="no">​</a></h3>
<ul>
<li class=""><strong>Staging :</strong> 17 June 2026</li>
<li class=""><strong>Production :</strong> 17 June 2026</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="api-reference">API Reference<a href="https://docs.wallex.asia/blog/rfi-sub-statuses#api-reference" class="hash-link" aria-label="Direct link to API Reference" title="Direct link to API Reference" translate="no">​</a></h3>
<ul>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/payments/payment-retrieve">Payment Retrieve</a></li>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/payments/payments-listing">Payment Listing</a></li>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/payments/payment-webhook">Payment Status Notification</a></li>
</ul>]]></content>
        <author>
            <name>Harsa Paraardhya</name>
            <uri>https://github.com/harsaparaardhya</uri>
        </author>
        <category label="Payment" term="Payment"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Introducing New Account and User Statuses (Terminated and Withdrawn)]]></title>
        <id>https://docs.wallex.asia/blog/account-user-statuses-update</id>
        <link href="https://docs.wallex.asia/blog/account-user-statuses-update"/>
        <updated>2026-05-19T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We have refined the status responses for Account and User statuses to provide clearer visibility across onboarding and post-onboarding states.]]></summary>
        <content type="html"><![CDATA[<p>We have refined the status responses for <strong>Account</strong> and <strong>User</strong> statuses to provide clearer visibility across onboarding and post-onboarding states.
Previously, statuses such as <code>rejected</code>, <code>pending_docs</code>, and <code>inactive</code> were used across overlapping scenarios, including incomplete onboarding, post-approval termination, and client-initiated closures.</p>
<p>To improve clarity, we’re introducing two new statuses — <code>withdrawn</code> and <code>terminated</code> — and renaming <code>inactive</code> to <code>closed</code>.</p>
<!-- -->
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-statuses">New Statuses<a href="https://docs.wallex.asia/blog/account-user-statuses-update#new-statuses" class="hash-link" aria-label="Direct link to New Statuses" title="Direct link to New Statuses" translate="no">​</a></h3>
<ol>
<li class=""><strong>Withdrawn</strong>
<ul>
<li class=""><strong>Code</strong> : withdrawn</li>
<li class=""><strong>Definition</strong> : The member account did not complete the onboarding process within the stipulated timeline, resulting in a drop-off.</li>
<li class=""><strong>Behavior</strong> : Returned when an account did not complete onboarding but was not formally rejected or approved.</li>
</ul>
</li>
<li class=""><strong>Terminated</strong>
<ul>
<li class=""><strong>Code</strong> : terminated</li>
<li class=""><strong>Definition</strong> : The member account was previously approved but has since been formally terminated due to operational reasons.</li>
<li class=""><strong>Behavior</strong> : Returned when a previously approved account is no longer active due to Wallex-initiated termination.</li>
</ul>
</li>
</ol>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="renamed-status">Renamed Status<a href="https://docs.wallex.asia/blog/account-user-statuses-update#renamed-status" class="hash-link" aria-label="Direct link to Renamed Status" title="Direct link to Renamed Status" translate="no">​</a></h3>
<ul>
<li class=""><strong>Closed</strong>
<ul>
<li class=""><strong>Code</strong> : closed</li>
<li class=""><strong>Previous code</strong> : inactive</li>
<li class=""><strong>Definition</strong> : The previously approved member account has been closed upon the client’s request.</li>
<li class=""><strong>Behavior</strong> : Returned when an approved account is no longer active because the client formally requested account closure.</li>
</ul>
</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="status-summary">Status Summary<a href="https://docs.wallex.asia/blog/account-user-statuses-update#status-summary" class="hash-link" aria-label="Direct link to Status Summary" title="Direct link to Status Summary" translate="no">​</a></h3>
<table><thead><tr><th>Code</th><th>Name</th><th>Description</th><th style="text-align:center">Create Transaction</th><th style="text-align:center">Read Transaction</th></tr></thead><tbody><tr><td>withdrawn</td><td>Withdrawn</td><td>The member account did not complete the onboarding process within the stipulated timeline, resulting in a drop-off.</td><td style="text-align:center">Not Allowed</td><td style="text-align:center">Not Allowed</td></tr><tr><td>terminated</td><td>Terminated</td><td>The member account was previously approved but has since been formally terminated due to operational reasons.</td><td style="text-align:center">Not Allowed</td><td style="text-align:center">Not Allowed</td></tr><tr><td>closed</td><td>Closed</td><td>The previously approved member account has been closed upon the client’s request.</td><td style="text-align:center">Not Allowed</td><td style="text-align:center">Not Allowed</td></tr></tbody></table>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="action-required">Action Required<a href="https://docs.wallex.asia/blog/account-user-statuses-update#action-required" class="hash-link" aria-label="Direct link to Action Required" title="Direct link to Action Required" translate="no">​</a></h3>
<ul>
<li class="">Review your account and user status-handling logic to include <code>withdrawn</code>, <code>terminated</code>, and <code>closed</code>.</li>
<li class="">If you filter, map, or display account or user statuses in your system, ensure these new values are supported.</li>
<li class="">Replace any usage of <code>inactive</code> with <code>closed</code>.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="release-schedule">Release Schedule<a href="https://docs.wallex.asia/blog/account-user-statuses-update#release-schedule" class="hash-link" aria-label="Direct link to Release Schedule" title="Direct link to Release Schedule" translate="no">​</a></h3>
<ul>
<li class=""><strong>Staging :</strong> 13 May 2026</li>
<li class=""><strong>Production :</strong> 15 August 2026</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="api-reference">API Reference<a href="https://docs.wallex.asia/blog/account-user-statuses-update#api-reference" class="hash-link" aria-label="Direct link to API Reference" title="Direct link to API Reference" translate="no">​</a></h3>
<ul>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api-docs/users">Users Overview</a></li>
</ul>]]></content>
        <author>
            <name>Muh. Fariqussalam Malik</name>
            <uri>https://github.com/fariqmdaq</uri>
        </author>
        <category label="User" term="User"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Idempotency Key Support on Signup APIs]]></title>
        <id>https://docs.wallex.asia/blog/idempotency-key-on-signup</id>
        <link href="https://docs.wallex.asia/blog/idempotency-key-on-signup"/>
        <updated>2026-01-30T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We are introducing Idempotency Key support on the Signup, Signup Lite Individual, and Signup Lite Company endpoints. This feature allows partners to safely retry signup requests without the risk of creating duplicate accounts.]]></summary>
        <content type="html"><![CDATA[<p>We are introducing <strong>Idempotency Key</strong> support on the <strong>Signup</strong>, <strong>Signup Lite Individual</strong>, and <strong>Signup Lite Company</strong> endpoints. This feature allows partners to safely retry signup requests without the risk of creating duplicate accounts.</p>
<!-- -->
<p>By including the <code>X-Idempotency-Key</code> header in your request, the server will store the key for 12 hours. Within this period, any subsequent request with the same key will return the original response instead of creating a new account.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="how-it-works">How It Works<a href="https://docs.wallex.asia/blog/idempotency-key-on-signup#how-it-works" class="hash-link" aria-label="Direct link to How It Works" title="Direct link to How It Works" translate="no">​</a></h3>
<p>Include the <code>X-Idempotency-Key</code> header with a unique value (max 36 characters, preferably a UUID) in your signup request. The server responds with the following status codes based on the request state:</p>
<ul>
<li class=""><strong>201 Created</strong> : A new account has been successfully created.</li>
<li class=""><strong>200 OK</strong> : A duplicate request was made with the same idempotency key, or the request was created without an idempotency key.</li>
<li class=""><strong>409 Conflict</strong> : Another operation with the same idempotency key is currently in progress. Wait briefly before retrying.</li>
</ul>
<p>Omitting the <code>X-Idempotency-Key</code> header treats each request as a new operation.</p>
<p>When a cached response is returned (a duplicate request with the same idempotency key), the server will include the header <code>X-Request-Replayed: true</code> in the response. This allows you to distinguish between a freshly processed request and a replayed one.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="action-required">Action Required<a href="https://docs.wallex.asia/blog/idempotency-key-on-signup#action-required" class="hash-link" aria-label="Direct link to Action Required" title="Direct link to Action Required" translate="no">​</a></h3>
<ul>
<li class="">Update your integration to include the <code>X-Idempotency-Key</code> header on signup requests for safe retry handling.</li>
<li class="">Ensure your system handles the new <code>201</code> and <code>409</code> status codes in addition to the existing <code>200</code> response.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="release-schedule">Release Schedule<a href="https://docs.wallex.asia/blog/idempotency-key-on-signup#release-schedule" class="hash-link" aria-label="Direct link to Release Schedule" title="Direct link to Release Schedule" translate="no">​</a></h3>
<ul>
<li class=""><strong>Staging :</strong> 2 February 2026</li>
<li class=""><strong>Production :</strong> 2 February 2026</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="api-reference">API Reference<a href="https://docs.wallex.asia/blog/idempotency-key-on-signup#api-reference" class="hash-link" aria-label="Direct link to API Reference" title="Direct link to API Reference" translate="no">​</a></h3>
<ul>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/users/sign-up">Signup</a></li>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/users/sign-up-individual-lite">Signup Lite Individual</a></li>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/users/sign-up-company-lite">Signup Lite Company</a></li>
</ul>]]></content>
        <author>
            <name>Muh. Fariqussalam Malik</name>
            <uri>https://github.com/fariqmdaq</uri>
        </author>
        <category label="User" term="User"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Introducing New Payment Statuses (Under Review and In Transit)]]></title>
        <id>https://docs.wallex.asia/blog/introducing-new-payment-statuses-under-review-and-in-transit</id>
        <link href="https://docs.wallex.asia/blog/introducing-new-payment-statuses-under-review-and-in-transit"/>
        <updated>2025-11-17T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We’ve refined the status responses in the Payment API to provide clearer visibility across each stage of a payment’s journey.]]></summary>
        <content type="html"><![CDATA[<p>We’ve refined the status responses in the <strong>Payment API</strong> to provide clearer visibility across each stage of a payment’s journey.
Previously, the status <code>processing</code> represented multiple internal phases — from internal reviews to routing to our payment providers.
This broad definition made it difficult for API users to track progress accurately.</p>
<!-- -->
<p>To improve transparency, we’re introducing two new statuses — <code>under_review</code> and <code>in_transit</code> — and redefining processing to represent a narrower and more precise stage in the Payment lifecycle.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="new-statuses">New Statuses<a href="https://docs.wallex.asia/blog/introducing-new-payment-statuses-under-review-and-in-transit#new-statuses" class="hash-link" aria-label="Direct link to New Statuses" title="Direct link to New Statuses" translate="no">​</a></h3>
<ol>
<li class=""><strong>Under Review</strong>
<ul>
<li class=""><strong>Code</strong> : under_review</li>
<li class=""><strong>Definition</strong> : The funds have been received and is currently undergoing internal verification and checks.</li>
<li class=""><strong>Behavior</strong> : Returned when the transaction is funded but pending internal clearance before processing begins.</li>
</ul>
</li>
<li class=""><strong>In Transit</strong>
<ul>
<li class=""><strong>Code</strong> : in_transit</li>
<li class=""><strong>Definition</strong> : The payment has successfully processed and is currently being routed to the payment provider for disbursement.</li>
<li class=""><strong>Behavior</strong> : Indicates the transaction has entered the settlement pipeline with the payment provider and is pending confirmation of payout.</li>
</ul>
</li>
</ol>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="narrowed-definition-of-processing">Narrowed Definition of Processing<a href="https://docs.wallex.asia/blog/introducing-new-payment-statuses-under-review-and-in-transit#narrowed-definition-of-processing" class="hash-link" aria-label="Direct link to Narrowed Definition of Processing" title="Direct link to Narrowed Definition of Processing" translate="no">​</a></h3>
<ul>
<li class=""><strong>Before</strong> : Represented all stages after a payment was funded, including internal review and payout routing to the payment provider.</li>
<li class=""><strong>Now</strong> : Represents the stage after internal clearance but before payout routing — when a transaction is being validated and prepared for settlement.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="action-required">Action Required<a href="https://docs.wallex.asia/blog/introducing-new-payment-statuses-under-review-and-in-transit#action-required" class="hash-link" aria-label="Direct link to Action Required" title="Direct link to Action Required" translate="no">​</a></h3>
<ul>
<li class="">Review your status-handling logic to include <code>under_review</code> and <code>in_transit</code>.</li>
<li class="">If you filter or display statuses in your system, ensure these new values are supported.</li>
</ul>
<p>The Payment API now returns clearer and more granular payment statuses.
By introducing <code>under_review</code> and <code>in_transit</code>, and refining processing, API users can track payment progression with greater accuracy and confidence.</p>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="release-schedule">Release Schedule<a href="https://docs.wallex.asia/blog/introducing-new-payment-statuses-under-review-and-in-transit#release-schedule" class="hash-link" aria-label="Direct link to Release Schedule" title="Direct link to Release Schedule" translate="no">​</a></h3>
<ul>
<li class=""><strong>Staging :</strong> 18 November 2025</li>
<li class=""><strong>Production :</strong> 28 November 2025</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="api-reference">API Reference<a href="https://docs.wallex.asia/blog/introducing-new-payment-statuses-under-review-and-in-transit#api-reference" class="hash-link" aria-label="Direct link to API Reference" title="Direct link to API Reference" translate="no">​</a></h3>
<ul>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api-docs/payments">Payment Overview</a></li>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/payments/payment-fund">Payment Fund</a></li>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/payments/payment-retrieve">Payment Retrieve</a></li>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/payments/payments-listing">Payment Listing</a></li>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/payments/payment-webhook">Payment Status Notification</a></li>
</ul>]]></content>
        <author>
            <name>Harsa Paraardhya</name>
            <uri>https://github.com/harsaparaardhya</uri>
        </author>
        <category label="Payment" term="Payment"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Reference ID on Balance History and Webhook Notification]]></title>
        <id>https://docs.wallex.asia/blog/reference-id-on-balance-history-and-webhook-notification</id>
        <link href="https://docs.wallex.asia/blog/reference-id-on-balance-history-and-webhook-notification"/>
        <updated>2025-10-14T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We would like to inform you that an additional field, Reference ID, will be introduced in the Balance History Listing, Funding Webhook, Conversion Webhook, and Payment Webhook.]]></summary>
        <content type="html"><![CDATA[<p>We would like to inform you that an additional field, <strong>Reference ID</strong>, will be introduced in the <strong>Balance History Listing</strong>, <strong>Funding Webhook</strong>, <strong>Conversion Webhook</strong>, and <strong>Payment Webhook</strong>.
The Reference ID serves as a unique identifier generated within your system when creating Funding, Conversion or Payment transactions.
By including the Reference ID in the Balance History API and Webhook notifications, partners can directly correlate records without the need for additional API calls, enabling a more efficient reconciliation process and enhancing overall system performance.</p>
<!-- -->
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="release-schedule">Release Schedule<a href="https://docs.wallex.asia/blog/reference-id-on-balance-history-and-webhook-notification#release-schedule" class="hash-link" aria-label="Direct link to Release Schedule" title="Direct link to Release Schedule" translate="no">​</a></h3>
<ul>
<li class=""><strong>Staging :</strong> 4 November 2025</li>
<li class=""><strong>Production :</strong> 4 November 2025</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="api-reference">API Reference<a href="https://docs.wallex.asia/blog/reference-id-on-balance-history-and-webhook-notification#api-reference" class="hash-link" aria-label="Direct link to API Reference" title="Direct link to API Reference" translate="no">​</a></h3>
<ul>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/balances/balances-history-listing">Balance History Listing</a></li>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/funding/funding-webhook">Funding Webhook</a></li>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/conversions/conversion-webhook">Conversion Webhook</a></li>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/payments/payment-webhook">Payment Webhook</a></li>
</ul>]]></content>
        <author>
            <name>Harsa Paraardhya</name>
            <uri>https://github.com/harsaparaardhya</uri>
        </author>
        <author>
            <name>Muh. Fariqussalam Malik</name>
            <uri>https://github.com/fariqmdaq</uri>
        </author>
        <category label="Balance" term="Balance"/>
        <category label="Funding" term="Funding"/>
        <category label="Conversion" term="Conversion"/>
        <category label="Payment" term="Payment"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Payment Quote Correspondent Flow Payment Channel Update]]></title>
        <id>https://docs.wallex.asia/blog/payment-quote-correspondent-flow-payment-channel-update</id>
        <link href="https://docs.wallex.asia/blog/payment-quote-correspondent-flow-payment-channel-update"/>
        <updated>2025-08-20T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We would like to inform you of an important update regarding the Payment Quote Correspondent Flow transactions.]]></summary>
        <content type="html"><![CDATA[<p>We would like to inform you of an important update regarding the <strong>Payment Quote Correspondent Flow</strong> transactions.
Current implementation determine <strong>Payment Channel</strong> only based on <strong>Buy Currency, Beneficiary Bank Country, and Beneficiary Country</strong>, which is insufficient to ensure accurate channel resolution compare to <a class="" href="https://docs.wallex.asia/docs/api/payments/payment-channels">Available Payment Channel</a> API.</p>
<!-- -->
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="update">Update<a href="https://docs.wallex.asia/blog/payment-quote-correspondent-flow-payment-channel-update#update" class="hash-link" aria-label="Direct link to Update" title="Direct link to Update" translate="no">​</a></h3>
<p>We introduce the new API payload to include the following additional attributes:</p>
<ul>
<li class="">Beneficiary Entity Type</li>
<li class="">Bank Account Number</li>
<li class="">Bank Account SWIFT Code</li>
<li class="">Bank Account Type</li>
<li class="">Bank Account Branch Code</li>
<li class="">Origin Sender Type</li>
<li class="">Origin Sender Country</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="key-considerations">Key Considerations<a href="https://docs.wallex.asia/blog/payment-quote-correspondent-flow-payment-channel-update#key-considerations" class="hash-link" aria-label="Direct link to Key Considerations" title="Direct link to Key Considerations" translate="no">​</a></h3>
<ul>
<li class="">Backward compatibility will be maintained to prevent disruption for existing integrations.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="request">Request<a href="https://docs.wallex.asia/blog/payment-quote-correspondent-flow-payment-channel-update#request" class="hash-link" aria-label="Direct link to Request" title="Direct link to Request" translate="no">​</a></h3>
<div class="language-curl codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-curl codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv codeBlockLinesWithNumbering_o6Pm" style="counter-reset:line-count 0"><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">curl --location '/v2/payments/quote' \</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">--header 'Authorization: Bearer &lt;X-Api-Key&gt;' \</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">--header 'Content-Type: application/json' \</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">--header 'X-API-KEY: &lt;X-Api-Key&gt;' \</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">--data '{</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">    "beneficiary": {</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">        "country": "TH",</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">        "entityType": "company"</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">    },</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">    "bankAccount": {</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">        "country": "TH",</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">        "currency": "THB",</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">        "accountNumber": "1234567890",</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">        "bicSwift": "BKKBTHBK"</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">    },</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">    "originSender": {</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">        "country": "TH",</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">        "type": "company"</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">    },</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">    "sellCurrency": "SGD",</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">    "amount": 1000,</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">    "fixedSide": "sell"</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">}'</span></span><br></div></code></pre></div></div>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="beneficiary">Beneficiary<a href="https://docs.wallex.asia/blog/payment-quote-correspondent-flow-payment-channel-update#beneficiary" class="hash-link" aria-label="Direct link to Beneficiary" title="Direct link to Beneficiary" translate="no">​</a></h4>
<table><thead><tr><th>Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>country</td><td>Required</td><td>Beneficiary country, alpha-2 <a href="https://www.iso.org/iso-3166-country-codes.html" target="_blank" rel="noopener noreferrer" class="">ISO country code</a></td></tr><tr><td>entityType</td><td>Optional</td><td>Beneficiary entity type</td></tr></tbody></table>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="bank-account">Bank Account<a href="https://docs.wallex.asia/blog/payment-quote-correspondent-flow-payment-channel-update#bank-account" class="hash-link" aria-label="Direct link to Bank Account" title="Direct link to Bank Account" translate="no">​</a></h4>
<table><thead><tr><th>Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>country</td><td>Required</td><td>Beneficiary bank account country, alpha-2 <a href="https://www.iso.org/iso-3166-country-codes.html" target="_blank" rel="noopener noreferrer" class="">ISO country code</a></td></tr><tr><td>currency</td><td>Required</td><td>Beneficiary bank account currency, three letter <a href="https://www.iso.org/iso-4217-currency-codes.html" target="_blank" rel="noopener noreferrer" class="">ISO currency code</a></td></tr><tr><td>accountNumber</td><td>Required</td><td>Beneficiary bank account number</td></tr><tr><td>bicSwift</td><td>Required</td><td>Beneficiary bank account BIC/SWIFT code</td></tr><tr><td>type</td><td>Optional</td><td>Beneficiary bank account type</td></tr><tr><td>branchCode</td><td>Optional</td><td>Beneficiary bank account branch code</td></tr></tbody></table>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="origin-sender">Origin Sender<a href="https://docs.wallex.asia/blog/payment-quote-correspondent-flow-payment-channel-update#origin-sender" class="hash-link" aria-label="Direct link to Origin Sender" title="Direct link to Origin Sender" translate="no">​</a></h4>
<table><thead><tr><th>Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>country</td><td>Optional</td><td>Origin sender country, alpha-2 <a href="https://www.iso.org/iso-3166-country-codes.html" target="_blank" rel="noopener noreferrer" class="">ISO country code</a></td></tr><tr><td>type</td><td>Optional</td><td>Origin sender entity type</td></tr></tbody></table>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="release-schedule">Release Schedule<a href="https://docs.wallex.asia/blog/payment-quote-correspondent-flow-payment-channel-update#release-schedule" class="hash-link" aria-label="Direct link to Release Schedule" title="Direct link to Release Schedule" translate="no">​</a></h3>
<ul>
<li class=""><strong>Staging :</strong> 26 August 2025</li>
<li class=""><strong>Production :</strong> 26 August 2025</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="api-reference">API Reference<a href="https://docs.wallex.asia/blog/payment-quote-correspondent-flow-payment-channel-update#api-reference" class="hash-link" aria-label="Direct link to API Reference" title="Direct link to API Reference" translate="no">​</a></h3>
<ul>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/payments/payment-quote">Payment Quote (Correspondent Flow)</a></li>
</ul>]]></content>
        <author>
            <name>Harsa Paraardhya</name>
            <uri>https://github.com/harsaparaardhya</uri>
        </author>
        <category label="Payment" term="Payment"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[PKR, INR and VND Beneficiary Requirement Update]]></title>
        <id>https://docs.wallex.asia/blog/pkr-inr-vnd-beneficiary-requirement-update</id>
        <link href="https://docs.wallex.asia/blog/pkr-inr-vnd-beneficiary-requirement-update"/>
        <updated>2025-07-14T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We would like to inform you of an important update regarding the Beneficiary Requirement for Pakistani Rupee (PKR), Indian Rupee (INR) and Vietnamese Dong (VND) transactions.]]></summary>
        <content type="html"><![CDATA[<p>We would like to inform you of an important update regarding the <strong>Beneficiary Requirement for Pakistani Rupee (PKR), Indian Rupee (INR) and Vietnamese Dong (VND)</strong> transactions.
These changes are introduced in response to updated compliance and operational standards from our <strong>liquidity providers</strong> and <strong>payment service providers (PSPs)</strong>.
As a result, the following updates have been applied across our systems:</p>
<ol>
<li class=""><strong>Beneficiary Requirement</strong></li>
<li class=""><strong>Create a Beneficiary</strong></li>
<li class=""><strong>Payment Quote</strong></li>
<li class=""><strong>Create Payment</strong></li>
</ol>
<p>Please ensure that your integration reflects these updates to avoid disruption in <strong>PKR, INR and VND</strong> transaction processing.</p>
<!-- -->
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="update">Update<a href="https://docs.wallex.asia/blog/pkr-inr-vnd-beneficiary-requirement-update#update" class="hash-link" aria-label="Direct link to Update" title="Direct link to Update" translate="no">​</a></h3>
<p>We have updated the mandatory requirements for the following fields:</p>
<ol>
<li class=""><strong>Individual</strong>
<ul>
<li class=""><strong>First Name</strong> under the attribute <code>firstName</code></li>
<li class=""><strong>Last Name</strong> under the attribute <code>lastName</code></li>
<li class=""><strong>Bank Account Holder Name</strong> under the attribute <code>bankAccount.bankAccountHolderName</code></li>
</ul>
</li>
<li class=""><strong>Company</strong>
<ul>
<li class=""><strong>Company Name</strong> under the attribute <code>companyName</code></li>
<li class=""><strong>Bank Account Holder Name</strong> under the attribute <code>bankAccount.bankAccountHolderName</code></li>
</ul>
</li>
</ol>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="request">Request<a href="https://docs.wallex.asia/blog/pkr-inr-vnd-beneficiary-requirement-update#request" class="hash-link" aria-label="Direct link to Request" title="Direct link to Request" translate="no">​</a></h4>
<div class="language-curl codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-curl codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv codeBlockLinesWithNumbering_o6Pm" style="counter-reset:line-count 0"><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">curl -L '/v2/beneficiaries/requirements' \</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">-H 'Content-Type: application/json' \</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">-H 'Accept: application/json' \</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">-H 'X-Api-Key: &lt;X-Api-Key&gt;' \</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">-H 'Authorization: Bearer &lt;X-Api-Key&gt;' \</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">-d '{</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">  "currency": "VND",</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">  "bankAccountCountry": "VN",</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">  "beneficiaryCountry": "VN"</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">}'</span></span><br></div></code></pre></div></div>
<table><thead><tr><th>Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>currency</td><td>Required</td><td>Beneficiary currency, three letter <a href="https://www.iso.org/iso-4217-currency-codes.html" target="_blank" rel="noopener noreferrer" class="">ISO currency code</a></td></tr><tr><td>bankAccountCountry</td><td>Required</td><td>Beneficiary bank account country, alpha-2 <a href="https://www.iso.org/iso-3166-country-codes.html" target="_blank" rel="noopener noreferrer" class="">ISO country code</a></td></tr><tr><td>beneficiaryCountry</td><td>Required</td><td>Beneficiary country, alpha-2 <a href="https://www.iso.org/iso-3166-country-codes.html" target="_blank" rel="noopener noreferrer" class="">ISO country code</a></td></tr></tbody></table>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="response">Response<a href="https://docs.wallex.asia/blog/pkr-inr-vnd-beneficiary-requirement-update#response" class="hash-link" aria-label="Direct link to Response" title="Direct link to Response" translate="no">​</a></h4>
<div class="language-json codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-json codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv codeBlockLinesWithNumbering_o6Pm" style="counter-reset:line-count 0"><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token punctuation" style="color:#393A34">{</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">    </span><span class="token property" style="color:#36acaa">"data"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token punctuation" style="color:#393A34">[</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">        </span><span class="token punctuation" style="color:#393A34">{</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"entityType"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"individual"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"firstName"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[a-zA-Z0-9 ,.\\-'&amp;()!\/+]+$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"lastName"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[a-zA-Z0-9 ,.\\-'&amp;()!\/+]+$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"identificationType"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^(NATIONAL_ID)"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"identificationValue"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^.{1,255}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"relationship"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^.{1,255}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"address"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^.{1,255}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"city"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^.{1,255}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"country"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[A-Z]{2}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"bankAccount"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token punctuation" style="color:#393A34">{</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"currency"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[A-Z]{3}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"bankAccountHolderName"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[a-zA-Z0-9~@#$%^&amp;*()_`=\"\\[\\]{}\\|&lt;&gt; ,.\\-'&amp;()!\/:+]+$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"accountNumber"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[0-9A-Z]{1,50}$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"bicSwift"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[0-9A-Z]{8}$|^[0-9A-Z]{11}$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"bankName"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^.{1,255}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"country"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[A-Z]{2}"</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token punctuation" style="color:#393A34">}</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">        </span><span class="token punctuation" style="color:#393A34">}</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">        </span><span class="token punctuation" style="color:#393A34">{</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"entityType"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"company"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"companyName"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[a-zA-Z0-9~@#$%^&amp;*()_`=\"\\[\\]{}\\|&lt;&gt; ,.\\-'&amp;()!\/:+]+$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"address"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^.{1,255}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"city"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^.{1,255}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"country"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[A-Z]{2}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"bankAccount"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token punctuation" style="color:#393A34">{</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"currency"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[A-Z]{3}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"bankAccountHolderName"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[a-zA-Z0-9~@#$%^&amp;*()_`=\"\\[\\]{}\\|&lt;&gt; ,.\\-'&amp;()!\/:+]+$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"accountNumber"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[0-9A-Z]{1,50}$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"bicSwift"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[0-9A-Z]{8}$|^[0-9A-Z]{11}$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"bankName"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^.{1,255}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"country"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[A-Z]{2}"</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token punctuation" style="color:#393A34">}</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">        </span><span class="token punctuation" style="color:#393A34">}</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">    </span><span class="token punctuation" style="color:#393A34">]</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain"></span><span class="token punctuation" style="color:#393A34">}</span></span><br></div></code></pre></div></div>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="release-schedule">Release Schedule<a href="https://docs.wallex.asia/blog/pkr-inr-vnd-beneficiary-requirement-update#release-schedule" class="hash-link" aria-label="Direct link to Release Schedule" title="Direct link to Release Schedule" translate="no">​</a></h3>
<ul>
<li class=""><strong>Staging :</strong> 18 July 2025</li>
<li class=""><strong>Production :</strong> 25 July 2025</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="api-reference">API Reference<a href="https://docs.wallex.asia/blog/pkr-inr-vnd-beneficiary-requirement-update#api-reference" class="hash-link" aria-label="Direct link to API Reference" title="Direct link to API Reference" translate="no">​</a></h3>
<ul>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/beneficiaries/beneficiary-requirement">Beneficiary Requirements</a></li>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/beneficiaries/beneficiary-create">Beneficiary Create</a></li>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/payments/payment-quote">Payment Quote (Correspondent Flow)</a></li>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/payments/payment-create">Payment Create (Correspondent Flow)</a></li>
</ul>]]></content>
        <author>
            <name>Harsa Paraardhya</name>
            <uri>https://github.com/harsaparaardhya</uri>
        </author>
        <category label="Beneficiary" term="Beneficiary"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[JPY Beneficiary Requirement Update]]></title>
        <id>https://docs.wallex.asia/blog/jpy-beneficiary-requirement-update</id>
        <link href="https://docs.wallex.asia/blog/jpy-beneficiary-requirement-update"/>
        <updated>2025-06-20T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We would like to inform you of an important update regarding the Beneficiary Requirement for Japanese Yen (JPY) transactions.]]></summary>
        <content type="html"><![CDATA[<p>We would like to inform you of an important update regarding the <strong>Beneficiary Requirement for Japanese Yen (JPY)</strong> transactions.
These changes are introduced in response to updated compliance and operational standards from our <strong>liquidity providers</strong> and <strong>payment service providers (PSPs)</strong>.
As a result, the following updates have been applied across our systems:</p>
<ol>
<li class=""><strong>Beneficiary Requirement</strong></li>
<li class=""><strong>Create a Beneficiary</strong></li>
<li class=""><strong>Payment Quote</strong></li>
<li class=""><strong>Create Payment</strong></li>
</ol>
<p>Please ensure that your integration reflects these updates to avoid disruption in <strong>JPY</strong> transaction processing.</p>
<!-- -->
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="update">Update<a href="https://docs.wallex.asia/blog/jpy-beneficiary-requirement-update#update" class="hash-link" aria-label="Direct link to Update" title="Direct link to Update" translate="no">​</a></h3>
<ul>
<li class="">Adjustment of <strong>Bank Account Type</strong> options under the attribute <code>bankAccount.type</code>. The accepted options:<!-- -->
<ul>
<li class=""><strong>Checking</strong></li>
<li class=""><strong>Savings</strong></li>
</ul>
</li>
</ul>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="request">Request<a href="https://docs.wallex.asia/blog/jpy-beneficiary-requirement-update#request" class="hash-link" aria-label="Direct link to Request" title="Direct link to Request" translate="no">​</a></h4>
<div class="language-curl codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-curl codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv codeBlockLinesWithNumbering_o6Pm" style="counter-reset:line-count 0"><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">curl -L '/v2/beneficiaries/requirements' \</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">-H 'Content-Type: application/json' \</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">-H 'Accept: application/json' \</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">-H 'X-Api-Key: &lt;X-Api-Key&gt;' \</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">-H 'Authorization: Bearer &lt;X-Api-Key&gt;' \</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">-d '{</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">  "currency": "JPY",</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">  "bankAccountCountry": "JP",</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">  "beneficiaryCountry": "JP"</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">}'</span></span><br></div></code></pre></div></div>
<table><thead><tr><th>Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>currency</td><td>Required</td><td>Beneficiary currency, three letter <a href="https://www.iso.org/iso-4217-currency-codes.html" target="_blank" rel="noopener noreferrer" class="">ISO currency code</a></td></tr><tr><td>bankAccountCountry</td><td>Required</td><td>Beneficiary bank account country, alpha-2 <a href="https://www.iso.org/iso-3166-country-codes.html" target="_blank" rel="noopener noreferrer" class="">ISO country code</a></td></tr><tr><td>beneficiaryCountry</td><td>Required</td><td>Beneficiary country, alpha-2 <a href="https://www.iso.org/iso-3166-country-codes.html" target="_blank" rel="noopener noreferrer" class="">ISO country code</a></td></tr></tbody></table>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="response">Response<a href="https://docs.wallex.asia/blog/jpy-beneficiary-requirement-update#response" class="hash-link" aria-label="Direct link to Response" title="Direct link to Response" translate="no">​</a></h4>
<div class="language-json codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-json codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv codeBlockLinesWithNumbering_o6Pm" style="counter-reset:line-count 0"><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token punctuation" style="color:#393A34">{</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">    </span><span class="token property" style="color:#36acaa">"data"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token punctuation" style="color:#393A34">[</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">        </span><span class="token punctuation" style="color:#393A34">{</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"entityType"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"individual"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"firstName"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[a-zA-Z0-9 ,.\\-'&amp;()!\/+]*$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"lastName"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[a-zA-Z0-9 ,.\\-'&amp;()!\/+]*$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"address"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^.{1,255}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"city"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^.{1,255}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"country"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[A-Z]{2}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"bankAccount"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token punctuation" style="color:#393A34">{</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"currency"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[A-Z]{3}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"bankAccountHolderName"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[a-zA-Z0-9~@#$%^&amp;*()_`=\"\\[\\]{}\\|&lt;&gt; ,.\\-'&amp;()!\/:+]*$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"accountNumber"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[0-9A-Z]{1,16}$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"type"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^$|^(Checking|Savings)"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"bicSwift"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[0-9A-Z]{8}$|^[0-9A-Z]{11}$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"bankName"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^.{1,255}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"branchCode"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^$|^\\d{3}$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"country"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[A-Z]{2}"</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token punctuation" style="color:#393A34">}</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">        </span><span class="token punctuation" style="color:#393A34">}</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">        </span><span class="token punctuation" style="color:#393A34">{</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"entityType"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"company"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"companyName"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[a-zA-Z0-9~@#$%^&amp;*()_`=\"\\[\\]{}\\|&lt;&gt; ,.\\-'&amp;()!\/:+]*$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"address"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^.{1,255}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"city"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^.{1,255}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"country"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[A-Z]{2}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token property" style="color:#36acaa">"bankAccount"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token punctuation" style="color:#393A34">{</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"currency"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[A-Z]{3}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"bankAccountHolderName"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[a-zA-Z0-9~@#$%^&amp;*()_`=\"\\[\\]{}\\|&lt;&gt; ,.\\-'&amp;()!\/:+]*$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"accountNumber"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[0-9A-Z]{1,16}$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"type"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^$|^(Checking|Savings)"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"bicSwift"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[0-9A-Z]{8}$|^[0-9A-Z]{11}$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"bankName"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^.{1,255}"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"branchCode"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^$|^\\d{3}$"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">                </span><span class="token property" style="color:#36acaa">"country"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"^[A-Z]{2}"</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">            </span><span class="token punctuation" style="color:#393A34">}</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">        </span><span class="token punctuation" style="color:#393A34">}</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">    </span><span class="token punctuation" style="color:#393A34">]</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain"></span><span class="token punctuation" style="color:#393A34">}</span></span><br></div></code></pre></div></div>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="release-schedule">Release Schedule<a href="https://docs.wallex.asia/blog/jpy-beneficiary-requirement-update#release-schedule" class="hash-link" aria-label="Direct link to Release Schedule" title="Direct link to Release Schedule" translate="no">​</a></h3>
<ul>
<li class=""><strong>Staging :</strong> 24 June 2025</li>
<li class=""><strong>Production :</strong> 01 July 2025</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="api-reference">API Reference<a href="https://docs.wallex.asia/blog/jpy-beneficiary-requirement-update#api-reference" class="hash-link" aria-label="Direct link to API Reference" title="Direct link to API Reference" translate="no">​</a></h3>
<ul>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/beneficiaries/beneficiary-requirement">Beneficiary Requirements</a></li>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/beneficiaries/beneficiary-create">Beneficiary Create</a></li>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/payments/payment-quote">Payment Quote (Correspondent Flow)</a></li>
<li class=""><a class="" href="https://docs.wallex.asia/docs/api/payments/payment-create">Payment Create (Correspondent Flow)</a></li>
</ul>]]></content>
        <author>
            <name>Harsa Paraardhya</name>
            <uri>https://github.com/harsaparaardhya</uri>
        </author>
        <category label="Beneficiary" term="Beneficiary"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Collection Upload URL API]]></title>
        <id>https://docs.wallex.asia/blog/collection-upload-url-api</id>
        <link href="https://docs.wallex.asia/blog/collection-upload-url-api"/>
        <updated>2024-12-31T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We are happy to announce Collection Upload URL API.]]></summary>
        <content type="html"><![CDATA[<p>We are happy to announce <strong>Collection Upload URL API</strong>.</p>
<p>The <strong>Collection Upload URL API</strong> empowers our partners to independently upload the necessary supporting documents associated with their collections.
This functionality eliminates the need for admin intervention, streamlining the integration process and enabling a faster, more seamless workflow.
By using this API, partners gain greater autonomy and efficiency in managing their document uploads.</p>
<p><strong>Collection Upload URL API</strong> available for <a class="" href="https://docs.wallex.asia/docs/api/collections/collection-upload-url">v2</a> API.</p>
<!-- -->
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="request">Request<a href="https://docs.wallex.asia/blog/collection-upload-url-api#request" class="hash-link" aria-label="Direct link to Request" title="Direct link to Request" translate="no">​</a></h3>
<div class="language-http codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-http codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv codeBlockLinesWithNumbering_o6Pm" style="counter-reset:line-count 0"><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">POST /v2/collections/:id/documents</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">Content-Type: application/json</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">X-Api-Key: &lt;X-Api-Key&gt;</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">Authorization: Bearer &lt;X-Api-Key&gt;</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain" style="display:inline-block"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">{</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">  "documentName": "Invoice.pdf"</span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">}</span></span><br></div></code></pre></div></div>
<table><thead><tr><th>Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>id</td><td>Required</td><td>Collection ID.</td></tr><tr><td>documentName</td><td>Required</td><td>The combination of two elements that identify a file. The name you assign to it and the extension that indicates its type</td></tr></tbody></table>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="response">Response<a href="https://docs.wallex.asia/blog/collection-upload-url-api#response" class="hash-link" aria-label="Direct link to Response" title="Direct link to Response" translate="no">​</a></h3>
<div class="language-json codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-json codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv codeBlockLinesWithNumbering_o6Pm" style="counter-reset:line-count 0"><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token punctuation" style="color:#393A34">{</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">  </span><span class="token property" style="color:#36acaa">"fileId"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"string"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">  </span><span class="token property" style="color:#36acaa">"uploadUrl"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"string"</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain"></span><span class="token punctuation" style="color:#393A34">}</span></span><br></div></code></pre></div></div>
<table><thead><tr><th>Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>fileId</td><td>Required</td><td>Unique identifier assigned to a specific file. When calling <a class="" href="https://docs.wallex.asia/docs/api-docs/webhooks">Webhook Notifications</a>, this ID is used to reference the associated file</td></tr><tr><td>uploadUrl</td><td>Required</td><td>Upload URL, please refer to our <a class="" href="https://docs.wallex.asia/docs/api/utils/file-upload">File Upload</a> guidance for detailed instructions</td></tr></tbody></table>]]></content>
        <author>
            <name>Harsa Paraardhya</name>
            <uri>https://github.com/harsaparaardhya</uri>
        </author>
        <author>
            <name>Daniel Adhi Nugraha</name>
            <uri>https://github.com/danielanugr</uri>
        </author>
        <category label="Collection" term="Collection"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Beneficiary Validation API]]></title>
        <id>https://docs.wallex.asia/blog/beneficiary-validation-api</id>
        <link href="https://docs.wallex.asia/blog/beneficiary-validation-api"/>
        <updated>2024-11-25T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We are happy to announce Beneficiary Validation API.]]></summary>
        <content type="html"><![CDATA[<p>We are happy to announce <strong>Beneficiary Validation API</strong>.</p>
<p>The <strong>Beneficiary Validation API</strong> provides match scores and suggestions to ensure accurate beneficiary field inputs,
helping to prevent payment rejections due to invalid beneficiary data.
This feature is disabled by default and is available only for limited countries.
To enable this feature, please contact us at <a href="mailto:contact@wallextech.com" target="_blank" rel="noopener noreferrer" class="">contact@wallextech.com</a>.</p>
<p><strong>Beneficiary Validation API</strong> available for both <a class="" href="https://docs.wallex.asia/docs/api/beneficiaries/beneficiary-validation">v2</a> and <a class="" href="https://docs.wallex.asia/docs/1.37/api/beneficiaries/beneficiary-validation">v1</a> API.</p>
<!-- -->
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="request">Request<a href="https://docs.wallex.asia/blog/beneficiary-validation-api#request" class="hash-link" aria-label="Direct link to Request" title="Direct link to Request" translate="no">​</a></h3>
<div class="language-json codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-json codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv codeBlockLinesWithNumbering_o6Pm" style="counter-reset:line-count 0"><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token punctuation" style="color:#393A34">{</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">  </span><span class="token property" style="color:#36acaa">"accountNumber"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"string"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">  </span><span class="token property" style="color:#36acaa">"bicSwift"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"string"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">  </span><span class="token property" style="color:#36acaa">"bankAccountHolderName"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"string"</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain"></span><span class="token punctuation" style="color:#393A34">}</span></span><br></div></code></pre></div></div>
<table><thead><tr><th>Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>accountNumber</td><td>Required</td><td>Beneficiary bank account number.</td></tr><tr><td>bicSwift</td><td>Required</td><td>Beneficiary bank account SWIFT Code.</td></tr><tr><td>bankAccountHolderName</td><td>Required</td><td>Beneficiary bank account holder name</td></tr></tbody></table>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="response">Response<a href="https://docs.wallex.asia/blog/beneficiary-validation-api#response" class="hash-link" aria-label="Direct link to Response" title="Direct link to Response" translate="no">​</a></h3>
<div class="language-json codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-json codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv codeBlockLinesWithNumbering_o6Pm" style="counter-reset:line-count 0"><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token punctuation" style="color:#393A34">{</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">  </span><span class="token property" style="color:#36acaa">"isAccountFound"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"boolean"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">  </span><span class="token property" style="color:#36acaa">"matchScore"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"number"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">  </span><span class="token property" style="color:#36acaa">"matchScoreDescription"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"string"</span><span class="token punctuation" style="color:#393A34">,</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">  </span><span class="token property" style="color:#36acaa">"suggestion"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token punctuation" style="color:#393A34">{</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">    </span><span class="token property" style="color:#36acaa">"bankAccountHolderName"</span><span class="token operator" style="color:#393A34">:</span><span class="token plain"> </span><span class="token string" style="color:#e3116c">"string"</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain">  </span><span class="token punctuation" style="color:#393A34">}</span><span class="token plain"></span></span><br></div><div class="token-line codeLine_lJS_" style="color:#393A34"><span class="codeLineNumber_Tfdd"></span><span class="codeLineContent_feaV"><span class="token plain"></span><span class="token punctuation" style="color:#393A34">}</span></span><br></div></code></pre></div></div>
<table><thead><tr><th>Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>isAccountFound</td><td>Required</td><td>Indicates whether the specified bank account was found in the validation system. Returns <code>true</code> if the account is found, otherwise <code>false</code>.</td></tr><tr><td>matchScore</td><td>Conditional</td><td>The score for how much inputs align with the suggestion, range from <code>0 (no match)</code> to <code>1 (perfect match)</code>.</td></tr><tr><td>matchScoreDescription</td><td>Conditional</td><td>Readable description for <code>matchScore</code>.</td></tr><tr><td>suggestion</td><td>Conditional</td><td>Suggested values based on the validation on key-value pair.</td></tr></tbody></table>]]></content>
        <author>
            <name>Harsa Paraardhya</name>
            <uri>https://github.com/harsaparaardhya</uri>
        </author>
        <author>
            <name>Awtian Akbar</name>
            <uri>https://github.com/awtian</uri>
        </author>
        <category label="Beneficiary" term="Beneficiary"/>
    </entry>
</feed>