Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Balanced will return you a <strong>300</strong> status code when it fails to identify a merchant. You can resubmit the request with <a href="https://www.balancedpayments.com/docs/merchant#requests-for-more-information" rel="nofollow">additional information</a> or you can redirect the merchant to the location supplied in the response and Balanced will attempt to gather more information and verify them.</p> <p>When you redirect the user you must include a <code>redirect_uri</code> paramater which the merchant will be returned to at the end of the identification process. </p> <p>You can also pass through information in the querystring so that the form is pre-filled for the user. These fields should be the same as you included in the original JSON payload, for a nested dictionary you enclose the field in square brackets. E.g.</p> <pre><code>{ "name": "Joel Spolskey", "bank_account": { "bank_code": 321174851 } } </code></pre> <p>Should become</p> <pre><code>?name=Joel%20Spolskey&amp;bank_account[bank_code]=321174851 </code></pre> <p>Once Balanced has verified the Merchant, the user is redirected back to <code>redirect_uri</code>, along with the Merchant's email address and a new parameter called <code>merchant_uri</code> as an identifier. You would then POST the <code>email_address</code> and <code>merchant_uri</code> parameters to the account endpoint and it will create the account for you. If the user cancels out of the verification process they are redirected to the <code>redirect_uri</code> but doing a POST on the account endpoint will return the original 300 redirect since they do not have any identifying information in the system.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload