API create PaymentLink
Endpoint URL for UAT:https://uat-pms.galaxypay.vn/api-ex/payment-link/create
Request Message
Body
1
amount
Numeric(16) mandatory
Transaction amount
1
linkName
Alphanumeric mandatory
Name of payment link, it show in portal
1
requestId
Alphanumeric(50) mandatory
Unique ID for each transaction request
Recommend: GUID
1
description
Alphanumeric(250) mandatory
A brief description of the Payment Link
1
expiryDuration
Numeric mandatory
Number of days at which the Payment Link expired.
1
paymentMethod
Alphanumeric mandatory
List of payment method: "GPAY", "MPGS", "QRPAY", "MOMO", "ZALOPAY", "NAPAS"
1
customerField
Alphanumeric optional
Collect additional information from your customer using custom fields. Up to 4 fields are supported.
1
orderReference
Alphanumeric optional
Reference number tagged to a Payment Link
1
ipnUrl
Alphanumeric optional
IPN URL
Body
Response Message
Last updated