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

Check Transaction

Parameter
ParameterTypeDescriptionExample
SecretKeystringPrivate key used to make digital signature, provided by Inticoressstitsecret
MerchantCodestringMerchant code, provided by InticoreF00021
PaymentIdintegerPayment channel ID18
RefNostringUnique merchant transaction ID1234567890
TransIdstringTransaction reference number from systemTRX123456789 (for Disbursement transaction, please fill with dash (-) character)
CurrencystringCurrency used (only accept IDR)IDR
Generating Process
The fields must set in the following order:
(SecretKey & MerchantCode & PaymentId & RefNo & TransId & Currency)
Example:
SecretKey = ssstitsecret
MerchantCode = F00021
PaymentId = 18
RefNo = 1234567890
TransId = TRX123456789 (for Disbursement transaction, please fill with dash (-) character)
Currency = IDR
The hash would be calculated on the following string:
ssstitsecretF00021181234567890300000IDR
The resulting has signature value equals to (using SHA1 base64 hash algorithm)
uFyU51bOCTrtbY5WJDgj0M7ZpY0=
Previous
Transfer/Disbursement Request
Next
Merchant Balance
Built with