```json
{
"requestId": "df8d3adb-4db5-4dbc-903b-52cf2c8c21ff",
"methodName": "basic-card",
"details": {
"cardholderName": "Jon Doe",
"cardNumber": "4111111111111111",
"expiryMonth": "01",
"expiryYear": "2021",
"cardSecurityCode": "123",
"billingAddress": {
"country": "JP",
"region": "沖縄県",
"city": "Saporro",
"dependentLocality": "",
"addressLine": [
"123 Main At"
],
"postalCode": "111111",
"sortingCode": "",
"languageCode": "ja-Latn",
"organization": "",
"recipient": "Jon Doe",
"phone": "+8113103106000"
}
},
"shippingAddress": {
"country": "JP",
"addressLine": [
"123 Main At"
],
"region": "沖縄県",
"city": "Saporro",
"dependentLocality": "",
"postalCode": "111111",
"sortingCode": "",
"languageCode": "ja-Latn",
"organization": "",
"recipient": "Jon Doe",
"phone": "+8113103106000"
},
"shippingOption": "freeShippingOption",
"payerName": null,
"payerEmail": null,
"payerPhone": null
}
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-request/issues/608#issuecomment-330525372