Create
Link Payment
/pay_indexInitiate a link payment transaction.
Bodyapplication/x-www-form-urlencoded
pay_typestringrequiredsignPayment type. Set to link for billing.
pay_orderidstringrequiredsignUnique order ID generated by the merchant.
pay_applydatestring, format: 2016-12-26 18:18:18requiredsignOrder submission timestamp.
pay_bankcodestringrequiredsignPayment method bank code. See the table below.
pay_notifyurlstringrequiredsignWebhook URL for server-side payment notifications (POST).
pay_callbackurlstringrequiredsignReturn URL where the customer is redirected after payment (POST).
pay_amountstringrequiredsignTransaction amount.
pay_md5signstringrequiredpay_currencystringrequiredThree-letter ISO 4217 currency code in uppercase (e.g., USD).
pay_urlstringrequiredMerchant website URL (subject to review). Must include the http:// or
https:// scheme.
pay_cardnostringCard number (PAN).
pay_cardmonthstring, two digits, e.g. 02Card expiration month.
pay_cardyearstring, four digits, e.g. 2023Card expiration year.
pay_cardcvvstringCard verification value (CVV).
pay_productnamearrayrequiredProduct line items as a JSON array. Field names are case-sensitive. Example: [{"sku":"123456789","productName":"Mac Book Pro","productImage":"url","attributes":"Size:US8 Color:blue","price":"11000.00","quantity":"1"}]
pay_productname.skustringProduct SKU (unique identifier).
pay_productname.productNamestringrequiredProduct name.
pay_productname.productImagestringProduct image URL.
pay_productname.attributesstringProduct attributes (e.g., size and color).
pay_productname.pricestringrequiredUnit price.
pay_productname.quantitystringrequiredQuantity.
pay_firstnamestringrequiredCardholder billing first name.
pay_lastnamestringrequiredCardholder billing last name.
pay_country_iso_code_2stringrequiredBilling country code (ISO 3166-1 alpha-2).
pay_email_addressstringrequiredBilling email address.
pay_telephonestringrequiredBilling phone number.
pay_country_iso_code_2stringrequiredBilling country code (ISO 3166-1 alpha-2).
pay_street_address1stringBilling address line 1.
pay_street_address2stringBilling address line 2.
pay_citystringBilling city.
pay_postcodestringBilling postal code.
pay_statestringBilling state or province.
pay_email_addressstringrequiredBilling email address.
pay_telephonestringrequiredBilling phone number.
pay_ipstringrequiredCustomer IP address.
pay_useragentstringrequiredCustomer browser User-Agent string.
pay_languagestringCustomer preferred language or locale code.
systemstringE-commerce platform name (e.g., Shopyy, Shopline).
Response
statusintTransaction status: 0 - success; 1 - 3DS authentication required; 2 -
failed.
msgstringResult message describing the transaction outcome.
urlstring3DS redirect URL. Returned when status is 1.