Autenticación Autorización Filtros Hardware AuthFactor Cashier Common Companies Documents Entities ExternalApps Fiscal Funds Notifications Products Shared Users

payment_methods resource

GET https://api.multinexo.comcompanies/{company_id}/payment_methods

Attributes

name
create, read, update StringFilter Sortable
behavior
create, read, update enum (cash, cash_adjustment, stock_adjustment, current_account, check, card, other, difference, mercado_pago) EnumFilter Sortable
enabled
create, read, update boolean BooleanFilter Sortable

Relationships

currency
has one of type: currency

Filter example

https://api.multinexo.comcompanies/{company_id}/payment_methods?filter[name]=someValue

JSON Resource Example

  {
    data: {
      type: payment_methods,
      id: 288,
      attributes: {
        name: someValue,
        behavior: someValue,
        enabled: true
        },
      relationships: { 
         currency:{
          id: 831,
          type: currency
        }
      }
    }
  }

JSON-API Entry points

DELETE PATCH GET https://api.multinexo.comcompanies/{company_id}/payment_methods/{resource_id}

POST https://api.multinexo.comcompanies/{company_id}/payment_methods/