QuickiPay helps merchants accept payments in emerging countries, by supporting all the local payment methods available in each region including:
Pay with crypto Currency.
Transfer money direct from bank.
We also offer payment via Khypo Credit
Pay directly through Khypo.
All calls to the Payins API should be signed using the HMAC-SHA256 algorithm, and the contents of the signature included in the Authorization header as documented below. This header should have as prefix the signature version and the hash function used, which is currently V2-HMAC-SHA256.
Header | Type | Description |
---|---|---|
Api-Key: | Key | Your Api Key |
Api-Timestamp: | your Current time | Timestamp ticks |
Api-Content-Hash: | SHA512 hash HEXA string | Create SHA512 hash HEXA string of request body if body is empty then create hash of the empty string. |
Api-Signature: | HMAC512 | Create Signature with HMAC512 make the message and sign it with your api secret key. Message format: Http-Method|Request-Url|Timestamp|Content-Hash. |
Countries | Crypto | Bank | Khypo | Khypo Bank |
---|---|---|---|---|
Chile | ||||
Argentina | ||||
Peru | ||||
Panama | ||||
Rest of the World |
Merchant can withdrawal amount by using this section. Its a manual bank deposit system. Merchant can fullfil his bank detail and choose the currency with desire widthraw amount and submit. This payout request will be completed in 24 to 48 hours by confirmation of Quickipay Admin team. Merchant will be notified by email system.
Copy the code in white section under payment button and paste it into check out page of your website as payment option.
Key Value
amount Amount customer want to transfer
Key | Value |
---|---|
amount | Amount customer want to transfer |
currency | Through which currency customer wants to pay like USD BTC or any other |
customer_email | Email of customer who logged in to your website for order |
order_id | Specific id of order |
merchant | It should be same, |
Key | Value (Description) |
---|---|
deposit_id | Payment deposit id |
payment_method | Your payment method |
order_id | Order ID |
currency_symbol | Currency Symbol |
quantity | Amount |
deposit_at | Deposit time |
status | Approved, Refused or pending |
customer_email | Customer email |
Key | Value (Description) |
---|---|
tx_id | Payment deposit id |
payment_method | Your payment method |
order_id | Order ID |
currency_symbol | Currency Symbol |
quantity | Amount |
deposit_at | Deposit time |
status | Approved, Refused or pending |
customer_email | Customer email |