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

Account Binding

This is one of the services from the registration module used to pre-processing Finnet account binding. You can link the account using this service.

Technical Specification

Service Code: 07

Body Request

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

merchantId

String

M

1

64

Identifier provided at the time of linking

2

referenceNo

String

O

1

64

Reference number used for unbinding second call

3

phoneNo

String

M

1

16

Registered customer phone number.

Sample Request

{
  "merchantId":"F7778YIF6A3TC",
  "refrenceNo": "9277141702082429358",
  "phoneNo": "084774859277"
}

Body Response

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

responseCode

M

1

7

BI SNAP Response Code.

2

responseMessage

String

M

1

150

BI SNAP Response Message.

3

redirectUrl

String

O

1

2048

Redirect URL for binding actions.

4

linkageToken

String

O

1

204

Access token used for WebView linkage access.

5

params

O

1

2

Query parameters for the redirectUrl

6

linkId

String

O

1

24

Identifier provided at the time of linking.

Sample Response

Response Code & Message

No
HTTP Code
Code
Message

1

200

2000700

Successful

2

400

4000700

Bad request

3

400

4000701

Invalid field format {field}

4

400

4000702

Invalid mandatory field {field}

5

401

4010701

Invalid token (B2B)

6

401

4010700

Unauthorised. [Reason]

7

403

4030701

Feature not allowed

8

403

4030704

Activity count limit exceeded

9

404

4040708

Invalid merchant

10

500

5000700

General error

11

504

5040700

Timeout

Last updated