Skip to content

AsuPay

Set up Account Provider account

Step 1: Create Provider account

Step 2: Get required credentials

Credentials that have to be issued:

  • asupay_merchant_id → Merchant ID
  • asupay_username → Username
  • asupay_password → Password
  • asupay__secret_key → Secret key

Connect Provider Account

Step 1. Connect Provider account at the Corefy Dashboard

Press Connect at AsuPay Provider Overview page in 'New connection' section and choose Provider account option to open Connection form.

Connect

Enter credentials:

  • Merchant ID
  • Username
  • Password
  • Secret key

Success

You have connected AsuPay Provider account!

API examples:

Minimum data = Maximum data set to create a payout invoices for payment_card_azn service

PAYOUT

POST /api/payout-invoices HTTP/1.1
{
  "data":{
    "type":"payout-invoice",
    "attributes":{
      "service":"payment_card_azn",
      "currency":"AZN",
      "amount":1,
      "context":{
        "card":{
          "card_holder":"MALIK ASKEROV",
          "exp_year":"29",
          "exp_month":"12"
        }
      },
      "test_mode":false,
      "reference_id":"99fde89d-f96d-478d-ab4c-f2e6aa07432d",
      "fields":{
        "card_number":"524375******7744"
      },
    }
  }
}

Question

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