For the complete documentation index, see llms.txt. This page is also available as Markdown.

Perform action

Use the performAction method via SOAP APIv6 to execute an action on the proposal.

Request parameters

Action
Parameter
Type / Description

sessionId

Required (string) Unique 2Checkout session ID code.

SEND

proposalId

Required (string) The unique merchant proposal ID generated by the 2Checkout system.

exirationDate

Required (date) The date at which the proposal expires; date-time ISO 8601 format.

userId

Optional (string) The unique user ID generated by the 2Checkout system.

action

Required (string) The action to be executed on the proposal.

statusComment

Optional (string) Free text comments that can accompany a status.

sentBy

Required (string) Represents the account manager of the merchant.

FirstName

Required (string) The first name of the email sender.

LastName

Required (string) The last name of the email sender.

Email

Required (string) The email address of the email sender.

ACCEPT

action

Required (string) The action to be executed on the proposal.

statusComment

Optional (string) Free text comments that can accompany a status.

CLOSE

action

Required(string) The action to be executed on the proposal.

statusComment

Optional (string) Free text comments that can accompany a status.

userId

Optional (string) The unique user ID generated by the 2Checkout system.

DISCARD

action

Required (string) The action to be executed on the proposal.

statusComment

Optional (string) Free text comments that can accompany a status.

userId

Optional (string) The unique user ID generated by the 2Checkout system.

REOPEN

action

Required (string) The action to be executed on the proposal.

statusComment

Optional (string) Free text comments that can accompany a status.

userId

Optional (string) The unique user ID generated by the 2Checkout system.

DECLINE

action

Required (string) The action to be executed on the proposal.

statusComment

Optional (string) Free text comments that can accompany a status.

Request sample

Response

The performAction call via SOAP APIv6 returns the Proposal object.

Last updated

Was this helpful?