Payments
Payment Status
post/api/v1/payment/status
Request body
Example request
{
"application_key": "6e3cdaa3-65df-4eff-aed2-9d74387701dd",
"order_id": "9ee3fd53-42f9-4f16-b454-77e6b714c2e9",
"lang": "tr"
}Response
Successful Response
Example response
{
"response_code": "00",
"message": "Here is the payment info",
"order_id": "order-hugin-0921341",
"transaction_id": "9ee3fd53-42f9-4f16-b454-77e6b714c2e9",
"transaction_date": "2021-12-09 00:13:35",
"virtual_pos_name": "Garanti Sanal Pos",
"virtual_pos_id": 35,
"successful": true,
"completed": true,
"is_3d": true,
"amount": 12.5,
"paid_amount": 12.5,
"rem_amount": 12.5,
"commission_amount": 0.5,
"expected_cost_rate": 0.5,
"expected_cost_amount": 12.5,
"payment_system": "GARANTI",
"currency": "TRY",
"installment_count": 1,
"inst_period": 1,
"auth_code": "058942",
"service_ref_id": "145564688XVT1234",
"refund_amount": 2.7,
"bin_code": "521807",
"card_type": "Credit",
"card_program": "Mastercard",
"card_family": "Axess",
"card_bank_eft_code": "046",
"card_bank_name": "Akbank T.A.Ş.",
"pos_bank_eft_code": "15",
"pos_bank_name": "T.VAKIFLAR BANKASI T.A.O.",
"error_message": "00",
"payment_response_code": "00",
"payment_response_message": "00",
"credit_bank": "00",
"preauth": true,
"postauth": true,
"approval_code": "021965",
"bank_trace_number": "618109934932"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.