Amazon · Example Payload

Pay Charge Permission Example

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

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

Top-level fields

chargePermissionIdchargePermissionTypebuyershippingAddressbillingAddressstatusDetailslimitscreationTimestampexpirationTimestamp

Example Payload

Raw ↑
{
  "chargePermissionId": "ABC123DEF456",
  "chargePermissionType": "OneTime",
  "buyer": "example-value",
  "shippingAddress": "example-value",
  "billingAddress": "example-value",
  "statusDetails": "ACTIVE",
  "limits": {
    "amountLimit": "example-value",
    "amountBalance": "example-value"
  },
  "creationTimestamp": "example-value",
  "expirationTimestamp": "example-value"
}