You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
how do I generate the auth_token for a customer before using it to create a subscription, what step should i first take before i use the newSubscription->create(...,...) method
The text was updated successfully, but these errors were encountered:
A little late. If you setup webhooks and you are using the client JavaScript popup option for payment, anytime there's a new subscription from the frontend the auth token is always available in the new subscription webhook event data. So you can pick it up from there and create your subscription without charging since it's already charged by paystack.
how do I generate the auth_token for a customer before using it to create a subscription, what step should i first take before i use the newSubscription->create(...,...) method
The text was updated successfully, but these errors were encountered: