POST
/
public
/
v1
/
billing-service
/
vendors
/
{external-vendor-id}
/
wallets
curl --request POST \
  --url https://api.topsort.com/public/v1/billing-service/vendors/{external-vendor-id}/wallets \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>"
}'
{
  "walletId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Path Parameters

external-vendor-id
string
required

The External ID of the Vendor to retrieve.

Minimum length: 1

Body

application/json
name
string
required

Name of the wallet

Required string length: 1 - 32

Response

200
application/json
Successful Response
walletId
string
required