Endpoint
Authentication and target
Use an ACCOUNT credential for its bound account, or a USER credential with bothX-ISPB and X-Account-Number. If an ACCOUNT credential sends those headers, both must be present and must match its bound account. PLATFORM credentials are not accepted. All requests require the standard HMAC-SHA256 headers.
The curl example below uses an ACCOUNT credential bound to the operated account, so it omits X-ISPB and X-Account-Number. If X-Client-ID identifies a USER credential, add both target headers and include their exact trimmed values in the canonical header set before calculating X-Signature.
Request body
Success data
ref_id, resolved payee, and settlement_id. Party document and account enum fields are JSON numbers; the payee document can be masked by merchant configuration.
Behavior and validation
The resolved payee is cached for one minute underref_id and bound to the initiating ISPB and account number. This reference is preflight state, not an idempotency key.
Errors
Every call can fail for missing or invalid signature headers, an expired timestamp, nonce replay, an invalid body hash or signature, insufficient permission, or a downstream service error. Endpoint-specific errors include:4000for a missing key.400or4001001for invalid key data.4001096for an inactive or deleted key.4003008for missing account context.501for a lookup RPC failure.500for a cache or internal failure.