For the complete documentation index, see llms.txt. This page is also available as Markdown.

Status Check Payment Gateway

Sample Request

https://devo.finnet.co.id/pg/payment/card/check/1662448187759

Data Response

Sample Response

{
  "responseCode": "2000000",
  "responseMessage": "Success",
  "data": {
    "customer": {
      "id": "hajar@yahoo.com"
    },
    "order": {
      "id": "1662448187759",
      "reference": "16624481877591000000000",
      "amount": 1000,
      "currency": "IDR"
    },
    "card": {
      "mask": "512345xxxxxx0008",
      "info": {
        "brand": "MASTERCARD",
        "issuing": "BANCO DEL PICHINCHA CA",
        "type": "CREDIT",
        "subType": "STANDARD",
        "country": "ECUADOR"
      }
    },
    "meta": {
      "data": null
    },
    "result": {
      "payment": {
        "amount": 1000,
        "status": "CAPTURED",
        "statusDesc": null
      }
    }
  },
  "processingTime": 0.0179440975189209
}

Last updated