Amazon · Example Payload

Pay Charge Example

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

Pay Charge 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

chargeIdchargePermissionIdchargeAmountcaptureAmountrefundedAmountsoftDescriptorstatusDetailscreationTimestampexpirationTimestamp

Example Payload

Raw ↑
{
  "chargeId": "ABC123DEF456",
  "chargePermissionId": "ABC123DEF456",
  "chargeAmount": "example-value",
  "captureAmount": "example-value",
  "refundedAmount": "example-value",
  "softDescriptor": "example-value",
  "statusDetails": "ACTIVE",
  "creationTimestamp": "example-value",
  "expirationTimestamp": "example-value"
}