Anchor to TransactionSupportedRefundTypeTransaction
TransactionSupportedRefundType
enum
The supported methods for processing a refund, indicating whether or not a physical card must be present.
Anchor to Valid valuesValid values
- Anchor to CARD_NOT_PRESENT_REFUNDCARD_NOT_PRESENT_REFUND•
Refund without a physical card.
- Anchor to CARD_PRESENT_REFUNDCARD_PRESENT_REFUND•
Refund requiring card present data. For example, the physical card and a reader. Note: third party developers can't refund this type.
Was this section helpful?
Anchor to FieldsFields
- Anchor to SuggestedOrderTransaction.supportedRefundTypeSuggested•
Order Transaction.supported Refund Type OBJECT The types of refunds that the transaction supports. For example, if it's a CARD_PRESENT_REFUND type, then the transaction requires chip data from reading a physical card using a card reader to be refunded. Only available within SuggestedRefund.
Was this section helpful?