APIVersion 1.0.0

Payment Success Notice

If notify_url is provided when order is created. System will post request to this url when the payment succeeds. Request method is POST. Different from Server APIs, sign parameters will be included in json entity. Partner system shall valid them to prevent fake requests. Partner system shall response with correct parameters. If GlobePay did not receive valid response, system will regard as receiving failed and retry the notification. System will retry up to3 times. Partner system shall be able to handle the repeated requests.

FieldDescription
Accept

application/json

Content-Type

application/json

JSON keys

FieldTypeDescription
timelong

UTC timestamp in millis

nonce_strString

Random string

signString

Sign

channel_order_idString

Channel(such as Wechat、Alipay) Order Id

partner_order_idString

Partner order id

order_idString

GlobePay order id

total_feeint

Order amount

real_feeint

Actual paid amount

rateDouble

Exchange Rate used while trading. 0.01 GBP=?CNY

customer_idString

Customer ID

currencyString

Currency,GBP

channelString

Payment Channel Alipay、Wechat、AlipayPlus

create_timeString

Time when order is created, which is formatted in 'yyyy-MM-dd HH:mm:ss', UTC+10

pay_timeString

Time when order is paid, which is formatted in 'yyyy-MM-dd HH:mm:ss', UTC+10.

Success 200

FieldTypeDescription
return_codeString

SUCCESS

PCI DSS Compliant

Security & Compliance

  • PCI DSSPayment Card Industry Data Security Standard compliant
  • TLS 1.2+API accepts TLS 1.2 / 1.3 encrypted connections only
  • SHA-256Every API request must carry a SHA-256 signature

On this page