curl --location --request POST '/payment/credit' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"card": {
"pan": "8600303655375959"
},
"amount": 10000,
"store_id": 6,
"invoice_id": "112233",
"confirmable": true,
"device_details": {
"ip": "182.19.100.10",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
},
"kyc_data": {
"last_name": "BOLTAYEV",
"first_name": "ALISHER",
"middle_name": "MUMINOVICH",
"passport": "AD21234567",
"pinfl": "31105892514010",
"dob": "1989-05-11",
"passport_expiry_date": "2025-11-17"
}
}'{
"success": true,
"data": {
"ps": "humo",
"store_id": 6,
"store_invoice_id": "112233",
"card_token": null,
"card_pan": "409784******3066",
"status": "draft",
"callback_url": null,
"phone": null,
"kyc_data": "{\"last_name\":\"BOLTAYEV\",\"first_name\":\"ALISHER\",\"middle_name\":\"MUMINOVICH\",\"passport\":\"AD21234567\",\"pinfl\":\"31105892514010\",\"dob\":\"1989-05-11\",\"passport_expiry_date\":\"2025-11-17\"}",
"terminal_id": "186368T6",
"merchant_id": "01200000119700D",
"commission_type": "up",
"total_amount": 10000,
"payment_amount": 10000,
"commission_amount": 0,
"id": 11351395,
"uuid": "a81b7b62-6d86-11f0-9a1b-00505680eaf6",
"multicard_user_id": null,
"ps_id": null,
"ps_uniq_id": null,
"ps_response_code": null,
"payment_time": null,
"added_on": "2025-07-31 01:49:16",
"store": {StoreModel},
"receipt_url": null,
"ps_response_msg": null
}
}