put https://api.flutterwave.com/v3/tokens/
This endpoints allow developers update the details tied to a customer's card token.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
This endpoints allow developers update the details tied to a customer's card token.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
12curl --request PUT \
--url https://api.flutterwave.com/v3/tokens/flw-t1nf-f9b3bf384cd30d6fca42b6df9d27bd2f-xxxx \
--header 'Authorization: Bearer FLWSECK_TEST-SANDBOXDEMOKEY-X' \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"email": "user@example.com",
"full_name": "Kendrick Graham",
"phone_number": "0800000000"
}
'
xxxxxxxxxx
10{
"status": "success",
"message": "Token details updated",
"data": {
"email": "ken@example.com",
"fullname": "Kendrick Graham",
"phone_number": "0813XXXXXX22",
"created_at": "2020-06-11T16:25:44.000Z"
}
}