🎉 Split Payment is now live! Check out changelog for more details.
curl --request POST \
--url https://api.novacpayment.com/api/v1/partial-refund \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"reference": "<string>",
"amount": 123,
"customer_note": "<string>",
"merchant_note": "<string>"
}
'{
"id": "<string>",
"refundReference": "<string>",
"amount": "<string>",
"currency": "<string>",
"domain": "<string>",
"channel": "<string>",
"merchantNote": "<string>",
"customerNote": "<string>",
"status": "<string>",
"transactionReference": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}curl --request POST \
--url https://api.novacpayment.com/api/v1/partial-refund \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"reference": "<string>",
"amount": 123,
"customer_note": "<string>",
"merchant_note": "<string>"
}
'{
"id": "<string>",
"refundReference": "<string>",
"amount": "<string>",
"currency": "<string>",
"domain": "<string>",
"channel": "<string>",
"merchantNote": "<string>",
"customerNote": "<string>",
"status": "<string>",
"transactionReference": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}Input your Bearer token in this format - Bearer {your token here} to access this API
OK