Optional
configuration: ConfigurationProtected
axiosProtected
baseProtected
configurationsummary Test method for invoice payment intent generation
Optional
paymentIntentRequestDeets: PaymentIntentRequestDeetsOptional
options: RawAxiosRequestConfigOverride http request option.
summary Cancel a payment
Optional
paymentCancelDeets: PaymentCancelDeetsOptional
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.
Returns a list of payments if found summary Retrieves all payments for a transaction id
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.
Returns a true/false for any payment or contact if found summary Retrieve if has any payment or contact. Only use this to detect if the user should be sent to the waitlist. Do not use it to check if the user currently has payments or contacts as the results are cached in AccountSettings.
Optional
xCaller: stringOptional
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: PaymentSourceEnumpush-payment contract simple-contract payment-cycle tip-link transfer
Optional
paymentSourceId: stringOptional
paymentAcceptStatuses: AcceptPaymentStatusEnum[]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 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
toIsAcceptedContact: booleanSpecifies whether this contact is in network or out of network
Optional
toCountryCode: stringOptional
toExternalId: stringOptional
toAvatar: AvatarSize[]contact avatar
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.
Updates a Payment
summary Update a Payment DetailsOptional
paymentDetailsUpdateDeets: PaymentDetailsUpdateDeetsPaymentDetails_UpdateDeets
Optional
options: RawAxiosRequestConfigOverride http request option.
summary Accept or Suspend payments from an account.
Optional
paymentAcceptDeets: PaymentAcceptDeetsOptional
options: RawAxiosRequestConfigOverride http request option.
PaymentsApi - object-oriented interface export PaymentsApi