Retrieve a list of all payment methods that can be used when creating or updating a sales order in the Finago Office ERP system. This endpoint allows clients to access the available payment methods.
GET
/paymentmethods
curl \
--request GET 'https://rest.api.24sevenoffice.com/v1/paymentmethods' \
--header "Authorization: string"
Response examples (200)
# Headers
Access-Control-Allow-Origin: string
Access-Control-Allow-Credentials: string
X-Trace-Id: string
# Payload
[
{
"id": 42,
"name": "string",
"account": {
"id": 42
}
}
]