Skip to content

Logo

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__api_key → Merchant API key
  • vevopay__company_id → Company ID

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.

Connect

Enter credentials:

  • Merchant API key
  • Company ID

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"
      }
    }
  }
}

Minimum data set to create a payout invoices for bank_transfer_try service

PAYOUT

POST /api/commerce/payout-invoices HTTP/1.0
{
  "data":{
    "type":"payout-invoice",
    "attributes":{
      "service":"bank_transfer_try",
      "commerce_account":"Hello World",
      "currency":"TRY",
      "amount":150,
      "customer":{
        "reference_id":"36544500",
        "metadata":{
          "username":"Anel Atagay"
        }
      },
      "test_mode":false,
      "reference_id":"efbf0a2b-5590-42b7-b10b-94d49452147d",
      "fields":{
        "account_number":"TR800004600164888000278881",
        "beneficiary_full_name":"ilkin karatekin"
      },
      "options":{
        "attempts_limit":0,
        "split_mode":false,
        "allow_partially":false,
        "auto_process":false
      }
    }
  }
}

Question

"Still looking for help connecting your VevoPay account?" Please contact our support team!