ReadOnlyRefundPaymentPlan

Retrieve refund payment plan

get

Retrieve a specific refund payment plan by ID

Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
chevron-right
200

A single refund payment plan

application/json
get
/api/v1/readonly_refund_payment_plans/{id}/

List refund payment plans

get

List all refund payment plans

Authorizations
AuthorizationstringRequired
Query parameters
pageinteger · min: 1Optional

Specifies the page number of the current dataset

Default: 1
limitinteger · min: 1Optional

Indicates the number of rows on the current page.

Default: 10
idintegerOptional

Filters by id

created_datestring · date-timeOptional

Filter by creation date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).

Example: created_date__gt=2024-01-01T00:00:00Z
modified_datestring · date-timeOptional

Filter by modification date using supported lookup expressions (e.g., gt, gte, lt, lte, date__gt, etc.).

Example: modified_date__lt=2024-01-01T00:00:00Z
pkintegerOptional

Filters by primary key

pk__gtstringOptional

Filter by primary key greater than a specific value.

pk__gteintegerOptional

Filters by primary key greater than or equal to the given value

pk__ltintegerOptional

Filters by primary key less than the given value

pk__lteintegerOptional

Filters by primary key less than or equal to the given value

cancellation_plan_idintegerOptional

Cancellation Plan ID

transaction_typeobject · enumOptional

Status of the payment type.

Example: cancelledPossible values:
statusstring · enumOptional

Status of the refund payment plan

Example: pendingPossible values:
Responses
chevron-right
200

A list of refund payment plans

application/json
get
/api/v1/readonly_refund_payment_plans/

Last updated

Was this helpful?