Testing
Testing payments
Insurer
curl --request POST \
--url 'https://api.qa-u.eu1.kaskoqa.com/payments?key={{ public_key }}' \
--header 'Content-Type: application/json' \
--data '{
"token": {{ payment_token }},
"method": "invoice",
"provider": "invoice",
"policy_id": {{ policy_id }}
}'Stripe
Credit card
Last updated