Resend webhook for a test charge (sandbox)
Charges
Resend webhook for a test charge (sandbox)
Resends a webhook for a test charge with a simulated status. Use this in sandbox to test your webhook handler without waiting for real payment events.
Only works for test-mode charges (created with a sandbox API key).
POST
Resend webhook for a test charge (sandbox)
Authorizations
HTTP Basic authentication. Use your secret key as the username and an empty string as password. The API key should be base64 encoded in the format 'username:' when sending the Authorization header.
Path Parameters
Test charge ID
Example:
"2vorkDcXyvzifL63YX09S9VqcnI"
Body
application/json
Simulated charge status to use in the webhook payload
Available options:
paid, pending, refused, failed, refunded, in_analysis, authentication_required Example:
"paid"
Response
Webhook resent successfully