Skip to main content
DELETE
https://staging.api.tribease.com/v2
/
v2
/
payment-intents
/
{id}
Delete Payment Intent
curl --request DELETE \
  --url https://staging.api.tribease.com/v2/v2/payment-intents/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": 123,
  "title": "<string>",
  "message": "<string>"
}

Request Path Parameter

id
string
required
The ID of the Payment Intent.

Response Data

status
int
required
The status of the response
title
string
required
The title of the response
message
string
required
The message of the response