Skip to content

Instantly share code, notes, and snippets.

@danielneu
Last active March 7, 2019 07:57
Show Gist options
  • Save danielneu/c8acc979e1076c52d594726d967addf7 to your computer and use it in GitHub Desktop.
Save danielneu/c8acc979e1076c52d594726d967addf7 to your computer and use it in GitHub Desktop.
Amazon Pay for Alexa Skills Setup Request
{
"type": "Connections.SendRequest",
"name": "Setup",
"payload": {
"@type": "SetupAmazonPayRequest",
"@version": "2",
"sellerId": "AABBCCDDEE",
"countryOfEstablishment": "DE",
"ledgerCurrency": "EUR",
"checkoutLanguage": "de-DE",
"billingAgreementAttributes": {
"@type": "BillingAgreementAttributes",
"@version": "2",
"sellerNote": "",
"sellerBillingAgreementAttributes": {
"@type": "SellerBillingAgreementAttributes",
"@version": "2",
"storeName": "<store name>",
"customInformation": ""
}
},
"sandboxCustomerEmailId": "<AmazonPaySandbox@email.address",
"sandboxMode": true,
"needAmazonShippingAddress": false
},
"token": "Token.AFY2SXYZ"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment