Issues a Bearer token for merchant API access using X-PARTNER-ID, X-CLIENT-ID, and X-Signature headers. Endpoint is protected by merchant IP whitelist.
Documentation Index
Fetch the complete documentation index at: https://docs.singapay.id/llms.txt
Use this file to discover all available pages before exploring further.
Merchant API key.
"your_api_key"
Merchant client ID.
"your_client_id"
HMAC-SHA512 signature of client_id_client_secret_YYYYMMDD using client_secret as key.
"a3f6..."
Request body for POST /v1.1/access-token/b2b.
OAuth grant type. Must be client_credentials.
client_credentials "client_credentials"