Transfers API v2024-06-01 Use Case Guide
How to retrieve payment methods and initiate payouts using the Transfers API.
This guide describes how to use the Transfers API v2024-06-01 to retrieve the seller's payment methods and request a payout of an available balance for the given marketplace and account type.
This API supports the following marketplaces:
- Spain
- France
- Belgium
- Netherlands
- Germany
- Italy
- Sweden
- Poland
Tutorial: Retrieve payment method details and initiate a payout
Learn how to retrieve payment method details and initiate a payout.
Prerequisites
To make calls to the Transfers API, you must have:
- Authorization from the selling partner for whom you are making calls. For more information, refer to Authorizing Selling Partner API applications.
- Approval for the Finance and Accounting role in your developer profile.
- The Finance and Accounting role selected in the app registration page for your application.
Get details of payment methods associated with a seller in a given marketplace
Retrieve the list of payment methods added by the seller for a given marketplace by calling the getPaymentMethods
operation.
Initiate a payout
Initiate a payout to the seller's deposit method by calling the initiatePayout
operation. Only one on-demand payout can be initiated for each marketplace and account type within a 24-hour period.
Updated 5 days ago