Skip to main content
POST
/
v1
/
invoices
/
{id}
/
reassign-buyer
Reassign the buyer on an invoice (useful when KYC is stuck on a consumed TOS token)
curl --request POST \
  --url https://api.example.com/v1/invoices/{id}/reassign-buyer \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Body

application/json

The body is of type object.

Response

200

Invoice with updated buyer