Skip to content

Res Diary Payments

Confirm Resdiary Payment

Name In Type Required Notes
partner_id path string Yes
Field Type Required Notes
bookingReference string Yes
bookingToken string Yes
paymentMethodId string Yes
intentType string No
paymentIntentId string No
Code Meaning
200 Successful Response
422 Validation Error
Terminal window
curl -X POST 'https://<partner-api-host>/<partner_id>/payments/confirm' \
-H 'apikey: <your-api-key>' \
-H 'Content-Type: application/json' \
-d '{"bookingReference": "<bookingReference>", "bookingToken": "<bookingToken>", "paymentMethodId": "<paymentMethodId>"}'