Get Deposit Transaction

The available versions for this api are v1.0 and v2.0.

POST https://tokoapisnap-stg.netzme.com/api/{version}/deposit/transaction-history-list

ParameterData TypeDescription

partnerReferenceNo

String

GUID

fromDateTime

String

Start time range

toDateTime

String

The end time range, cannot be the same day as the fromDateTime

pageNumber

String

Page number

additionalInfo

Object

custIdMerchant

String

Merchant ID

Request Body

{
    "partnerReferenceNo": "testing123412341234",
    "fromDateTime": "2022-09-05T12:08:56+07:00",
    "toDateTime": "2022-10-05T12:08:56+07:00",
    "pageNumber": "1",
    "additionalInfo": {
        "custIdMerchant": "M_VWXPXk6t"
    }
}

Last updated