Skip to main content
Log inSign up
Anchor to SuggestedOrderTransaction

SuggestedOrderTransaction

object

Requires read_orders access scope or read_marketplace_orders access scope.

A suggested transaction. Suggested transaction are usually used in the context of refunds and exchanges.

The masked account number associated with the payment method.

MoneyBag!non-null

The amount and currency of the suggested order transaction in shop and presentment currencies.

The human-readable payment gateway name suggested to process the transaction.

The suggested payment gateway used to process the transaction.

Specifies the kind of the suggested order transaction.

Anchor to maximumRefundableSetmaximumRefundableSet

Specifies the available amount to refund on the gateway in shop and presentment currencies. Only available within SuggestedRefund.

The associated parent transaction, for example the authorization of a capture.

The associated payment details related to the transaction.

Show
deprecated fields Deprecated
Money!non-nullDeprecated

The amount of the transaction. Use amountSet instead.

MoneyDeprecated

Specifies the available amount to refund on the gateway. Only available within SuggestedRefund. Use maximumRefundableSet instead.


Was this section helpful?