Payments
Cancel Payment
post/api/v1/payment/cancel
Request body
Example request
{
"application_key": "6e3cdaa3-65df-4eff-aed2-9d74387701dd",
"order_id": "9ee3fd53-42f9-4f16-b454-77e6b714c2e9",
"transaction_id": "8123asd23a45sf1341dasd1",
"ip_address": "1.1.111.111",
"language": "tr"
}Response
Successful Response
Example response
{
"response_code": "00",
"message": "Successfully Cancelled",
"suggestion": "Suggestion about operation success",
"service_resp_code": "7804",
"service_resp_message": "İptal işlemi aynı gün yapılmalıdır."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.