Skip to content

Understanding more about custom payment processing specifically for subscription #51

Answered by ericingram
y3owk1n asked this question in Help
Discussion options

You must be logged in to vote

Beautiful site! 🙌

You can handle subscription and order payments for any gateway that isn't natively supported, using a "Manual payment method" (Settings > Payments) along with a webhook.

If you have the "Charge automatically" setting enabled (Settings > Orders/Subscriptions), then the system will automatically create a payment when the order OR subscription is to be charged, which can then fire a webhook event payment.created for you to ping your own payment gateway. The webhook handler should update the payment record with details about success or failure of the transaction.

If you didn't want to enable "Charge automatically", you can do something similar by listening to webhook events o…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@y3owk1n
Comment options

@sags95
Comment options

@y3owk1n
Comment options

Answer selected by y3owk1n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants