payment_id
obtained in the previous step (Init)curl --location -g --request POST 'https://api.freedompay.kz/v1/merchant/{{merchant_id}}/card/direct' \
--form 'pg_merchant_id=""' \
--form 'pg_payment_id=""' \
--form 'pg_salt=""' \
--form 'pg_sig=""'
<?xml version="1.0" encoding="utf-8"?>
<response>
<pg_status>ok</pg_status>
<pg_payment_id>7999007883</pg_payment_id>
<pg_can_reject>1</pg_can_reject>
<pg_payment_method>bankcard</pg_payment_method>
<pg_amount>100</pg_amount>
<pg_currency>KZT</pg_currency>
<pg_transaction_status>ok</pg_transaction_status>
<pg_captured>1</pg_captured>
<pg_card_pan>4111-11XX-XXXX-1111</pg_card_pan>
<pg_card_id>56</pg_card_id>
<pg_card_token>541c0533-a131-48fa-909c-dd0662aea3bc</pg_card_token>
<pg_auth_code>487129</pg_auth_code>
<pg_create_date>2024-11-19 11:40:49</pg_create_date>
<pg_salt>X0yt6VlmpbACmjlt</pg_salt>
<pg_sig>b714dcd1cd0c3c2b482a6d87c46fac2b</pg_sig>
</response>