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

Account Unbinding

This is one of the services from the registration module used to unlinked or unbinding the current account that is already binded.

Technical Specification

Service Code: 09

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

M

1

64

Reference number used for unbinding second call

3

additionalInfo

M

1

2

Additional Info

Sample Request

{
  "merchantId":"F7778YIF6A3TC",
  "additionalInfo": {
    "phoneNo": "080012341373"
  }
}

Sample Request (Second Call)

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

referenceNo

String

O

1

64

Transaction identifier on service provider system

4

unlinkResult

String

O

1

64

Result of unlinking/unbinding process.

Sample Response

Response Code & Message

The table below lists response codes and messages for the Account Unbinding API.

No
HTTP Code
Code
Message (Indonesian)

1

200

2000900

Successful

2

400

4000900

Bad request

3

400

4000901

Invalid field format {field}

4

400

4000902

Invalid mandatory field {field}

5

401

4010901

Invalid token (B2B)

6

401

4010900

Unauthorised. [Reason]

7

403

4030901

Feature not allowed

8

403

4030904

Activity count limit exceeded

9

404

4040908

Invalid merchant

10

500

5000900

General error

11

504

5040900

Timeout

12

409

4090901

Duplicate partnerRefNo

Last updated