Inticore API Documentation
  1. Transactions
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. Transactions

Callback Notification

Develop Env
https://dev.your-api-server.com
Develop Env
https://dev.your-api-server.com
POST
{{defined-in-every-request-transactions}}
Service that will be sent by Inticore to endpoint that defined in every request's transaction.

Request

Body Params application/json

Example
{
  "code": "00",
  "status": "200",
  "message": "Backend notification",
  "error": "",
  "data": {
    "TransId": "1731370745357",
    "Amount": 157828,
    "Status": "SUCCESS",
    "ErrDesc": null,
    "MerchantCode": "F00021",
    "PaymentId": 31,
    "RefNo": "1815473564229294935",
    "PayId": "1211240719XQ00000707",
    "Currency": "IDR",
    "Signature": "c/gLjxT2bLNbYA5pXNKAGN8WUeQ="
  }
}

Responses

🟢200Callback Received
text/plain
Body

Example
OK
Previous
Check Transaction
Next
Product/Channel List
Built with