Prepare Payment
Card Point Info
post/api/v1/prepayment/pointinfo
Request body
Example request
{
"application_key": "6e3cdaa3-65df-4eff-aed2-9d74387701dd",
"currency": "TRY",
"card_number": "4508034508034509",
"card_holder_name": "Hasan Akay",
"expire_month": "12",
"expire_year": "2026",
"cvc": "000",
"hash_data": "sadsaas3e412",
"mode": "T",
"language": "tr"
}Response
Successful Response
Example response
{
"response_code": "00",
"message": "Successful",
"amount": 345.45
}Changes
No recorded changes to this endpoint across all 1 revision of this API.