Authorizations
Ephemeral keys provide temporary access to singular data, such as access to a single customer object for a short period of time.
Path Parameters
The unique identifier for the Payment Method Session
Response
The payment method session is retrieved successfully
"12345_pms_01926c58bc6e77c09e809964e72af8c8"
The customer id for which the payment methods session is to be created
"12345_cus_01926c58bc6e77c09e809964e72af8c8"
The iso timestamp when the session will expire Trying to retrieve the session or any operations on the session after this time will result in an error
"2023-01-18T11:04:09.922Z"
Client Secret
The Payment Service Provider Configuration for payment methods that are created using the payment method session
The network tokenization configuration for creating the payment method session
Contains data to be passed on to tokenization service ( if present ) to create token_id for given JSON data
The return url to which the user should be redirected to
Contains the url for redirection flow
The payment method that was created using this payment method session
The token-id created if there is tokenization_data present
"12345_tok_01926c58bc6e77c09e809964e72af8c8"