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

Upgrade Account Notification

This service provides notifications regarding updates to KYC data verification results to the merchant environment.

Technical Specification

Environment
Method
URL
Version

Development

POST

UrlCallbackMerchant

V 1.0.0

Production

POST

UrlCallbackMerchant

V 1.0.0

Body Request

No
Name
Type
Mandatory
Min Length
Max Length
Description
1

kycResponse

String

M

Response KYC

example: “KYC Rejected”

“KYC Approved”

2

kycMessage

String

M

Message Response KYC

example: “Your KYC has been rejected because…”

3

partnerReferenceNo

String

M

Transaction identifier number

from partner

4

phoneNo

String

M

Customer phone number

  • 62xx

  • 60xx

  • 81xx

5

merchantId

String

M

Partner merchantID.

Provided by Finnet.

Sample Request

{
  "kycResponse": "KYC Rejected",
  "kysMessage": "Your KYC has been rejected because…",
  "partnerReferenceNo": "202411011441000012",
  "phoneNo": "6281295288912",
  "merchantId": "AGREE170724"
}

Body Response

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

responseCode

M

Response Code

2

responseMessage

String

M

Response Message.

Sample Response

Last updated