VevoPay¶
Website: https://corefy.com/en-ua/integrations/payment-providers/vevopay
Set up Account Provider account¶
Step 1: Create Provider account¶
To create an account send connection request at the https://corefy.com/en-ua/integrations/payment-providers/vevopay → Request onboarding 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:
- vevopay__merchant_key → Merchant key
- vevopay__merchant_code → Merchant code
- vevopay__methods → Methods
Connect Provider Account¶
Step 1. Connect Provider account at the Corefy Dashboard¶
Press Connect at VevoPay Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.
Enter credentials:
- Merchant key
- Merchant code
- Methods
Success
You have connected VevoPay Provider account!
API examples:¶
Minimum data set to create a payment invoices for papara_try_hpp service¶
PAYMENT
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"papara_try_hpp",
"commerce_account":"hello_world",
"currency":"TRY",
"amount":100,
"reference_id":"209a2d42-8bad-4b50-bf27-c8da59b3878e",
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"my",
"name":"Jhon Wick",
},
"test_mode":false,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"service_fields":{
"identification_number":"2132131223"
}
}
}
}
Maximum data set to create a payment invoices for papara_try_hpp service¶
PAYMENT
POST /api/commerce/payment-invoices HTTP/1.0
{
"data":{
"type":"payment-invoice",
"attributes":{
"service":"papara_try_hpp",
"commerce_account":"hello_world",
"currency":"TRY",
"amount":1,
"reference_id":"b8f1b6a2-6df3-4041-a083-8572bf055b03",
"flow":"charge",
"gateway_options":{
"cardgate":{
"tokenize":""
}
},
"customer":{
"reference_id":"6335455e-c641-4d0c-9cbc-07a9e4019909",
"name":"Jhon Wick",
"email":"[email protected]",
"phone":"+380680786663",
"date_of_birth":"2000-11-23",
"individual_tax_id":"132131***1312",
"address":{
"full_address":"Address",
"country":"AQ",
"region":"State",
"city":"City",
"street":"Street",
"post_code":"W1J 5AX"
},
"metadata":{
"username":"jhonwick123"
}
},
"test_mode":false,
"options":{
"allow_partially":false,
"bypass_hpp":false,
"send_operation_context_on_return":false
},
"service_fields":{
"identification_number":"123123123123"
}
}
}
}
Question
"Still looking for help connecting your VevoPay account?" Please contact our support team!