Refund Advertiser Balance
POST/marketplaces/:marketplaceID/advertisers/external/:advertiserID/payments/refund
Deducts the specified amount from an advertiser's balance using their external identifier.
- The refund is immediate and irreversible.
- A transaction record of type
REFUNDis created. - The refund will fail if the resulting balance would be negative.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Refund Processed Successfully
Bad Request (e.g., insufficient balance, invalid amount)
Unauthorized
Advertiser Not Found
Internal Server Error