Skip to content

Commit

Permalink
Merge pull request #112 from paytrail/paytrail/callbackurls-in-pay-an…
Browse files Browse the repository at this point in the history
…d-add-card

callback urls in 'pay-and-add-card' API are noted to be mandatory fields
  • Loading branch information
TeemuLeino committed May 27, 2024
2 parents 907a849 + 9e7791c commit 34af292
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 @@ -719,7 +719,7 @@ This method is an alternative way to add (tokenize) a card, which combines a pay

`HTTP POST /tokenization/pay-and-add-card` creates a new transaction and returns a redirect-URL, to which the user needs to be redirected to.

The request body is exactly the same as in a normal [Payment-creation](#create).
The request body is exactly the same as in a normal [Payment-creation](#create) with the exception that `callbackUrls` is a required field.

##### Response

Expand Down

0 comments on commit 34af292

Please sign in to comment.