Get to know about authentication in API E-commerce, 3DS and Silent Order Post
Authentication in API E-commerce
The API E-commerce uses API key authentication in the request header. The keys are:
MerchantId
, which is the store identifier in Cielo;MerchantKey
, which is the key for dual authentication in Cielo.
**The MerchantId
and MerchantKey
keys are used in the header of all requests made to the transactional and query APIs.
Please refer to Revoke and create credentials on the Cielo website to get your
MerchantId
andMerchantKey
.
Get test credentials at sandbox registration.
Authentication in other features
3DS protocol
Authentication for implementing the 3DS protocol follows the Basic Authentication standard using ClientId
and ClientSecret
encoded in Base64.
Learn more about 3DS credentials at:
Silent Order Post
Authentication for implementing the Silent Order Post protocol follows the Basic Authentication standard using ClientId
and ClientSecret
encoded in Base64.
Learn more about Silent Order Post credentials at: