Stamp Duty

Allows you to verify a stamp duty

TEST DATA

number: 2022-0000-1111-2222
customer_name: Test Account

Allows you to verify a stamp duty reference number

POST {{BASE_URL}}/api/v2/biometrics/merchant/data/verification/stamp_duty

Allows you to verify a stamp duty reference number

Headers

NameTypeDescription

x-api-key*

String

<your secret key>

app-id*

String

<your app id>

Request Body

NameTypeDescription

number*

String

your stamp duty number

customer_name*

String

your customer's name

customer_reference*

String

unique customer reference

{
    "status": true,
    "detail": "Stamp Duty Verification Successful",
    "response_code": "00",
    "data": {
        "certificate_number": "",
        "instrument": "",
        "reserved_company_name": "",
        "consideration": "",
        "stamp_duty_paid": "",
        "payment_reference": "",
        "beneficiary": "",
        "beneficiary_tin": "",
        "description": "",
        "date_of_execution": "",
        "date_of_filing": "",
        "issuance_date": ""
    },
    "verification": {
        "status": "VERIFIED",
        "reference": "<your verification reference>"
    }
}

Last updated