WPT

Pay With AICB

Start growing your business with our innovative payment solutions

POST

Send POST request to this URL with following form data

NAME VALUE STATUS
seller_wallet WUSD10000533 Required
callback_url https://google.com Required
return_url https://google.com Required
amount 100 Required
order_id 123 Required

Seller Wallet: (This must be VALID AICB Wallet ID)

callback URL: AICB will send response of the transfer to callback URL with following POST data

{ "status":"paid", "amount":100, "order_id":123 }

Return URL: AICB redirect user to this URL after completion of transfer. This can be your Thank you Page

Amount: Must be number of coins

Sample Code

    <form action="https://app.aicb.io/public/aicbPayment" method="post">
    <input type="hidden" name="seller_wallet" value="WUSD10000533">
    <input type="hidden" name="callback_url" value="http://google.com">
    <input type="hidden" name="return_url" value="http://google.com">
    <input type="hidden" name="amount" value="1000">       
    <input type="hidden" name="order_id" value="123">       
    <input type="submit" value="Submit">
    </form>

NOTE:You must need AICB Business account to integrate this API.

Login / Register

Copyright © AICB. All Rights Reserved 2023.