v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
PaymentMethod

Creates a PaymentMethod resource.

Creates a PaymentMethod resource.

post/payment_methods

Request body

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

The unique identifier of the source 3rd party integration

namestring nullable

Name for the payment method

typestring nullable

Type of the payment method

createdstring date-time nullable

Date the payment method was created

modifiedstring date-time nullable

Date the payment method was last modified

Example request

{
  "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"
}

Response

PaymentMethod resource created

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

The unique identifier of the source 3rd party integration

namestring nullable

Name for the payment method

typestring nullable

Type of the payment method

createdstring date-time nullable

Date the payment method was created

modifiedstring date-time nullable

Date the payment method was last modified

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"
}