[#1499] Integrate Capita (Access) System

Migrated from Redmine #1499 | Author: James Good
Status: New | Priority: Normal | Created: 2025-11-27


Hi there, I’m having trouble integrating Simply Book with our payment system Access (Formerly Capita). I’m getting this {“code”:“capita_exception”,“message”:“SOAP-ERROR: Encoding: object has no ‘lineId’ property”,“data”:{“status”:500}} when I try to make the payment - mydomain.com/wp-json/wpcs/v1/initiate-payment

Attached is the documentation I have for Capita:

Any help would be greatly appreciated.

Redmine Admin wrote:

please provide your API raw http request

James Good wrote:

Redmine Admin wrote in #note-1:

please provide your API raw http request

Hi there, let me know if this is what you need. I’m trying to integrate this within Wordpress:

POST https://user-api.simplybook.me/booking/{booking_id}
Authorization: Bearer c01b0a958ae8af65a93f143a5164cade33dbaf75526c704fbcbf39581443f4c4
Content-Type: application/json

{
“status”: “paid”
}