GET /payments_program/{marketplace_id}/{payments_program_type}

Note: This method is no longer applicable, as all seller accounts globally have been enabled for the new eBay payment and checkout flow.

This method returns whether or not the user is opted-in to the specified payments program. Sellers opt-in to payments programs by marketplace and you use the marketplace_id path parameter to specify the marketplace of the status flag you want returned.

Servers

Path parameters

Name Type Required Description
payments_program_type String Yes

This path parameter specifies the payments program whose status is returned by the call.

marketplace_id String Yes

This path parameter specifies the eBay marketplace of the payments program for which you want to retrieve the seller's status.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.