Last Billing Date and Amount Billed columns are empty in the customer account. How do I fix it?
By default, the Last Billing Date and Amount Billed columns show the information for those subscription orders, that were created by the system automatically according to the selected billing cycle:
For example, a customer places a subscription order with a 1-week billing cycle. After the order is placed, the information in these columns is expectedly not updated. However, in a week, when the system automatically creates a new subscription order, the information about it will show up. It will continue to update with every new subscription order.
Related Articles
What triggers the recurring payments?
According to the extension's logic, a new order for a subscription product is created at the beginning of each billing cycle. The recurring payments for subscription orders can be triggered in one of the following ways, depending on the payment ...
A customer bought an item with a subscription Start Date in the future and was charged immediately. Is it a bug?
When customers subscribe to a product, it's possible for them to select the Start Subscription Date on the product page. By default, the initial order amount is charged as soon as the order is placed. Meanwhile, the Start Subscription Date defines ...
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.
Amazon Payment for Subscriptions & Recurring Payments API
1. Amasty\RecurringAmazon\Api\BillingAgreementManagementInterface POST V1/amazon-recurring/save, method="validateAndSaveBillingAgreement" - validate and save billing agreement; POST /V1/amazon-recurring/save-and-place, ...
Customer placed a subscription. How do I track it further?
Once customers create their subscriptions, they can be checked in the following places: 1. On the storefront inside the customer account. If you're logging in as a customer or running tests, you can go to the My Subscriptions tab in customer account ...