Initiate a refund
Refund a collection back to its original sender. Blaaiz refunds the full collection amount only; there is no amount field.
The collection must belong to one of your business customers, be created through the API, and be a successful EUR or GBP ClearJunction collection. The refund must start within 7 days of the collection. Only one refund attempt is allowed per collection.
Pass an optional reference as an idempotency key: reusing the same reference on the same transaction_id returns the same refund instead of creating a second one. Required scope: refund:create.
Authorizations
Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.
Body
The transaction ID of the collection to refund. The collection must belong to one of your business customers, be created through the API, and be a successful EUR or GBP ClearJunction collection.
Optional reason for the refund. Stored against the transaction. Defaults to Refund of collection to source when omitted.
250Optional idempotency key of your choice. Reuse the same reference on the same transaction_id to safely retry without a second refund. The same reference on a different transaction returns a 400 conflict.
100
