curl --location --request POST 'https://provisioning.sipay.com.tr/ccpayment/api/getpos' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"credit_card": "534261",
"amount": 248.5,
"currency_code": "TRY",
"merchant_key": "$2y$10$HmRgYosneqcwHj.UH7upGuyCZqpQ1ITgSMj9Vvxn.t6f.Vdf2SQFO",
"commission_by": "merchant",
"is_recurring": 0,
"is_2d": 0,
"app_lang": "en"
}'{
"status_code": 100,
"status_description": "Successfull",
"data": [
{
"pos_id": 135,
"campaign_id": 0,
"allocation_id": 0,
"installments_number": 1,
"card_type": "CREDIT CARD",
"card_program": "BONUS",
"card_scheme": "mastercard",
"is_commercial": "FALSE",
"payable_amount": 248.5,
"hash_key": "8cabf326c54af463:f7f7:dtAcPqGmXaOZjcjRGHTfbWAi__862gaYplCWFHvnXn1KtAXLE1rx9HuqtxAkK++jE1dxuOx11l__1TtT6ESCuYntZGLwkSHmPo__jairuJZowc=",
"amount_to_be_paid": "248.50",
"currency_code": "TRY",
"currency_id": 1,
"title": "Single payment",
"card_bank": "T. GARANTI BANKASI A.S.",
"bank_code": "0062"
}
]
}