-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I'm not sure if I have understood something wrong but seems like createAddCardFormRequest doesn't calculate signature. It also asks checkoutAccount which I suppose should be already available on PaytrailClient instance?
| createAddCardFormRequest(addCardFormRequest: AddCardFormRequest): Promise<AddCardFormResponse> |
I would expect it to work similarly to createPayment
I'm also a bit puzzled because Paytrail API documentation says:
HTTP POST /tokenization/addcard-formis a form post requested from the user's browser
but this library should be used in the backend, right?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request