Edit, list, and delete payment requests
https://cloud.handcash.io/v3/paymentRequests/{id}
{id}
with the ID of the payment request you want to edit.
Parameter | Type | Description |
---|---|---|
product.name | String | The name of the product |
product.description | String | The description of the product |
product.imageUrl | String | URL of the product image |
decreaseRemainingUnits | Integer | Number of units to decrease from remainingUnits |
redirectUrl | String | URL to redirect users after successful payment |
notifications.webhook.webhookUrl | String | URL for receiving webhook notifications |
notifications.webhook.customParameters | Object | Custom parameters to include in webhook notifications |
notifications.email | String | Email address to receive payment notifications |
expirationInSeconds | Integer | Number of seconds until the payment request expires |
limit
expiration type.
limit
expiration type.id
in the URL must match an existing payment request associated with your app.https://cloud.handcash.io/v3/paymentRequests
https://cloud.handcash.io/v3/paymentRequests/{id}
{id}
with the ID of the payment request you want to delete.
id
of the payment request you’re modifying or deleting to prevent accidental changes to the wrong request.