cancel_reservation
Purpose: to cancel a reservation
Example PHP code
cancel_reservation($rno, $eid, $secret, &$result)
Input Data:
| Required | Variable | Type | Description |
|---|---|---|---|
| rno | string | Reservation number | |
| eid | integer | A store ID which refers to your store in Klarna's database | |
| secret | string | A shared secret which is used to secure all traffic between Klarna and your store |
Return value:
The string ”OK”.


Subscribe to our RSS feed for technical updates