Introduction
A crucial aspect of the E-commerce application is handling payments. In this section, you can learn about the principles of managing payments.
getSessions
Get list of payment sessions 🔐 This method requires authorization.
getSessionById
Get one payment session object by its identifier 🔐 This method requires authorization.
getSessionByOrderId
Get one payment session object by order identifier 🔐 This method requires authorization.
createSession
Create payment session 🔐 This method requires authorization.
getConnected
Get payment settings 🔐 This method requires authorization.
getAccounts
Get all payment accounts as array
getAccountById
Get one payment account object by its identifier 🔐 This method requires authorization.
webhookStripe
Webhook for Stripe