Yes, there is a log. I will blindfold with xxx / 000 where it might fall under personal information. If it’s difficult to determine, please provide me with your contact information so I can send you the original text.
invalid_request_error - payment_method_options[konbini][confirmation_number]
Invalid string: 0000000000...0000000000; must be at most 11 characters
{
"shipping": {
"address": {
"line2": "xxxxxxx",
"line1": "xxxxxxx",
"state": "JP00",
"city": "xxxxxxx",
"postal_code": "000-0000",
"country": "JP"
},
"name": "xxxxx xxxxx"
},
"capture_method": "automatic",
"description": "xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"metadata": {
"gateway_id": "stripe_konbini",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0",
"webhook_id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"product_23331": "xxxxxxxxxxxxxxxxxxxxx",
"partner": "PaymentPlugins",
"user_id": "3",
"created": "1703477391",
"order_id": "24096",
"ip_address": "000.000.000.000"
},
"confirmation_method": "automatic",
"payment_method_types": {
"0": "konbini"
},
"currency": "JPY",
"customer": "cus_xxxxxxxxxxxx",
"payment_method_options": {
"konbini": {
"confirmation_number": "000000000000",
"expires_after_days": "7",
"product_description": "Order 24096"
}
},
"confirm": "false",
"amount": "1270",
"expand": {
"0": "payment_method"
}
}
And the response body is below.
{
"error": {
"message": "Invalid string: 0000000000...0000000000; must be at most 11 characters",
"param": "payment_method_options[konbini][confirmation_number]",
"request_log_url": "https://dashboard.stripe.com/acct_xxxxxxxxxxxxxxxx/logs/req_xxxxxxxxxxxxx?t=1703477392",
"type": "invalid_request_error"
}
}
The confirmation_number is a registered 12-digit number. Hope this gives you a clue.
Thank you.
-
This reply was modified 11 months, 1 week ago by Mizuho Ogino.
-
This reply was modified 11 months, 1 week ago by Mizuho Ogino.
-
This reply was modified 11 months, 1 week ago by Mizuho Ogino.