Skip to main content

The EBPMyPaymentDone notification is sent to the subscribed seller when a payment has been processed on a case. This notification can only be sent to the seller. The enumeration value for this case activity (returned in the getEBPCaseDetail call of the Resolution Case Management API) is PAID. If viewed in the eBay Resolution Center, the case record will indicate whether the processed payment was for a standard case or for a case on which there was an appeal.

Subscribe to this notification using the SetNotificationPreferences call.

Before subscribing to and using these notifications, be sure that you have read and understand the information in Platform Notifications.

Data Fields Returned

API Call that displays this notification: getEBPCaseDetail

ExternalUserData is pulled from the SetNotificationPreferences request. Refer to the SetNotificationPreferences call reference for additional information about this field.

For information about other fields in the payload, refer to the getEBPCaseDetail call reference documentation in the Resolution Case Management API documentation set.

Refer to SOAP Message Body for information about the standard elements returned for all notifications.

Example

Sample EBPMyPaymentDone Notification

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://
www.ebay.com/marketplace/resolution/v1/services">
<soapenv:Header/>
  <soapenv:Body>
    <NotificationEvent>
      <NotificationEventName>EBPMyPaymentDone</NotificationEventName>
      <RecipientUserID>c********3</RecipientUserID>
      <ExternalUserData>A********C</ExternalUserData>
      <CaseId>5********5</CaseId>
      <CaseType>EBP_INR</CaseType>
      <ItemId>2********5</ItemId>
      <TransactionId>7********8</TransactionId>
      <CreationDate>2009-09-07T12:50:06.333Z</CreationDate>
      <OtherPartyId>c********3</OtherPartyId>
      <OtherPartyRole>BUYER</OtherPartyRole>
      <CaseStatus>MY_RESPONSE_DUE</CaseStatus>
      <CaseGlobalId>EBAY-US</CaseGlobalId>
    </NotificationEvent>
  </soapenv:Body>
</soapenv:Envelope>