v1

latestOpenAPI 3.1.02026-07-266133267.6 KB

Cancel Collection Account Request

Cancel a pending enablement, disablement, or reenablement request attached to a collection account.

post/v3/collection_account/{id}/{req_id}/cancel

Path parameters

idstring required

Unique ID of the collection account.

req_idstring required

Unique ID of the request to cancel.

Response

Collection account request cancelled successfully.

idstring

Unique ID of the request.

objectstring

Always "collection_account_request".

collection_account_idstring

ID of the linked collection account.

type'enablement' | 'disablement' | 'reenablement'

Type of request.

status'processing' | 'approval_hold' | 'requires_action' | 'succeeded' | 'failed' | 'cancelled'

Current status of the request.

requested_currenciesstring[]

Currencies requested for enablement (present on enablement requests).

created_atstring date-time

Timestamp when the request was created.

updated_atstring date-time

Timestamp when the request was last updated.

status_descriptionstring

Description of the current status or failure reason.