payment_methods resource
Attributes
- name
- behavior
-
create, read, update enum (cash, cash_adjustment, stock_adjustment, current_account, check, card, other, difference, mercado_pago) EnumFilter Sortable
- enabled
Relationships
- currency
-
has one of type: currency
Filter example
JSON Resource Example
{
data: {
type: payment_methods,
id: 226,
attributes: {
name: someValue,
behavior: someValue,
enabled: true
},
relationships: {
currency:{
id: 946,
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/