Home
Merchants
Facilitators
Integrators
Csipay.com
APIs
Processing
Self-Study
Terminology
User Guides
User Interface Reference
How To Tutorials
Lessons
Reference
Processing Codes
Error Codes
Permissions
Supported Processors
Zip and Country Codes
Forms
Support
Entire website
This section only
MerchantRefundsReserve
Type:
Struct
Abstract:
no
Status:
Active
Java Class:
MerchantRefundsReserve
Encapsulates refund reserve related information.
Available Fields:
collectedAmount
isEnabled
remainingAmount
requiredAmount
requiredAmount
References:
Merchant Account Group.
Refund Reserve Requested Amount
XML Representation:
attribute
Attributes:
Default Value
Amount of the reserve that the system needs to maintain. See
Reserves
definition for additional information.
collectedAmount
References:
Merchant Account Group.
Refund Reserve Collected Amount
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
Amount of the reserve that the system managed to collect at the time of the last remittance. See
Reserves
definition for additional information.
Note: This field is read-only and cannot be modified.
remainingAmount
References:
Merchant Account Group.
Refund Reserve Remaining Amount
XML Representation:
attribute
Attributes:
ReadOnly
Default Value
Amount of money, against which refunds can be made. See
Reserves
definition for additional information.
Note: This field is read-only and cannot be modified.
isEnabled
References:
Merchant Account Group.
Is Refund Reserve Enabled
XML Representation:
attribute
Attributes:
Default Value
Indicates whether refund reserve is enabled. If not enabled, limited refunds are allowed.
XML Sample:
<object
requiredAmount
=
"100"
isEnabled
=
"true"
/>
"<object requiredAmount=\"100\" isEnabled=\"true\" />"
JSON Sample:
{
"requiredAmount"
:
"100"
,
"isEnabled"
:
true
}
XURL Sample:
?requiredAmount=100&isEnabled=true&
requiredAmount
=
100
isEnabled
=
true
Copyright © Constellation Payments. All Rights Reserved.
All Logos and Trademarks used or mentioned on this page are copyrighted property of their respective owners and are used for display purposes only.