POST
/
api
/
verify_idems_received
/
curl --request POST \
  --url https://api.uselotus.io/api/verify_idems_received/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "idempotency_ids": [
    "<string>"
  ],
  "number_days_lookback": 123,
  "customer_id": "<string>"
}'
{
  "status": "success",
  "ids_not_found": [
    "<string>"
  ]
}

This method is currently not in our SDK, and is simply for debugging purposes.

Authorizations

Authorization
string
headerrequired

Token-based authentication with required prefix "Token"

Body

idempotency_ids
string[]
required
number_days_lookback
integer
default: 30
customer_id
string

Response

200 - application/json
status
enum<string>
required
  • success - success
Available options:
success
ids_not_found
string[]
required