This service is used at the time of the redeem process and also Send to other users when making purchases of voucher type Top Up.

Flow Transaction Merchant Voucher Top Up
Here's the detail of service action in Transaction Merchant Voucher Top Up :
Redeem
Payload Data
Name | Data Type |
---|---|
VoucherNo | String |
PhoneNo | String |
Latitude | String |
Longitude | String |
Signature | String |
Example Request
{
"Subject": "transaction",
"SubjectType": "merchant",
"SubjectIdentifier": "vouchertopup",
"Action": "redeem",
"ResourceType": "data",
"Resource": "data",
"ResourceId": "data",
"Data": {
"VoucherNo": "TUP-1989929",
"PhoneNo":"08976524362",
"Latitude": "6.193125",
"Longitude": "106.821810",
"signature": "d55kJZBUR7asSZi69SxwgV:APA91b"
}
}
Redeem and Send
Payload Data
Name | Data Type |
---|---|
VoucherNo | String |
PhoneNo | String |
Latitude | String |
Longitude | String |
Signature | String |
Example Request
{
"Subject": "transaction",
"SubjectType": "merchant",
"SubjectIdentifier": "vouchertopup",
"Action": "redeemandsend",
"ResourceType": "data",
"Resource": "data",
"ResourceId": "data",
"Data": {
"VoucherNo": "TUP-1989929",
"PhoneNo":"08976524362",
"Latitude": "6.193125",
"Longitude": "106.821810",
"signature": "d55kJZBUR7asSZi69SxwgV:APA91b"
}
}