Payments
Payment Post Auth
post/api/v1/payment/postauth
Request body
Example request
{
"application_key": "6e3cdaa3-65df-4eff-aed2-9d74387701dd",
"transaction_id": "9ee3fd53-42f9-4f16-b454-77e6b714c2e9",
"ip_address": "1.1.111.111",
"lang": "tr"
}Response
Successful Response
Example response
{
"response_code": "00",
"message": "Successful",
"suggestion": "Suggestion about operation success",
"service_resp_code": "5082",
"service_resp_message": "5082"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.