Authorization: Bearer ********************
{
"originalPartnerReferenceNo": "INV_SHOPEE_202408150001",
"partnerRefundNo": "REF_INV_SHOPEE_202408150001",
"reason": "Customer complain",
"refundAmount": {
"value": "1000.00",
"currency": "IDR"
},
"additionalInfo": {
"channel": "EMONEY_SHOPEE_PAY_SNAP"
}
}
curl --location --request POST '/direct-debit/core/v1/debit/refund' \
--header 'Content-Type: application/json' \
--data-raw '{
"originalPartnerReferenceNo": "INV_SHOPEE_202408150001",
"partnerRefundNo": "REF_INV_SHOPEE_202408150001",
"reason": "Customer complain",
"refundAmount": {
"value": "1000.00",
"currency": "IDR"
},
"additionalInfo": {
"channel": "EMONEY_SHOPEE_PAY_SNAP"
}
}'
{}