Disconnect the event's seller (unlink only)
Clears the seller and provider public key from the event. The wallet is kept — it is the event's permanent payment container — and can be reconnected later. The actor must be an owner or admin of the event.
/events/{event_id}/paymentsClears the seller and provider public key from the event. The wallet is kept — it is the event's permanent payment container — and can be reconnected later. The actor must be an owner or admin of the event.
Authorization
bearerAuth JWT issued by IdentityX, signed with Ed25519
In: header
Path Parameters
Event ID.
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/events/497f6eca-6276-4993-bfeb-53cbbbba6f08/payments"{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string"
}{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string"
}{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string"
}{
"code": 0,
"message": "string",
"error": {
"code": "BAD_REQUEST",
"message": "string",
"fields": [
{
"field": "string",
"message": "string"
}
],
"meta": {},
"debug": {
"raw_error": "string",
"stack_trace": "string"
}
},
"timestamp": "2019-08-24T14:15:22Z",
"module": "string"
}Persist the connected seller on the event POST
Persists the seller and provider public key delivered by the OAuth callback (seller_id is payssage's credential_id) on the event, after verifying the seller belongs to the event's wallet. The actor must be an owner or admin of the event.
Publish an event POST
Moves the event from `draft` to `active`. Requires an owner or admin role.