> For the complete documentation index, see [llms.txt](https://passimpay.gitbook.io/passimpay-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://passimpay.gitbook.io/passimpay-api/fiat/inr-withdraw.md).

# INR Withdraw

<mark style="color:red;">**Request limit: once per second. Otherwise, the account will be blocked**</mark>

<mark style="color:green;">`POST`</mark> `https://api.passimpay.io/v2/inrout`

To enable withdrawals, add the IP address of the server that will be making the requests in the platform settings.

#### **Headers**

<table><thead><tr><th width="221">Name</th><th width="150">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>x-signature</code></td><td>string</td><td>SHA-256 encrypted signature</td></tr><tr><td><code>Content-Type</code></td><td>string</td><td>application/json</td></tr></tbody></table>

#### **Request Body**

<table><thead><tr><th width="190">Name</th><th width="124">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>platformId</code></td><td>integer</td><td>Platform Id</td></tr><tr><td><code>amount</code></td><td>string</td><td>The currency unit is the currency of the corresponding country, with two decimal places</td></tr><tr><td><code>number</code></td><td>string(30)</td><td>Beneficiary Account Number</td></tr><tr><td><code>orgId</code></td><td>string(20)</td><td>Bank ID, Please refer to "<a href="/pages/LdqbTYHcurB6WIUzqrqg">Supported Bank List</a>"</td></tr><tr><td><code>orgCode</code></td><td>string(20)</td><td>Bank Code, Please refer to "<a href="/pages/LdqbTYHcurB6WIUzqrqg">Supported Bank List</a>"</td></tr><tr><td><code>orgName</code></td><td>string(45)</td><td>Bank Name, Please refer to "<a href="/pages/LdqbTYHcurB6WIUzqrqg">Supported Bank List</a>"</td></tr><tr><td><code>holderName</code></td><td>string(200)</td><td>Bank Card Holder Name</td></tr><tr><td><code>firstName</code></td><td>string(20)</td><td>Beneficiary's First Name</td></tr><tr><td><code>lastName</code></td><td>string(20)</td><td>Beneficiary's Last Name</td></tr><tr><td><code>email</code></td><td>string(45)</td><td>User's email; The length is 1~45 characters,must be in the correct email format (Using a real email address can increase the success rate and reduce the coefficient of triggering risk control.)<br>Example: Franklin@Franklin.com</td></tr><tr><td><code>phone</code></td><td>string(20)</td><td>The cardholder' phone number</td></tr></tbody></table>

#### **Successful response (200)**

<table><thead><tr><th width="200">Name</th><th width="131">Type</th><th>Description</th></tr></thead><tbody><tr><td>result</td><td>integer</td><td>Request result: <br><code>1</code>: success </td></tr><tr><td>transactionId</td><td>string</td><td>The transaction ID in the Passimpay system. You can use this ID to check the status of the transaction with the <a href="/pages/sndhswmOWC7gQ4aeYiRx"><code>withdrawstatus</code></a> method.</td></tr></tbody></table>

#### **Error Response (400)**

<table><thead><tr><th width="154">Name</th><th width="176">Type</th><th>Description</th></tr></thead><tbody><tr><td>result</td><td>integer</td><td>Request result: <br><code>0</code>: error</td></tr><tr><td>message</td><td>string</td><td>Error description</td></tr></tbody></table>
