Any thoughts on what I should do next? The key I just created today (the origional was from 2015) shows no usage but the log of stripe shows: (I only removed personally identifiable info)
POST /v1/tokens Status 200 OK ID req_lAaLeUBffGxupM Time IP address 52.37.153.176 API version 2015-01-11 Application Stripe Checkout Source Stripe/v1 GoBindings/4.4.0 Origin https://tld.com/ Response body { "id": "tok_1IEzxIJ0dem2hjKrsif2xjbR", "object": "token", "card": { "id": "card_1IEzxIJ0dem2hjKrHPSPKjdr", "object": "card", "address_city": "columbus", "address_country": "United States", "address_line1": "102 my house streetr", "address_line1_check": "unavailable", "address_line2": null, "address_state": "OH", "address_zip": "15484", "address_zip_check": "unavailable", "brand": "Discover", "country": "US", "cvc_check": "unavailable", "dynamic_last4": null, "exp_month": 8, "exp_year": 2026, "funding": "credit", "last4": "9851", "metadata": { }, "name": Richard Richardson", "tokenization_method": null }, "client_ip": "64.252.74.118", "created": 1611938180, "email": "dwwqrwwqrwwqrwwqr@tld.com", "livemode": true, "type": "card", "used": false } Request POST body { "customer": "cus_IqLRyB907R5hAG", "email": "d*********d@tld.com", "ip": "64.252.74.118", "payment_user_agent": "Stripe Checkout v3 checkout-manhattan(checkout-api)", "referrer": "https://tld.com/index.php/usertraining", "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0" } [code][code]
POST /v1/tokens
Status
200 OK
ID
req_lAaLeUBffGxupM
Time
IP address
52.37.153.176
API version
2015-01-11
Application
Stripe Checkout
Source
Stripe/v1 GoBindings/4.4.0
Origin
tld.com/
Response body
{
"id": "tok_1IEzxIJ0dem2hjKrsif2xjbR",
"object": "token",
"card": {
"id": "card_1IEzxIJ0dem2hjKrHPSPKjdr",
"object": "card",
"address_city": "columbus",
"address_country": "United States",
"address_line1": "102 my house streetr",
"address_line1_check": "unavailable",
"address_line2": null,
"address_state": "OH",
"address_zip": "15484",
"address_zip_check": "unavailable",
"brand": "Discover",
"country": "US",
"cvc_check": "unavailable",
"dynamic_last4": null,
"exp_month": 8,
"exp_year": 2026,
"funding": "credit",
"last4": "9851",
"metadata": {
},
"name": Richard Richardson",
"tokenization_method": null
},
"client_ip": "64.252.74.118",
"created": 1611938180,
"email": "dwwqrwwqrwwqrwwqr@tld.com",
"livemode": true,
"type": "card",
"used": false
}
Request POST body
{
"customer": "cus_IqLRyB907R5hAG",
"email": "d*********d@tld.com",
"ip": "64.252.74.118",
"payment_user_agent": "Stripe Checkout v3 checkout-manhattan(checkout-api)",
"referrer": "
tld.com/index.php/usertraining
",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0"
}
[code]