We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recurly offers a beta feature for recording an offline payment through their api
this should trigger a successful_payment webhook as opposed to the markSuccessful function which simply results in an invoice_closed webhook
successful_payment
markSuccessful
invoice_closed
api documentation here: https://dev.recurly.com/docs/enter-an-offline-payment-for-a-manual-invoice-beta
I can maybe do a PR if maintainer has interest
The text was updated successfully, but these errors were encountered:
Is there any update on this? I am interested.
Sorry, something went wrong.
No branches or pull requests
Recurly offers a beta feature for recording an offline payment through their api
this should trigger a
successful_payment
webhook as opposed to themarkSuccessful
function which simply results in aninvoice_closed
webhookapi documentation here: https://dev.recurly.com/docs/enter-an-offline-payment-for-a-manual-invoice-beta
I can maybe do a PR if maintainer has interest
The text was updated successfully, but these errors were encountered: