v1
latestOpenAPI 3.0.02026-07-24226294602.4 KBPayment Method
Get Payment Method by Id
Get a Payment Method record given the provided Payment Method ID.
get/financials/payment-methods/{payment_method_id}
Path parameters
payment_method_idinteger required
The payment method identifier
Headers
x-api-keystring required
A valid API key. If you don't have one, please request one through the Web Integrations screen.
Response
Payment Method info based on the supplied payment method identifier
Example response
{
"id": 1234567891234567,
"client_id": 1234567891234567,
"owner_client_id": 1234567891234567,
"shared_payment_method_id": 1234567891234567,
"payment_account_type_id": 1234567891234567,
"expiration_date": "2014-12-31",
"created": {
"created_by_id": 1234567891234567,
"created_on_datetime": "2014-12-31T23:59:59.938Z"
},
"updated": {
"updated_by_id": 1234567891234567,
"updated_on_datetime": "2014-12-31T23:59:59.938Z"
},
"shared_clients": [
{
"client_id": 1234567891234567
}
]
}