Skip to main content

chargePermissionType

chargePermissionType defines One-Time payment or Recurring payment for the checkout. You set this parameter in Amazon Pay button rendering script.

Supported values are:

  • Onetime
  • Recurring
tip

In case of chargePermissionType=Recurring, you need to set recurringMetaData in Amazon Pay button rendering script or when completing checkoout.

recurringMetaData {
Frequency { unit: Year|Month|Week|Day, value: Num},
Amount { amount: Amount, currencyCode: CurrCode }
}

tip

Contents on Amazon Pay Hosted page is slightly different between OneTime and Recurring. Please switch tabs to see both cases.