subsequentRecurring
Base_Url:https://gateway.hyperauth.co
POST /gateway/subsequentRecurring
Headers
Content-Type
application/json
API Parameter List:
merNo
String
5
Yes
【Merchant Number】
gatewayNo
String
8
Yes
【Gateway Number】
tradeNo
String
50
Yes
【Transaction Serial Number】
orderNo
String
50
Yes
【Order Number】
orderAmount
Decimal
2
Yes
【Transaction Amount】
ip
String
50
Yes
【IP】
recurringData
Object
5000
Yes
【Subscription Information】
recurringData.eventStartDate
String
50
Yes
【Event Start Date】
Format: yyyy-MM-dd
The date when the event begins.
recurringData.eventEndDate
String
50
Yes
【Event End Date】
Format: yyyy-MM-dd
The date when the event ends.
recurringData.eventId
String
50
Yes
【Event ID】
A unique identifier for the event.
signInfo
String
64
Yes
【Signature (uppercase)】 Generated by concatenating parameters in the order: merNo + gatewayNo +tradeNo+orderNo+orderAmount+ signKey and then applying SHA256 encryption.
Request Example (for reference only):
{
"merNo":"44121",
"gatewayNo":"44121003",
"tradeNo":"HY025070617363258963745",
"orderNo":"821718786204696122422",
"orderAmount":66.50,
"orderCurrency":"EUR",
"ip":"47.254.43.206",
"signInfo":"9BA3E4992885E493DB5EFB8728C3A61ABDAA518A98FDFCED0B576F90574B35CC"
}Response Parameter List:
merNo
String
【Merchant Number】
gatewayNo
String
【Gateway Number】
tradeNo
String
【Transaction Serial Number】
orderNo
String
【Merchant Order Number】
orderAmount
Decimal
【Transaction Amount】
orderCurrency
String
【Transaction Currency】
status
Integer
【Transaction Status Code】 Values: -2: Awaiting Confirmation, -1: Processing, 0: Failed, 1: Successful
code
String
【state code】
message
String
【description】
Response Example:
Last updated