Create Merchant Keys
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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |