Refunds

Refund Data Types

RefundRequest

Key Value Required Notes
type refunds  
Attributes      
amount Integer If your processing gateway supports it, you may create multiple partial refunds up to the original transaction total
memo String A human readable description of the transaction
metadata Metadata    
Relationships      
transaction TransactionRelationship The total amount of all refunds attached to a transaction may not exceed the original transaction amount

RefundResponse

Key Value Notes
type refunds  
Attributes    
amount Integer  
memo String A human readable description of the transaction
status String  
metadata Metadata  
Relationships    
transaction TransactionRelationship  

Table of contents