Worldline Connect Node.js SDK
Preparing search index...
v1/model/sessions
SessionsClient
Interface SessionsClient
interface
SessionsClient
{
create
(
merchantId
:
string
,
postData
:
SessionRequest
,
paymentContext
?:
PaymentContext
|
null
,
)
:
Promise
<
SdkResponse
<
SessionResponse
,
ErrorResponse
>
>
;
}
Index
Methods
create
Methods
create
create
(
merchantId
:
string
,
postData
:
SessionRequest
,
paymentContext
?:
PaymentContext
|
null
,
)
:
Promise
<
SdkResponse
<
SessionResponse
,
ErrorResponse
>
>
Resource /{merchantId}/sessions -
Create session
Parameters
merchantId
:
string
postData
:
SessionRequest
Optional
paymentContext
:
PaymentContext
|
null
Returns
Promise
<
SdkResponse
<
SessionResponse
,
ErrorResponse
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
create
Worldline Connect Node.js SDK
Loading...
Resource /{merchantId}/sessions - Create session