{ "transaction_type": "POS", "card_id": "550e8400-e29b-41d4-a716-446655440000", "acquirer_country": "KSA", "amount": "150.75", "currency_code": "SAR" }
curl --location --request POST 'https://api.staging.vrtx.sa/testhelpers/card-transactions' \ --header 'Content-Type: application/json' \ --data-raw '{ "transaction_type": "POS", "card_id": "550e8400-e29b-41d4-a716-446655440000", "acquirer_country": "KSA", "amount": "150.75", "currency_code": "SAR" }'
{ "tid": "string", "rid": "string", "status": "UNSPECIFIED" }