API Reference#
Stripe Checkout#
The Account Payment Stripe Module defines a route to checkout a Payment or a Stripe Customer:
GET/<database_name>/account_payment_stripe/checkout/<model>/<id>: Returns an HTML page using the Checkout report.
modelthe name of the module:account.paymentoraccount.payment.stripe.customer.idtheidof the record.
POST/<database_name>/account_payment_stripe/checkout/<model>/<id>: Updates the setup intent of the record.
Stripe Webhook#
The Account Payment Stripe Module defines a route to receive the Stripe’s webhooks:
POST/<database_name>/account_payment_stripe/webhook/<account>:
accountis the webhook identifier of the Account.