v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
PaymentService

Retrieves the collection of PaymentService resources.

Retrieves the collection of PaymentService resources.

get/payment_services

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

PaymentService collection

idstring
integrationstring

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

srcIdstring

Unique identifier for each payment service

namestring

Name of payment service

urlstring

The custom payment URL

payNowTextstring

The text displayed on the Pay Now button

typestring nullable

The type of payment service e.g. "AwesomePay" e.g. "CUSTOM

Example response

[
  {
    "integration": "quickbooks"
  }
]