Card
/
Update card lifecycle stage

Update card lifecycle stage

PATCH
https://agents-api-sit.finci.com:5500/v1/update-card-stage/{token_id}

Updates the physical-card fulfillment stage recorded for the specified card token.

Headers

    X-Auth-Token
    string
    Required
    Partner Token
    X-Auth-Signature
    string
    Required
    Signature of the request body
    X-Auth-Timestamp
    string
    Required
    Request timestamp (Unix Epoch in UTC).

Path parameters

    token_id
    string
    Required
    Card token ID

Request body

    token_stage
    string
    Required
    Card life cycle stage
      digital
      string
      plastic_not_delivered
      string

Response

Card stage updated
    status
    string
      success
      string
      error
      string
    errors
    array of string
    Error codes list
    token_id
    string
    Card token ID
Built with