payers
📄️ Get a payer (payers.get) [autoAlias]
Gets a specific payer with a payerId
📄️ Modify a payer (payers.patch) [autoAlias]
Updates the payer name, lastName or active status with the given payerId and params.
📄️ (payers.delete) [autoAlias]
(payers.delete)
📄️ Create a new payer (payers.create) [autoAlias]
Creates a new payer. Payers are required to issue charges through APIO platform. A payer is not created if a payer with given email and store already exists.
📄️ Get a list of payers (payers.list) [autoAlias]
Gets multiple payers that match given params. The result is returned in a paginated format.