PaymentMethod
Retrieves the collection of PaymentMethod resources.
Retrieves the collection of PaymentMethod resources.
get/payment_methods
Query parameters
pageinteger
The collection page number
itemsPerPageinteger
The number of items per page
Response
PaymentMethod collection
Example response
[
{
"id": "706f68c5-46b2-43d8-9aa8-41d1cc2a317f",
"integration": "quickbooks",
"srcId": "706f68c5-46b2-43d8-9aa8-41d1cc2a317f",
"name": "Diners Club",
"type": "CREDIT_CARD",
"created": "2021-10-22 19:30:17",
"modified": "2021-10-22 19:30:17"
}
]