Repost Transaction (for testing only)

View as Markdown
### Repost Transaction The **Repost Transaction** endpoint reposts a transaction by its reference number to re-trigger the associated webhook callback. Use this during development and QA to simulate webhook delivery for a specific transaction without initiating a new payout. This is useful for testing your webhook handler's response to transaction status events (e.g., `completed`, `cancelled`). > For testing purposes only. Do not use this endpoint in a production environment.

Authentication

AuthorizationBearer

Bearer token obtained from the Create Access Token endpoint. Tokens are valid for ~60 minutes — cache and reuse a token for its full lifetime instead of re-authenticating per request.

Query parameters

reference_nostringRequired

The reference_no of the existing transaction whose webhook callback should be re-sent.

Response

OK
messagestring

Errors

401
Unauthorized Error
429
Too Many Requests Error