Skip to main content
POST
/
dev
/
v1
/
customers
/
{id}
/
affiliate
/
payout-requests
Create customer affiliate payout request
curl --request POST \
  --url https://api.shoppex.io/dev/v1/customers/{id}/affiliate/payout-requests \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "amount": 0,
  "asset": "<string>",
  "address": "<string>",
  "network": "<string>",
  "note": "<string>"
}
'
{
  "data": {}
}

Authorizations

Authorization
string
header
required

Use your Shoppex API key in the Authorization header.

Path Parameters

id
string
required

Body

amount
default:0
required
asset
string
required
address
string
required
network
string | null
note
string | null

Response

200 - application/json

Successful response

data
object