Update card
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
account_id
string
required
ID of the Account
Update a card for an existing customer on an account
spend_limit
integer | null
≥ 1
Spending limit of card (in cents). If not provided, spending is still subject to the spend limit set at the issuer processor account (if any).
lithic
object
HTTP Status Codes
200 An account card.
401
Unauthorized.
403
Forbidden.
422
Invalid input
429
Too many requests.
default
Unexpected Error.
Updated about 1 year ago
Bearer
Base URLhttps://contact/sales/to/enable/your/sandbox/accounts/{account_id}/cards
xxxxxxxxxx
curl --request PUT \
--url https://contact/%20sales%20to%20enable%20your%20sandbox/accounts//cards \
--header 'accept: application/json' \
--header 'content-type: application/json'
application/json
200
Updated about 1 year ago