Amazon · Example Payload

Pay Create Charge Request Example

AmazonAdvertisingAlexaE-CommerceMarketplacePaymentsVoiceFortune 100

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

Top-level fields

chargePermissionIdchargeAmountcaptureNowsoftDescriptorcanHandlePendingAuthorization

Example Payload

Raw ↑
{
  "chargePermissionId": "ABC123DEF456",
  "chargeAmount": "example-value",
  "captureNow": true,
  "softDescriptor": "example-value",
  "canHandlePendingAuthorization": true
}