VelPay¶
VelPay - International Payment Platform. VelPay is an ecosystem for receiving/paying and exchanging funds for your business.We provide a secure platform for online payments and the ability to make payments in one click. Our payment platform is designed to make your life easier and improve your business processes by making them flexible, fast, and secure.
Website: velpay.io
Set up Account H2H merchant account¶
Step 1: Create Merchant Account¶
To create an account send connection request at the velpay.io/#contact 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:
- velpay__private_key → Private key
- velpay__public_key → Public key
- velpay__test_mode → Test mode
- velpay__currency → Currency → choose currency (You can set these parameters according to available currencies and features for your VelPay wallets and services, but it's necessary to check details of the connection with your Corefy account manager.)
Connect Merchant Account¶
Step 1. Connect H2H account at the Corefy Dashboard¶
Press Connect at VelPay Provider Overview page in 'New connection' section and choose H2H Merchant account option to open Connection form.
Enter credentials:
- Private key
- Public key
- Test mode → true
Success
You have connected VelPay H2H merchant account!
API examples:¶
Minimum data set to create a payment invoices for payment_card_eur_hpp service¶
SALE
POST /api/commerce/payment-invoices HTTP/1.1
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"payment_card_eur_hpp",
"commerce_account":"hello_world",
"currency":"EUR",
"amount":100,
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":false
}
},
"customer":{
"reference_id":"0db4a1ad-e583-43c1-bc97-f9322580d4ac",
"name":"John Wick",
"email":"[email protected]"
},
"test_mode":true,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"reference_id":"b00792c4-2c53-4292-9a47-5a76376ef69e",
"service_fields":[
]
}
}
}
Constants¶
If some parameters are not sent in the transaction creation request, they will take the values from the set constants.
Here is a list of constants with their corresponding parameters:
- EMAIL → customer [email]
Provider Options¶
- ignore_callback
- for cascading to work correctly, we exclude the possibility of finalizing payments using asynchronous callbacks, ignore the callback, do not change the status of the transaction on it in any way and rely only on the status request for finalization (Reconciliation)
Question
"Still looking for help connecting your VelPay account?" Please contact our support team!