curl --location --request POST 'https://api.plexypay.com/v1/payments/merchant-initiated' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 1099,
"cardTokenId": "string",
"currency": "KZT",
"initialTransactionId": "8c876a3e-fc28-4e77-b781-b7cfd5cfefb4"
}'{
"amount": 1099,
"currency": "KZT",
"id": "9f8c3e92-6a0f-4f8e-8bc5-0cb1e95b9c8e",
"status": "authorized"
}