paymentIntents
📄️ Fetches a single paymentIntent by the given id (paymentIntents.getApiPaymentIntents) [autoAlias]
Retrieves the details of a specific paymentIntent document from the database using its unique identifier.
📄️ Change the status of a given paymentIntent (paymentIntents.changeStatusApiPaymentIntents) [autoAlias]
Verify that the paymentIntent is initialized and change it's status
📄️ Creates a paymentIntent with a given amount (paymentIntents.createApiPaymentIntents) [autoAlias]
Creates a paymentIntent with a given paymentMethod, prices and paymentRequestId.The paymentIntent will have an expiration date of 10 minutes from the moment of creation.
📄️ Fetches a list of paymentIntents filetered by the given params (paymentIntents.list) [autoAlias]
Lists paymentIntent by the given params