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

3DS Authorize/Purchase Payment

Data Request

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

mpgsOrderId

String

M

1

40

Order Id dari MPGS

2

mpgsTransactionId

String

M

1

40

Transaction Id dari MPGS

Sample Request

{
  "mpgsOrderId": "123456",
  "mpgsTransactionId": "123456"
}

Data Response

Sample Response

{
  "responseCode": "2000000",
  "responseMessage": "Success",
  "redirectHtml": "https://sandbox.finpay.co.id/simdev/finpay/result/resultsuccess.php?orderId=1666324180089&orderAmount=1000",
  "data": {
    "acquirer": {
      "batch": 20221021,
      "date": "1021",
      "id": "CIMB_S2I",
      "merchantId": "000800910091992",
      "settlementDate": "2022-10-21",
      "timeZone": "+0700",
      "transactionId": "123456789"
    },
    "amount": 1000,
    "authorizationCode": "326441",

    "id": "C-99a92413-f4c0-40ad-b004-19be50f6fe06",
    "receipt": "229403326441",
    "reference": "C-99a92413-f4c0-40ad-b004-19be50f6fe06",
    "source": "INTERNET",
    "stan": "330513",
    "terminal": "CIMBIN01",
    "type": "CAPTURE"
  },
  "processingTime": 5.946548938751221
}

Last updated