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

Transfer/Disbursement Request

Parameter
ParameterTypeDescriptionExample
SecretKeystringPrivate key used to make digital signature, provided by Inticoressstitsecret
MerchantCodestringMerchant code, provided by InticoreF00021
PaymentIdintegerPayment channel ID18
RefNostringUnique merchant transaction ID1234567890
ServicestringService request, in lowercase (fill with "payment")payment
CustomerIdstringReceiver Mobile Number/Bank Account Number081237842748
Generating Process
The fields must set in the following order:
(SecretKey & MerchantCode & PaymentId & RefNo & Service & CustomerId)
Example:
SecretKey = ssstitsecret
MerchantCode = F00021
PaymentId = 18
RefNo = 1234567890
Service = payment
CustomerId = 081237842748
The hash would be calculated on the following string:
ssstitsecretF00021181234567890payment081237842748
The resulting has signature value equals to (using SHA1 base64 hash algorithm)
O9OFw3D0kv/ICCYtuGeePFMoXDg=
Previous
Payment/Deposit Request
Next
Check Transaction
Built with