Optional
configuration: ConfigurationOptional
basePath: stringOptional
axios: AxiosInstancesummary Cancel a payment
Optional
paymentCancelDeets: PaymentCancelDeetsOptional
options: RawAxiosRequestConfigOverride http request option.
summary Test method for invoice payment intent generation
Optional
paymentIntentRequestDeets: PaymentIntentRequestDeetsOptional
options: RawAxiosRequestConfigOverride http request option.
summary Retrieve a list of payments
Optional
orchestrationId: stringThe id of the payment cycle for which to list the payments
Optional
paymentSource: stringOptional
paymentSourceId: stringOptional
paymentAcceptStatus: AcceptPaymentStatusEnumpending accepted suspended
Optional
limit: numberA limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25
Optional
page: number1-based page index for paginated results
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
options: RawAxiosRequestConfigOverride http request option.
Updates a Payment
summary Update a Payment DetailsOptional
paymentDetailsUpdateDeets: PaymentDetailsUpdateDeetsPaymentDetails_UpdateDeets
Optional
options: RawAxiosRequestConfigOverride http request option.
Returns a single payment if found summary Retrieve a payment by ID
The id of the record you wish to retrieve
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
options: RawAxiosRequestConfigOverride http request option.
summary Search payments (e.g. between dates, amounts, etc.)
Optional
minAmount: numberThe minimum amount for filtering
Optional
maxAmount: numberThe maximum amount for filtering
Optional
fromDate: stringThe starting date for filtering
Optional
toDate: stringThe end date for filtering
Optional
statuses: string[]A list of statuses for filtering
Optional
paymentTypes: string[]A list of payment types for filtering
Optional
id: stringOptional
shortId: stringOptional
toHandle: stringThe Mozaic handle for a contact
Optional
toEmail: stringThe email address of the contact
Optional
toPhone: stringThe fully qualified phone number of the contact
Optional
toName: stringLoosely, the name of the contact. May be changed during registration
Optional
toPersonaId: stringSpecifies the persona associated with this contact record
Optional
toUserId: stringSpecifies the user associated with this contact record
Optional
toUserAccountId: stringSpecifies the user account id associated with this contact record
Optional
toId: stringOptional
toCreated: stringOptional
toShortId: stringOptional
toObjectName: stringThe name of this object
Optional
limit: numberA limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25
Optional
page: number1-based page index for paginated results
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
options: RawAxiosRequestConfigOverride http request option.
summary List aggregated Pending or Suspended payments
Optional
status: AcceptPaymentStatusEnumpending accepted suspended
Optional
limit: numberA limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25
Optional
page: number1-based page index for paginated results
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
options: RawAxiosRequestConfigOverride http request option.
summary Retrieve Customer Virtual Receiving Account
Optional
options: RawAxiosRequestConfigOverride http request option.
summary Accept or Suspend payments from an account.
Optional
paymentAcceptDeets: PaymentAcceptDeetsOptional
options: RawAxiosRequestConfigOverride http request option.
PaymentsApi - factory interface export