Bestätigt die SMS-Verifizierung.
POST https://api.mittwald.de/v1/carts/{cartIdentifier}/actions/verify
Parametername | Wert | Beschreibung | Weiteres |
---|---|---|---|
cartIdentifier | string | Warenkorb ID |
Pflichtangabe |
The request body takes a complete Verifizierungscode resource, containing the following writable properties:
{
"verificationCode": "string"
}
Name | Typ | Beschreibung | Weiteres |
---|---|---|---|
verificationCode | string | Optional |
Diese Operation kann mit den folgenden HTTP-Statuscodes antworten:
Statuscode | Beschreibung | Ressource |
---|---|---|
200 | OK Die Verifizierung wurde erfolgreich abgeschlossen. |
Powered by DapperDox