Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 833 Bytes

invoice-refund.md

File metadata and controls

33 lines (25 loc) · 833 Bytes

Invoice Refund

Structure

InvoiceRefund

Fields

Name Type Tags Description
TransactionId *int Optional -
PaymentId *int Optional -
Memo *string Optional -
OriginalAmount *string Optional -
AppliedAmount *string Optional -
GatewayTransactionId models.Optional[string] Optional The transaction ID for the refund as returned from the payment gateway
GatewayUsed *string Optional -
GatewayHandle models.Optional[string] Optional -
AchLateReject models.Optional[bool] Optional -

Example (as JSON)

{
  "transaction_id": 172,
  "payment_id": 42,
  "memo": "memo6",
  "original_amount": "original_amount6",
  "applied_amount": "applied_amount6"
}