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

Product/Channel List

Develop Env
https://dev.your-api-server.com
Develop Env
https://dev.your-api-server.com
GET
/product/{merchantCode}
This endpoint is used when merchant want to see list of products/channels available for the Payment/Deposit and Transfer/Disbursement services.

Request

Path Params

Responses

🟢200Success
application/json
Body

Example
{
    "code" : "00",
    "status": 200,
    "message": "SUCCESS",
    "error": "",
    "data": [
        {
            "paymentId": 15,
            "productName": "QRIS",
            "category": "PAYIN"
        },
        {
            "paymentId": 16,
            "productName": "Permata Virtual Account",
            "category": "PAYIN"
        },
        {
            "paymentId": 22,
            "productName": "BNI Virtual Account",
            "category": "PAYIN"
        },
        // ... and goes on until ...
         {
            "paymentId": 9115,
            "productName": "Transfer BANK SEABANK INDONESIA",
            "category": "DISBR"
        }
    ]
}
Previous
Callback Notification
Next
Merchant Balance
Built with