Prepare Payment
Stores
post/api/v1/prepayment/stores
Request body
Example request
{
"application_key": "6e3cdaa3-65df-4eff-aed2-9d74387701dd",
"language": "tr"
}Response
Successful Response
Example response
{
"response_code": "00",
"message": "Successful",
"stores": [
{
"code": "M0001",
"name": "Caddebostan"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.