➕Synchronize Points of Sale
Used to synchronize information of stores/points of sale.
POST
API Sync TID
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
If the partner provides the merchantId
, there is no need to provide the merchantName
.
Name
Type
Required
Description
terminals
List object
Yes
List of points of sale.
merchantId
String
Yes
Merchant ID.
merchantName
String
Yes
Merchant's short name.
terminalCode
String
Yes
Store/point of sale code.
terminalName
String
Yes
Store/point of sale name.
terminalAddress
String
Yes
Store/point of sale address.
bankCode
String
Yes
Bank code.
bankAccount
String
Yes
Bank account number.
checkSum
String
Yes
MD5 hash string of the combination: (password + bankCode + bankAccount)
Response
Sample
Last updated