Skip to content

Instantly share code, notes, and snippets.

@danielneu
Created October 9, 2018 14:39
Show Gist options
  • Save danielneu/b75e0a16955903bc3197268bd0168ea3 to your computer and use it in GitHub Desktop.
Save danielneu/b75e0a16955903bc3197268bd0168ea3 to your computer and use it in GitHub Desktop.
{
"type": "Connections.SendRequest",
"name": "Charge",
"payload": {
"@type": "ChargeAmazonPayRequest",
"@version": "2",
"sellerId": "A1RN901234567",
"billingAgreementId": "B02-9069520-1234567",
"paymentAction": "Authorize",
"authorizeAttributes": {
"@type": "AuthorizeAttributes",
"@version": "2",
"authorizationReferenceId": "9LQxdbLNAgut0eJU",
"authorizationAmount": {
"@type": "Price",
"@version": "2",
"amount": "18",
"currencyCode": "EUR"
},
"transactionTimeout": 0,
"sellerAuthorizationNote": "{ \"SandboxSimulation\": { \"State\":\"Declined\", \"ReasonCode\":\"InvalidPaymentMethod\", \"PaymentMethodUpdateTimeInMins\":1, \"SoftDecline\":\"true\" } }",
"softDescriptor": "<store>"
},
"sellerOrderAttributes": {
"@type": "SellerOrderAttributes",
"@version": "2",
"sellerOrderId": "dcMVXQ",
"storeName": "<store>",
"customInformation": "custom information"
}
},
"token": "Token1234"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment