Payment Notification

Method
Merchant URL

Body Request

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

order

M

1

12

Detail of Order

2

customer

O

1

8

Detail of Customer

3

url

O

1

4

Detail of Url

4

billing

O

1

1

Detail of Billing

5

shipping

O

1

4

Detail of Shipping

6

meta

M

1

1

Detail of MetaData

7

card

M

1

7

Detail of Card

8

recurring

O

1

11

Detail of Recurring

9

sourceOfFunds

M

1

11

Detail of SourceOfFunds

10

device

O

1

7

Detail of Device

Sample Request

{
  "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"
}

Last updated