Deposits

Get deposit activity

Get the activity within a deposit by the deposit ID.

get/v1/deposits/{deposit_id}/activity

Query parameters

payment_typestring[]

One or more payment types to filter by. Provide parameter multiples times to filter by multiple payment types.

ACH_RETURN CHARGEBACK PAYIN REFUND

[
  "PAYIN"
]
memostring

Additional information about the activity, applicable for an adjustment.

billing_contact_namestring

Optional billing contact name by which to filter.

sort_by'billing_contact_name' | 'billing_contact_email' | 'created_at' | 'merchant_id' | 'merchant_name' | 'memo' | 'type'

Optional value by which to sort the result set. Default sort by is created_at.

Parameters

#/paths/~1v1~1deposits/get/parameters/0 — unresolved $ref
#/paths/~1v1~1deposits/get/parameters/1 — unresolved $ref
#/paths/~1v1~1deposits/get/parameters/6 — unresolved $ref
#/paths/~1v1~1deposits/get/parameters/10 — unresolved $ref
#/paths/~1v1~1deposits/get/parameters/11 — unresolved $ref
#/paths/~1v1~1deposits/get/parameters/12 — unresolved $ref

Response

OK

statusStatus — unresolved $ref
errorsErrors — unresolved $ref

Changes

No recorded changes to this endpoint across all 1 revision of this API.