Refund
Endpoint
POST /v1/Payment/DoPaymentRequest Body
Field
Required
Type
Description
Example
Response Body
Sample Request
Sample Response
Last updated
POST /v1/Payment/DoPaymentLast updated
POST /v1/Payment/DoPayment
Content-Type: application/json{
"merchantId": "100000000000004",
"language": "tr",
"conversationId": "MSD000011",
"sign": "NN6JMMJANWWQ6DN5M+DUGIZW4DS2WHX0NI2JRJ0XT3O=",
"orderId": "100000000000004202402140269",
"paymentId": "32423424",
"transactionDetails": {
"transactionType": "REFUND",
"currencyCode": "949",
"amount": 1.00
}
}
{
"code": "00",
"message": "Approved",
"resultCode": "00",
"resultDescription": "Successful",
"responseDate": "12/03/2024 12:34:40",
"conversationId": "MSD2024030500000000120",
"orderId": "100000000000004202402140269",
"paymentId": "100000000000004202402140269",
"bankUniqueReferenceNumber": "407100003684"
}