Create Merchant Keys

POST https://cardinalonboardingapi{{ENVIRONMENT}}.cardinalcommerce.com/CardinalOnboardingAPI/V1/APIKey/Create

This request simulates the Partner re-generating API credentials for a sub-Merchant identified by the OrgUnitId (populated by the Environment Variable key: existingMerchantOrgUnitId)

Request Body

{"Algorithm"=>"SHA-512", "Identifier"=>"{{API_ID}}", "OrgUnitId"=>"{{existingMerchantOrgUnitId}}", "Signature"=>"{{SIGNATURE}}", "Timestamp"=>"{{CURRENT_TIMESTAMP}}", "TransactionId"=>"{{ORDER_NUMBER}}", "Payload"=>{"ListOfGroups"=>["Cardinal Consumer Authentication"]}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring