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
merchantId
Merchant identifier
Response
Credentials verification result
card_enabled
Indicates if the merchant has credentials configured
Errors
401
Verify Card Payment Credentials Request Unauthorized Error
403
Verify Card Payment Credentials Request Forbidden Error
500
Verify Card Payment Credentials Request Internal Server Error