This service is used by merchants who have integrated with Qoin Service. This service is used to make PPOB payments or other features required by merchants.
Here's the detail of service action in Transaction Merchant :
Transaction Merchant
Payload Data
Name | Data Type |
---|---|
TrxType | String |
PaymentType | String |
OrderType | String |
Signature | String |
OrderNumber | String |
Latitude | String |
Longitude | String |
Notes | String |
InstallId | String |
DeviceType | String |
FullName | String |
PhoneNumber | String |
Amount | String |
SplitBill | String |
Example Request
{
"Subject": "transaction",
"SubjectType": "merchant",
"SubjectIdentifier": "payment",
"Action": "paymentmerchant",
"ResourceType": "data",
"Resource": "data",
"ResourceId": "data",
"Data": {
"TrxType": 101,
"PaymentType": 3,
"OrderType": "Zakat Mall",
"Signature": "tes123",
"Latitude": 37.4218899,
"Longitude": -122.0840403,
"Notes": "andoroidv222",
"InstallId": "123555kjkjkjkj",
"DeviceType": "android",
"FullName": "HaykalArfan",
"PhoneNumber": "08974210494",
"Amount": "100",
"SplitBill": null
}
}