Withdraw to stripe
PUT/api/affiliate/billing/withdraw
Withdraw your earning to stripe
Responses
- 200
- 201
- 401
- 403
- 404
OK
- */*
- Schema
- Example (from schema)
Schema
data
object
availableInstantBalance bigdecimal
是否有instant payout的金额
currency string
instant payout的币种
hasInstantPaymentMethod boolean
是否有instant payment的方法,即用户的银行卡是否支持instant payout
loginUrl string
该Stripe账号的login Url
message string
params object[]
requestId string
status int32
{
"data": {
"availableInstantBalance": 0,
"currency": "string",
"hasInstantPaymentMethod": false,
"loginUrl": "string"
},
"message": "string",
"params": [
{}
],
"requestId": "string",
"status": 0
}
Created
Unauthorized
Forbidden
Not Found
Loading...