Amazon Payment for Subscriptions & Recurring Payments API

Amazon Payment for Subscriptions & Recurring Payments API

1. Amasty\RecurringAmazon\Api\BillingAgreementManagementInterface 
  1. POST V1/amazon-recurring/save, method="validateAndSaveBillingAgreement" - validate and save billing agreement;
  2. POST /V1/amazon-recurring/save-and-place, method="attachToQuoteItemAndPlaceOrder" - place order via Amazon Pay.

      • Related Articles

      • Subscriptions & Recurring Payments API

        1. Amasty\RecurringPayments\Api\EstimateRecurringPaymentInterface POST /V1/amasty-recurring-payments/estimate-by-shipping-information, method="POST" - estimate the recurring payment by cart ID.
      • What Amasty extensions support API?

        Each Amasty extension that has API support, includes the etc/webapi.xml file. The webapi.xml file contains API configurations with the list of available API requests. For example, a request from the Custom Form module interface: 1 - endpoint URL; 2 - ...
      • Payments with Stripe API

        1. Amasty\Stripe\Api\Quote\ApplePayGuestShippingMethodManagementInterface - class for managing shipping methods for guest users: POST /V1/guest-carts/:cartId/estimate-shipping-methods-apple-pay, method="estimateByExtendedAddress" - display the list ...
      • Cash on Delivery API

        Amasty\CashOnDelivery\Api\PaymentManagementInterface: POST /V1/cash_on_delivery/checkAvailable/:postalCode, method="checkAvailable" - check whether the Cash On Delivery payment method is available for a specific postcode.
      • Shipping Table Rates API

        The methods listed below are not implemented by our module but are part of Magento itself. Our Shipping Table Rates module does not introduce its own API methods for the exclusive managing of rates created by the extension. However, all the Magento ...