POST /{merchantId}/transaction/{transactionId}/void

Rejection of a paid transaction i transaction pre-authorisation.

Path parameters

  • merchantId string Required

    Merchant identifier

  • transactionId string(uuid) Required

    Transaction identifier as UUID v4

    Maximum length is 36. Format should match the following pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$.

POST /{merchantId}/transaction/{transactionId}/void
curl \
 --request POST 'https://api.imoje.pl/v1/merchant/{merchantId}/transaction/{transactionId}/void' \
 --header "Authorization: Bearer $ACCESS_TOKEN"