Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Refund user promo credit amount from refund invoice
invoice id
curl --request POST \
--url https://api.unibee.dev/merchant/credit/promo_credit_refund_from_invoice \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"invoiceId": "<string>"
}'{
"code": 123,
"data": {},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}Refund user promo credit amount from refund invoice
curl --request POST \
--url https://api.unibee.dev/merchant/credit/promo_credit_refund_from_invoice \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"invoiceId": "<string>"
}'{
"code": 123,
"data": {},
"message": "<string>",
"redirect": "<string>",
"requestId": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Refund user promo credit amount from refund invoice
invoice id