Optionalconfiguration: Configurationsummary Attach a funding source to an Orchestration. This defines funding origin.
The Orchestration ID
OptionalfundingAttachDeets: FundingAttachDeetsOptionaloptions: RawAxiosRequestConfig = {}Override http request option.
summary Attaches a payment push to an Orchestration in a pending state.
The Orchestration Identifier
OptionalpaymentPushCreateDeets: PaymentPushCreateDeetsThe payment push details
Optionaloptions: RawAxiosRequestConfig = {}Override http request option.
Orchestrations greatly simplify payment routines and facilitate split payments. Orchestrations can import sales data, distill catalog information, requests payments, send payouts, and automatically reconcile funding with just a few API calls.
summary Create an `Orchestration`OptionalorchestrationCreateDeets: OrchestrationCreateDeetsOptionaloptions: RawAxiosRequestConfig = {}Override http request option.
Returns a single Orchestration if found
summary Retrieve an Orchestration by ID
Optionaloptions: RawAxiosRequestConfig = {}Override http request option.
An Orchestration represents the lifecycle of moving funds from start to finish. Once an Orchestration completes, it provides the resulting invoices and payment ledgers for double-entry accounting.
summary Retrieve a list of `Orchestrations`Optionallimit: numberA limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25
Optionalpage: number1-based page index for paginated results
OptionaluserId: stringThe user id to operate on their behalf (tenants only)
Optionaloptions: RawAxiosRequestConfig = {}Override http request option.
This phase behaves differently depending on the mode.
summary Runs the funding phase for an Orchestration
Optionaloptions: RawAxiosRequestConfig = {}Override http request option.
summary Runs the payments phase for the specified Orchestration
Optionaloptions: RawAxiosRequestConfig = {}Override http request option.
OrchestrationsApi - axios parameter creator export