Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.99 KB

PaymentHold.md

File metadata and controls

15 lines (11 loc) · 1.99 KB

PaymentHold

Properties

Name Type Description Notes
expectedReleaseDate string The date and time that the payment being held is expected to be released to the seller. This timestamp is in ISO 8601 format, which uses the 24-hour Universal Coordinated Time (UTC) clock. This field will be returned if known by eBay. Format: YYYY-MM-DDTHH:MM:SS.SSSZ Example: 2015-08-04T19:09:02.768Z [optional]
holdAmount \macropage\SDKs\ebay\rest\fulfillment\Model\Amount [optional]
holdReason string The reason that the payment is being held. A seller's payment may be helf for a number of reasons, including when the seller is new, the seller's level is below standard, or if a return case or 'Significantly not as described' case is pending against the seller. This field is always returned with the paymentHolds array. [optional]
holdState string The current stage or condition of the hold. This field is always returned with the paymentHolds array. Applicable values: HELD HELD_PENDING NOT_HELD RELEASE_CONFIRMED RELEASE_FAILED RELEASE_PENDING RELEASED [optional]
releaseDate string The date and time that the payment being held was actually released to the seller. This timestamp is in ISO 8601 format, which uses the 24-hour Universal Coordinated Time (UTC) clock. This field is not returned until the seller's payment is actually released into the seller's account. Format: YYYY-MM-DDTHH:MM:SS.SSSZ Example: 2015-08-04T19:09:02.768Z [optional]
sellerActionsToRelease \macropage\SDKs\ebay\rest\fulfillment\Model\SellerActionsToRelease[] A list of one or more possible actions that the seller can take to expedite the release of the payment hold. [optional]

[Back to Model list] [Back to API list] [Back to README]