v1

latestOpenAPI 3.0.02026-08-043111167.0 KB
PaidMethods

Get paid methods

Get all available payment methods for the products I am subscribed to and that are enabled as a collection source

get/paid-methods

Query parameters

authorizationstring required

Authorization token

companyProductIdnumber required

companyProductId: Company product id. See /company-products endpoint an get the id

Response

Array of paid methods, containing id (paidMethodId), description and paymentChannel: electronic (PSE, bank transfer), pos (point of sale), cripto, cash (cash payment)

idnumber
descriptionstring
paymentChannelstring

Example response

[
  {
    "id": 1,
    "description": "transferencia en linea - PSE",
    "paymentChannel": "electronic"
  }
]