Amazon · Example Payload

Pay Checkout Session Example

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Pay Checkout Session Example is an example object payload from Amazon, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

checkoutSessionIdstatusDetailsbuyershippingAddressbillingAddresspaymentDetailsmerchantMetadatachargePermissionIdchargeIdcreationTimestampexpirationTimestamp

Example Payload

Raw ↑
{
  "checkoutSessionId": "ABC123DEF456",
  "statusDetails": "ACTIVE",
  "buyer": "example-value",
  "shippingAddress": "example-value",
  "billingAddress": "example-value",
  "paymentDetails": {
    "paymentIntent": "Confirm",
    "chargeAmount": "example-value"
  },
  "merchantMetadata": "example-value",
  "chargePermissionId": "ABC123DEF456",
  "chargeId": "ABC123DEF456",
  "creationTimestamp": "example-value",
  "expirationTimestamp": "example-value"
}