Skip to content

Commit

Permalink
Merge pull request #107 from paytrail/authorization-hold-validity
Browse files Browse the repository at this point in the history
Add authorization hold validity
  • Loading branch information
loueranta-paytrail committed May 16, 2024
2 parents 7c9b7b0 + cd7e115 commit 907a849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ The MIT transactions are exempt from the strong customer authentication requirem

`HTTP POST /payments/token/{mit|cit}/{authorization-hold|charge}` creates either an authorization hold or direct charge for MIT and CIT payments.

If creating an authorization hold, the payment needs to be committed later with a request to the [Commit API](#commit-authorization-hold).
If creating an authorization hold, the payment needs to be committed later with a request to the [Commit API](#commit-authorization-hold). The authorization is valid for a maximum of 7 days.

<b>Note!</b> The transaction id needs to be sent on checkout-transaction-id header as well.

Expand Down

0 comments on commit 907a849

Please sign in to comment.