Get a payout method by id
Payouts
Get a payout method by id
Retrieve a single configured payout method by its id. Requires the READ_PAYOUTS scope.
GET
Get a payout method by id
Returns one configured payout method with its merchant-supplied details; payouts are read-only for apps. The store is bound to your app token server-side — never send a shop id.
Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
The payout method's id (Mongo ObjectId).
Response
The requested payout method.
Standard Salesive response envelope. The operation-specific payload is carried in data.
HTTP status code, echoed in the body.
Whether the request succeeded.
Human-readable result message.
A payout method configured by the store. payout references the supported payout method by id; data holds the merchant-supplied method details.

