Creates the authorization based on an existing pre-authorization created prior directly with the payment service provider
Creates the authorization based on an existing pre-authorization created prior directly with the payment service provider. For the pre-authorization, please ensure to set the respective metadata in the original authorization request. The flow type has to be set to <i>BlockNHold</i>. For more information, please refer to the documentation of <a href="https://apaleo.dev/guides/pay-integration/authorizations" target="_blank">how to do an authorization hold for future charges</a>.<br>You must have this scope: 'authorizations.manage'.
Headers
Unique key for safely retrying requests without accidentally performing the same operation twice. We'll always send back the same response for requests made with the same key, and keys can't be reused with different request parameters. Keys expire after 24 hours.
Request body
Example request
{
"target": {
"type": "Booking",
"id": "KYKXKLWL",
"propertyId": "MUC"
},
"amount": {
"amount": 150,
"currency": "EUR"
},
"transactionReference": "K9DTTJQD4HNG5S82"
}Response
Authorization was created and will be processed
Example response
{
"id": "HDQFGFOS"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.