Payment Link
Use to create a dynamic payment link.
Last updated
Use to create a dynamic payment link.
Last updated
See integration detail in General integration steps
Refer to the Code Samples and API Playground for detailed sample code and API testing.
Base URL
api/v1/transaction/createPaymentLink
Example:
1
apiKey
Alphanumeric mandatory
Request authenticate
1
signature
Alphanumeric mandatory
Request signature
1
requestID
Alphanumeric(50) mandatory
Unique ID for each transaction request
Recommend: GUID
1
requestDateTime
Numeric(14) mandatory
yyyyMMddHHmmss
1
requestData
JSON Object
2
orderID
Alphanumeric(50) mandatory
Transaction ID at Merchant
2
orderName
Alphanumeric(250) mandatory
Transaction Reference
2
orderAmount
Numeric(16) mandatory
Transaction Amount
2
orderDescription
Alphanumeric(250) mandatory
Transaction Description
2
paymentDays
Numeric(2) mandatory
Transaction expired in days
2
paymentMethods
JSON Array mandatory
2
paymentFields
JSON Array mandatory
2
ipnURL
Alphanumeric(500) optional
IPN URL
1
signature
Alphanumeric mandatory
Response signature
1
requestID
Alphanumeric(50) mandatory
Original Request ID
1
responseDateTime
Numeric(14) mandatory
yyyyMMddHHmmss
1
responseCode
Numeric(3) mandatory
1
responseMessage
Alphanumeric(250) mandatory
Response message
1
responseData
JSON Object mandatory
Response data
2
orderNo
Alphanumeric mandatory
GALAXY PAY order no
2
shortLink
Alphanumeric mandatory
Payment Link URL
See for more detail