Skip to main content
POST
https://checkout.dintero.com/v1
/
events
/
gateways
/
swish
/
transaction
/
payment
/
{session_id}
/
{callback_ref}
checkout_swish_payment_callback_post
curl --request POST \
  --url https://checkout.dintero.com/v1/events/gateways/swish/transaction/payment/{session_id}/{callback_ref} \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "status": "CREATED"
}
'
{
  "error": {
    "message": "<string>",
    "code": "<string>",
    "errors": [
      {}
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.dintero.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

session_id
string<checkout-id>
required

The session ID

callback_ref
string
required

Body

application/json

Content of payment callback

Swish payment callback

id
string
required

Payment request id

status
enum<string>
required
Available options:
CREATED,
PAID,
DECLINED,
ERROR
payeePaymentReference
string
paymentReference
string | null
amount
datePaid
string | null

Response

webhook handled

Last modified on May 12, 2026