Verify card payment credentials

Verifies that the merchant has valid Clink (card payment) credentials configured in the PSP system. Returns 200 OK with hasCredentials boolean indicating if credentials exist and are configured. Requires MERCHANT_PAYMENT_METHODS_VIEW permission.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

merchantIdstringRequired
Merchant identifier

Response

Credentials verification result
card_enabledboolean
Indicates if the merchant has credentials configured

Errors