NOTIFICATION

Http method: post
Content-type: application/json
Automatic re-send functionality:
We also provided automatic re-send functionality. If a delivery fails the first time, we will automatically attempt to send it 3 more times, with an exponentially growing timeout between attempts, as per the list below:

  • 5 minutes
  • 10 minutes
  • 15 minutes
    After 3 attempts, the delivery will be marked as Failed. At this point, it is worth checking your configuration before asking your Solutions Manager to manually re-send the notification.
    When receiving notifications, you must use the notification key to verify the signature of the received notification. However, you do not need to sign the response to the notification.
    Notification key:
  • If you use the notifyurl in the transaction request, please use the Notification key of the master merchant.
  • If you want to receive the notification at sub-merchant level, please setup the sub merchant's notifyurl in the portal.
  • If you want to receive the notification at master merchant level, please only setup the master merchant's notifyurl in the portal.

Response:After successfully receiving the notification, please return the response in the following format.

{
    "code": "000000"
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

sign

string
required

The unique ID that is assigned by UQPAY to identify a payment.

string
required

The unique ID assigned by the merchant to identify a transaction request.

string
required

Merchant ID that is assigned by UQPAY

string
required
Defaults to success

Payment Status

int64

Transaction amount

string

Transaction currency

string
required
Defaults to PAYMENT

Transaction type

string
required

The payment method that is used to collect the payment by the merchant or acquirer.

string

Arn from card Payment

string

The result message explains the failed payment error message. Note: This field is returned when the API is called successfully (the value of data.status is F).

string

The date and time when the payment reaches a final state of success. Format:yyyy-MM-dd'T'HH:mm:ssZ

string

Return the remark in order request

string

The number of the static QR code

string

The date and time when the order was created. Format:yyyy-MM-dd'T'HH:mm:ssZ

string

Extension information of static qrcode

string

json object of the transaction extension info

Response

Language
LoadingLoading…
Response
Choose an example:
text/plain