Cancel Payment Page
The Cancel Payment Page API allows partners to cancel Payment Pages and change status to CANCELLED.
Path Parameters
Name
Type
Description
Field Name
Type
Description
Required?
curl --location --request POST '<API_HOST>/api/payment-page/<PaymentPage_ID>/cancel' \
--header 'Authorization: Basic <API_KEY>'{
"success": true,
"message": "Payment page was cancelled successfully"
}Webhook Payload Example
{
"event_uid": "f1b19120cb0b1d9dcf14c27fa59ea227",
"event": "PAYMENTPAGE_CANCELLED",
"data": {
"payment_page_id": "r1hzy"
}
}Last updated