# Card payments
Once a card is activated, you can simulate a card payment.
Example simulate card payment request:
POST /v3/simulations/card_payment
Content-Type: application/json
Authorization: Bearer <access_token>
{
"card_id": "fc19e3bd-bc42-4a1a-8641-154be6d91bb1",
"amount": 1200,
"currency": "SEK"
}
Response:
HTTP 200 OK
{
"code": "00",
"code_description": "APPROVED",
"successful": true
}