Simulate an authorization to check if the card is currently valid.
Environment | Method | Endpoint |
---|---|---|
Sandbox | post | https://apisandbox.cieloecommerce.cielo.com.br/1/zeroauth/ |
Production | post | https://api.cieloecommerce.cielo.com.br/1/zeroauth/ |
Request
POST /1/zeroauth
{
"CardToken":"23712c39-bb08-4030-86b3-490a223a8cc9",
"SaveCard":"false",
"Brand":"Visa"
}
Field | Description | Type | Size | Required |
---|---|---|---|---|
Brand | Card Brand: Visa Master ELO | Text | 10 | not |
CardToken | Tokenized Card 3.0 | GUID | 36 | yes |