curl --request POST \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/wallets \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{
"walletId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Endpoint to create a wallet for a vendor.
There is a limit of 3 Wallets per vendor.
curl --request POST \
--url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/wallets \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'{
"walletId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}A valid API key generated in Topsort's UI. Use the TSE API key if calling auctions or events API, otherwise use the TSC API key.
The External ID of the Vendor to retrieve.
1Name of the wallet
1 - 32Successful Response
Was this page helpful?