Inticore API Documentation
  1. Guidance for Generating Signature
Inticore API Documentation
  • General
    • Introduction
    • API Base URL
    • Response Code List
    • Document Versioning
  • Guidance for Generating Signature
    • Payment/Deposit Request
    • Transfer/Disbursement Request
    • Check Transaction
    • Merchant Balance
    • Callback Notification
  • Transactions
    • Payment/Deposit Request
      POST
    • Transfer/Disbursement Request
      POST
    • Check Transaction
      POST
    • Callback Notification
      POST
  • Products
    • Product/Channel List
      GET
  • Balance
    • Merchant Balance
      POST
  1. Guidance for Generating Signature

Merchant Balance

Parameter
ParameterTypeDescriptionExample
SecretKeystringPrivate key used to make digital signature, provided by Inticoressstitsecret
MerchantCodestringMerchant code, provided by InticoreF00021
ServicestringService request, in lowercase (fill with "balance")balance
Generating Process
The fields must set in the following order:
(SecretKey & MerchantCode & Service)
Example:
SecretKey = ssstitsecret
MerchantCode = F00021
Service = balance
The hash would be calculated on the following string:
ssstitsecretF00021balance
The resulting has signature value equals to (using SHA1 base64 hash algorithm)
HqySPZn1WaNsyW3PrNC9tgUxOdY=
Previous
Check Transaction
Next
Callback Notification
Built with