Skip to main content
POST
/
api
/
v1
/
reset-customer-id
Reset Customer ID
curl --request POST \
  --url https://sandbox-biller-b2b.singapay.id/api/v1/reset-customer-id \
  --header 'Accept: <accept>' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-PARTNER-ID: <x-partner-id>' \
  --data '
{
  "command": "reset-customer-id"
}
'
{
  "command": "reset-customer-id",
  "response_code": "00",
  "response_text": "Operation completed successfully."
}

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from /api/v1.0/access-token/b2b

Headers

X-PARTNER-ID
string
required

Merchant API key

Accept
string
default:Application/json
required

Body

application/json
command
enum<string>
required
Available options:
reset-customer-id
Example:

"reset-customer-id"

Response

Customer ID reset successfully

command
string
Example:

"reset-customer-id"

response_code
string
Example:

"00"

response_text
string
Example:

"Operation completed successfully."