Optionalconfiguration: ConfigurationReturns a single transaction if found summary Retrieve a transaction by ID
The id of the record you wish to retrieve
OptionaluserId: stringThe user id to operate on their behalf (tenants only)
Optionaloptions: RawAxiosRequestConfig = {}Override http request option.
summary Retrieve a list of transactions
OptionalpaymentSource: PaymentSourceEnumpush-payment contract simple-contract payment-cycle tip-link transfer
OptionalpaymentSourceId: stringOptionalpaymentAcceptStatuses: AcceptPaymentStatusEnum[]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.
summary Search transactions (payments, payouts) (e.g. between dates, amounts, etc.)
OptionalminAmount: numberThe minimum amount for filtering
OptionalmaxAmount: numberThe maximum amount for filtering
OptionalfromDate: stringThe starting date for filtering
OptionaltoDate: stringThe end date for filtering
Optionalstatuses: string[]A list of statuses for filtering
Optionalid: stringOptionalshortId: stringOptionaltoHandle: stringThe Mozaic handle for a contact
OptionaltoEmail: stringThe email address of the contact
OptionaltoPhone: stringThe fully qualified phone number of the contact
OptionaltoName: stringLoosely, the name of the contact. May be changed during registration
OptionaltoPersonaId: stringSpecifies the persona associated with this contact record
OptionaltoUserId: stringSpecifies the user associated with this contact record
OptionaltoUserAccountId: stringSpecifies the user account id associated with this contact record
OptionaltoIsAcceptedContact: booleanSpecifies whether this contact is in network or out of network
OptionaltoCountryCode: stringOptionaltoExternalId: stringOptionaltoAvatar: AvatarSize[]contact avatar
OptionaltoId: stringOptionaltoCreated: stringOptionaltoShortId: stringOptionaltoObjectName: stringThe name of this object
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.
TransactionsApi - axios parameter creator export