Skip to content

Logo

Upay

We provide 24/7 p2p solution & payment platform in Ukraine, Turkey, Azerbaijan and Kazakhstan.

Website: https://upay.express/

Set up Merchant Account

Step 1: Create Merchant Account

To create an account send connection request at the https://upay.express/ 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:

  • upay__api_token → API token

Question

"Having issues with your credentials?" Please contact our support team!

Connect Merchant Account

Step 1. Connect merchant account at the Corefy Dashboard

Press Connect at UPay Provider Overview page in 'New connection' section and press Connect button to open Connection form.

Connect

Enter credentials:

  • API token
  • Test Mode: Enable if you are using sandbox credentials.

Success

You have connected UPay merchant account!

API examples:

Minimum data set to create a payment invoices for card_transfer_uah_invoice service

SALE

POST /api/payment-invoices HTTP/1.0
{
  "data": {
    "type": "payment-invoice",
    "attributes": {
      "reference_id": "1f2aa3ca-abd8-4741-980d-4017ed30cb8c",
      "service": "card_transfer_uah_invoice",
      "currency": "UAH",
      "amount": 5,
      "test_mode": false
    }
  }
}