Create Payment Action For Return

Sets the action of the specified payment transaction interaction. Available actions depend on the current status of the payment transaction.If in doubt, get a list of available payment actions first.

Path Params
string
required
Query Params
string

limits which fields are returned in the response body

Body Params

Action to specify. Possible actions can be "Create," "Capture," "Void," "AuthCapture," or "ReceiveCheck."

string | null

Name of the Action to post

string | null

ISO currency code for the transaction. Currently, only USD is supported.

string | null

If paying by check, the check number.

string | null

If paying by Paypal Express or some other potential non-gateway payment provider, a return redirect URL must be provided.

string | null

If paying by Paypal Express or some other potential non-gateway payment provider, a cancel redirect URL must be provided.
This will be used if something goes wrong on the third-party side.

double | null

Amount of funds to withdraw to pay for this order.

date-time | null

Date the interaction occurred

newBillingInfo
object

Customer's payment details such as payment type (credit card, check by mail, or PayPal)
and cardholder information if payment is by credit card.

string | null

Reference payment id from which to copy the billing info.

manualGatewayInteraction
object

Represents a manually entered payment gateway interaction.

string | null
object | null

Custom data from payment providers

string | null

Recaptcha for validation.

string | null

Stores the Installment Plan code. Installment is only supported on subscription orders

Response

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json
text/plain