latestOpenAPI 3.0.12026-08-1032683.6 KB

16927ccf878d

Payments by Booking configurations status

Check Payments by Booking configuration request status

Checks the processing status of Payments by Booking configuration update requests for given property IDs or a request ID.

post/connectivity-payments/pbb/configurations/status

Headers

accept-versionstring

Request body

property_idsinteger[] required

<=10 property IDs per request. All property_ids in a request should belong to a common legal entity ID. Required if request_id is not provided. Set to empty array if using request_id.

request_idstring nullable required

Identifier of the accepted configuration request. Required if property_ids is not provided. Set to null if using property_ids.

kyc_callback_urlstring required

Callback URL where the user is redirected after completing pending actions (e.g. KYC submission).

Response

Request accepted for processing

Example response

{
  "meta": {
    "ruid": "string"
  }
}