Checkout
cURL
curl --request POST \ --url https://checkout.dintero.com/v1/events/gateways/swish/transaction/refund/{id}/{callback_ref} \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "originalPaymentReference": "<string>", "status": "VALIDATED" } '
{ "error": { "message": "<string>", "code": "<string>", "errors": [ {} ] } }
Documentation IndexFetch the complete documentation index at: https://docs.dintero.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the transaction
Content of refund callback
Swish payment callback
Refund id
Used to identify the payment
VALIDATED
DEBITED
PAID
ERROR
callback handled