Initiate Tokenization

Request
Request Body schema: application/json
required
paymentMethod
required
string

Payment Method, is obtained from Adyen card component and must be serialized to string

browserInfo
required
string

Browser Info object, is obtained from Adyen card component and must be serialized to string

studioId
required
integer <int64>

Studio Id

returnUrl
required
string

Return url for redirects. If user is redirected to banking page, he will be redirected to this url after authentication.

origin
required
string

Origin, obtained via window.location.origin

Responses
200

OK

400

Bad Request

403

Forbidden

404

Not Found

409

Conflict

500

Internal Server Error

post/connect/v2/creditcard/tokenization/initiate
Request samples
application/json
{
  • "paymentMethod": "string",
  • "browserInfo": "string",
  • "studioId": 0,
  • "returnUrl": "string",
  • "origin": "string"
}