Skip to main content
DELETE
/
collect
/
payment_requests
/
{id}
Delete Payment Request
curl --request DELETE \
  --url https://api.momentco.io/collect/payment_requests/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Authentication using Bearer tokens. Include your API key in the Authorization header.

Key Types:

  • Test Keys: sk_test_* for development and testing
  • Live Keys: sk_* for production environments
  • Public Keys: pk_test_* or pk_* for client-side operations

📩 Need access? Contact Support to request your API keys.

Usage:

Authorization: Bearer sk_test_4eC39HqLyjWDarjtT1zdp7dc

Path Parameters

id
string
required

Unique identifier for the Payment Request.

Example:

"pr_6phg74i4jG9wbzZbFDUQB"

Response

Payment Request deleted successfully