ResourcesSeller Payouts
Request a payout
Atomically reserve available seller funds with replay protection.
Authorization
bearerAuth storeAuth AuthorizationBearer <token>
Provide your SellApp API key as a bearer token.
In: header
X-STORE<token>
Select the SellApp store for this API request.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://sell.app/api/v2/seller-payouts" \ -H "Content-Type: application/json" \ -d '{ "amount_cents": 1, "idempotency_key": "stringst" }'{
"data": {
"id": 0,
"amount_cents": 0,
"fee_cents": 0,
"net_amount_cents": 0,
"currency": "USD",
"status": "requested",
"destination": {
"type": "bank_account",
"label": "Bank account ending in 4242"
},
"requested_at": "2019-08-24T14:15:22Z",
"canceled_at": "2019-08-24T14:15:22Z"
}
}{
"message": "Unauthenticated."
}{
"message": "This action is unauthorized."
}{
"message": "The given data was invalid.",
"errors": {
"data": [
"The data field is required."
]
}
}