Update a debit or credit card tokenAsk AIput https://api.flutterwave.com/v3/tokens/{token}This endpoints allow developers update the details tied to a customer's card token.Path ParamstokenstringrequiredDefaults to flw-t1nf-f9b3bf384cd30d6fca42b6df9d27bd2f-xxxxThis is the card token returned from the transaction verification endpoint as data.card.tokenBody ParamsemailstringrequiredDefaults to [email protected]The customer's email address.phone_numberstringrequiredDefaults to 0800000000This is the mobile number of the customer making the payment.first_namestringrequiredDefaults to KendrickThis is the first name of the customer making the paymentlast_namestringrequiredDefaults to LamarThis is the last name of the customer making the payment.HeadersAuthorizationstringrequiredDefaults to Bearer FLWSECK_TEST-SANDBOXDEMOKEY-XPass your secret key as a bearer token in the request header to authorize this callResponses 200200 400400Updated 12 days ago