Declare the full or partial cancellation of a payment authorization processed by a third-party PSP
You can use this endpoint to cancel all or part of an Intent.
The unique identifier of the Intent.
The full Amount
of the intent is canceled (all line items). The ExternalData
references and date must be provided as cancellation was necessarily a different action taken via the third-party PSP.
Information about the cancellation processed by the third-party PSP. In a cancel scenario, external data is required because the reference is different from the Intent.
The full Amount
of the intent is canceled (all line items). The ExternalData
references and date must be provided as cancellation was necessarily a different action taken via the third-party PSP.
Information about the cancellation processed by the third-party PSP. In a cancel scenario, external data is required because the reference is different from the Intent.
Part of the original Intent Amount
is canceled from one or more line items. Any amount can be canceled from any line item(s). The ExternalData
references and date must be provided as cancellation was necessarily a different action taken via the third-party PSP. The cancellation Amount
must equal the sum of its line items.
The amount of the cancellation.
The amount of fees to be diverted to the platform’s Fees Wallet when the Intent is split. This value can be overridden when the Split is created.
The PlatformFees
value must the sum of all line item Seller.FeesAmount
values.
Information about the cancellation processed by the third-party PSP. In a cancel scenario, external data is required because the reference is different from the Intent.
Information about the items canceled, required for a partial cancellation.
200 - Response parameters
The unique identifier of the intent.
The full amount authorized in the Intent, which must equal the sum of the total amounts of all LineItems
.
The remaining amount of the Intent that can be split and transferred to the sellers’ wallets.
The currency of the intent.
The amount of fees to be diverted to the platform’s Fees Wallet when the Intent is split. This value can be overridden when the Split is created.
The PlatformFees
value must the sum of all line item Seller.FeesAmount
values.
The status of the Intent:
AUTHORIZED
– The Intent Amount
was authorized for acquisition by the PSP.PARTIALLY_CAPTURED
– Part of the Intent Amount
was captured and is expected in a Settlement.CAPTURED
– The full Intent Amount
was captured and is expected in a Settlement.CANCELED
– Some or all of the Amount
was canceled.REFUNDED
– Some or all of the Amount
was refunded.REFUND_REVERSED
– The refund could not be completed and the funds were returned to the platform.DISPUTED
– A dispute occurred on some or all of the Amount
.DEFENDED
– The disputed funds were returned to the platform temporarily until the dispute is resolved.DISPUTED_WON
– The dispute was resolved in favor of the platform.DISPUTED_LOST
– The dispute was resolved against the platform: funds permanently withdrawn to the buyer.Information about the cancellation processed by the third-party PSP.
Information about the buyer.
Information about the line items included in the intent action.
The date and time at which the Intent was created.
The date and time at which the Intent moved to AUTHORIZED
.
400 - Cancel not allowed in NextActions