POST /v1/payments/checkoutform-callback
CheckoutForm callback from iyzico
Handles GET/POST callback from iyzico CheckoutForm and redirects to frontend
Request
POST /v1/payments/checkoutform-callback
Parameters
[
{
"schema": {
"type": "string"
},
"required": true,
"name": "token",
"in": "query"
}
]
Response
{
"200": {
"description": "Callback processed"
},
"302": {
"description": "Redirect to frontend with result"
}
}
View in Interactive API Reference