Method: POST
URL:
Content-Type: Multipart / Form-data
Fields | Description |
---|---|
user_code | Provided by Circlepay |
partner_tran_id | Partner transaction ID: Alphanumeric, Max 50 characters |
bank_code | Refer to Get IB Bank Code section |
amount | 100000 - 300000000 |
username (Optional) | Customer username on partner system (For tracking purpose) |
token | hash_hmac(‘sha256’,[user_code][partner_tran_id][bank_code][amount], the API Key) *The API Key is provided by CirclePay |
Fields | Description |
---|---|
error_code | 00: Successful making the deposit request 01: Error with the input fields |
error_message | Detail message for the error_code |
data | Result (NULL if error) ⮞ partner_tran_id ⮞ tran_id ⮞ instruction ⮞ instruction_vn ⮞ redirect_url |