OneVision¶
Online acquiringfor your business. Acceptance of online payments.
Website: onevision.kz
Login: my.onevision.kz
Set up Account¶
Step 1: Create merchant account¶
To create an account send connection request at the onevision.kz or contact manager directly. Submit the required documents to verify your account and gain access.
Step 2: Get required credentials¶
Credentials that have to be issued:
- Api key
- Secret key
- Api url
- Merchant id
- Service id
There is a separate MID and credits for each currency. Configuration is carried out by the provider.
Choose currencies according to available currencies for your OneVison wallets and services. Also, select P2P mode for connection in the peer-to-peer payment network.
Connect H2H Merchant Account¶
Step 1. Connect H2H account at the Corefy Dashboard¶
Press Connect at OneVision Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- api_key → Api key
- secret_key → Secret key
- api_url → Api url
- merchant_id → Merchant id
- service_id → Service id
- currency → choose currency (You can set these parameters according to available currencies and features for your OneVision wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Choose 'Send merchant data' option if you need to send Commerce MCC and Merchant URL to OneVision.
Select Test or Live mode according to the type of account to connect.
Choose Currency and Features. You can set these parameters according to available currencies and features for your OneVison wallets and services, but it's necessary to check details of the connection with your Corefy account manager.
Success
You have connected OneVision H2H merchant account!
API examples:¶
Data set to create a transaction¶
SALE nonCVV, non3DS
POST /api/commerce/payment-invoices HTTP/1.1
{
"data": {
"type": "payment-invoice",
"attributes": {
"service": "payment_card_uzs_hpp",
"commerce_account": "Hello_World",
"currency": "UZS",
"amount": 6543.21,
"flow": "charge",
"gateway_options": {
"cardgate": {
"tokenize": ""
}
},
"test_mode": true,
"options": {
"allow_partially": false
},
"reference_id": "611f8814-47d3-48d0-8bb4-7abcc2f55d2c",
"service_fields": [
]
}
}
}
Question
"Still looking for help connecting your OneVision account?" Please contact our support team!