Account Unbinding

Method and URL

POST [BASE_URL]/wallet-backend/snap/v1.0/registration-account-unbinding

Purpose: Unbind or disconnect an already-bound Pivot Pay wallet account from the merchant’s application.

Authorization:

  • B2B Token

Request

Request Header

Header
Requirement
Description

Content-Type

Mandatory

application/json

Authorization

Mandatory

Bearer {B2B_access_token}

X-SIGNATURE

Mandatory

HMAC signature generated as per SNAP specification

HMAC_SHA512 (clientSecret, stringToSign)

stringToSign = HTTPMethod +”:β€œ+ EndpointUrl +":"+ AccessToken +":β€œ+ Lowercase(HexEncode(SHA-256(minify(RequestBody))))+ ":β€œ + TimeStamp

X-TIMESTAMP

Mandatory

Request timestamp in yyyy-MM-dd'T'HH:mm:ssXXX (ISO 8601 with offset)

X-PARTNER-ID

Mandatory

Partner ID assigned by Pivot

X-EXTERNAL-ID

Mandatory

Unique ID per request for idempotency / tracing

CHANNEL-ID

Mandatory

Channel identifier (e.g., 12345)

Request Body

Request Parameter Detail

Parameter
Data Type
Character Limit
Requirement
Description

additionalInfo

Object

-

Optional

Container for additional information.

additionalInfo.failedRedirectionUrl

String (URL)

255

Optional

URL to redirect the user if unbinding fails.

additionalInfo.redirectionUrl

String (URL)

255

Optional

URL to redirect the user if unbinding is completed.

merchantId

String

36

Mandatory

Merchant ID assigned by Pivot Pay.

tokenId

String

36

Mandatory

User Binding ID, Same ID used in generate B2B2C token

Response

Response Body

Response Parameter Detail

Parameter
Data Type
Character Limit
Requirement
Description

additionalInfo

Object

-

Optional

Response status code. "00" indicates success, other codes indicate failure or specific error states.

additionalInfo.expiredIn

String (ISO 8601)

25

Mandatory

Expiration date and time of the unbinding link.

additionalInfo.redirectUrl

String (URL)

255

Optional

URL to redirect the user to complete unbinding process.

responseCode

String

7

Mandatory

Response status code.

responseMessage

String

100

Mandatory

Description of the result.

Last updated