Permanently deletes a payment page, making it unavailable for new payments.
Only payment pages with no successful or attempted payments can be deleted.
If the page has processed any payments, it cannot be deleted due to audit and reconciliation requirements.
➤ Instead, mark the page as inactive to stop new payments while keeping it available for reference.
Authentication using Bearer tokens. Include your API key in the Authorization header.
Key Types:
sk_test_*
for development and testingsk_*
for production environmentspk_test_*
or pk_*
for client-side operations📩 Need access? Contact Support to request your API keys.
Usage:
Authorization: Bearer sk_test_4eC39HqLyjWDarjtT1zdp7dc
A unique key to prevent duplicate operations. Use the same key for retries to ensure idempotent behavior.
Best Practices:
Idempotent-Replayed
header for cache hits1 - 255
Unique identifier for the payment page. Must be a valid payment page ID.
"pp_SjSA234ADKA25245ADJKS"
Payment page deleted successfully