Status Check Payment Gateway & Bill Payment

Sample Request

https://devo.finnet.co.id/sof/bp/checkCard/1662448187759

Data Response

Sample Response

{
  "responseCode": "2000000",
  "responseMessage": "Success",
  "data": {
    "merchant": {
      "id": "FINPAY770"
    },
    "customer": {
      "id": "[email protected]"
    },
    "order": {
      "id": "INV2230516000003",
      "reference": null,
      "amount": 10000,
      "currency": "IDR"
    },
    "card": {
      "mask": "512345xxxxxx0008",
      "info": {
        "brand": "MASTERCARD",
        "issuing": "AFRILAND FIRST BANK",
        "type": "CREDIT",
        "subType": "STANDARD",
        "country": "LIBERIA"
      }
    },
    "meta": {
      "data": null
    },
    "result": {
      "payment": {
        "status": "PAID",
        "statusDesc": "The authorized amount for this order, in full or excess, has been captured successfully",
        "datetime": "2023-05-16 20:22:23"
      },
      "flagging": {
        "paymentCode": "000000000005585",
        "productCode": "050017",
        "bill": "1",
        "reffNo": "459719",
        "amount": "5585",
        "customerName": "Kawhi Leonar'd",
        "billingInfo1": "12345679",
        "billingInfo2": "411211",
        "billingInfo3": "420",
        "billingInfo4": "01122019",
        "billingInfo5": "000000000000000",
        "billingInfo6": "C. d'Aristides Maillol, 12, 08028 Barcelona, Spain",
        "billingInfo7": "000000000000000000",
        "billingInfo8": "",
        "billingInfo9": "",
        "billingInfo10": "",
        "ntpn": "E20C83HLVA9HK5EH",
        "ntb": "716106201912",
        "paymentDateTime": "2019-12-23 16:13:36",
        "gmt": "2019-12-23 09:13:36",
        "settlementDate": "1224"
      }
    },
    "sourceOfFunds": {
      "type": "vamandiri",
      "channel": "008",
      "paymentCode": "0218299999"
    },
    "signature": "40ba4725921624225a077c7e8f7b39df3d5a8d0fbe1585c4ef4461949f910ef37d8a408fdb03bc15e3d317d92242fedcd201f6ecf5cd79c9696c376afcc915e8"
  },
  "processingTime": 0.0179440975189209
}

Last updated