Skip to content

Payment Card Runs

A payment card run handles a batch of card payments on a chosen date. The API lets you retrieve runs and their results. Most businesses let automatic collection create and process runs; see Payment Runs.

/backend/api/v1/paymentCardRuns/ID - fetch the run with the specified ID.

/backend/api/v1/paymentCardRuns/ - list all payment card runs.

ParameterTypeRequiredDescription
idAfterintegerNoOnly include runs with a higher ID
createdSincedatetimeNoOnly include runs created since the given time
updatedSincedatetimeNoOnly include runs updated since the given time

Runs are created and processed by the payment-run workflow and automatic collection, not through the API, so the endpoint is read-only.

FieldNameTypeDescription
ourReferenceOur ReferenceTextUnique reference identifier for this payment card run
statusStatusPreset ValueCurrent processing status of the payment card run
commencedDateCommenced DateDateDate when this payment card run was commenced
completedDateCompleted DateDateDate when this payment card run was completed
collectedAmountCollected AmountCurrencyTotal amount successfully collected in this payment card run
paymentDatePayment DateDateThe date when payments will be credited to invoices
collectionDateCollection DateDateThe date when funds will be collected from the payment provider (if different than the payment date)
invoiceDateInvoice DateDateMinimum invoice date for including invoices in this payment card run
idPayment Card Run IDTextThe unique identifier for this payment card run