charges
📄️ (charges.patchInstallments) [autoAlias]
(charges.patchInstallments)
📄️ Redistribute amount through pending installments (charges.redistributeInstallments) [autoAlias]
Modifies a group of installment's amount and redistributes remaining total amount across pending installments
📄️ Send a reminder for a charge (charges.chargeReminder) [autoAlias]
Sends a reminder to the shopper to approve the charge
📄️ Get a charge (charges.get) [autoAlias]
Gets a specific charge with a chargeId
📄️ Modify a charge (charges.patch) [autoAlias]
Updates the charge document with the given params.
📄️ Delete a charge (charges.delete) [autoAlias]
Deletes a specific charge. This is a soft-delete, the charge object will still be available but will be marked with a deletion date and all the installments will be marked as canceled
📄️ Create a charge (charges.create) [autoAlias]
Creates a charge for an existing payer. The charge contains installments, which are represented as single type subscriptions in APIO platform
📄️ Get a list of charges (charges.list) [autoAlias]
Gets multiple charges that match given params. The result is returned in a paginated format