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.
model
the name of the module:account.payment
oraccount.payment.stripe.customer
.id
theid
of 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>
:
account
is the webhook identifier of the Account.