PaymentSessions

public final class PaymentSessions

The payment registration response.

Parameters

paymentSessionId

The registered payment session ID.

encodedInitConfig

A base64 encoded object which contains configuration needed to perform device fingerprinting. It is used in conjunction with the provided Javascript library for PSD2.

links

Constructors

Link copied to clipboard
public PaymentSessions PaymentSessions(String paymentSessionId, String encodedInitConfig, PaymentSessionsLinks links)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String encodedInitConfig
Link copied to clipboard
@Valid()
private final PaymentSessionsLinks links
Link copied to clipboard
@Valid()
private final String paymentSessionId

Functions

Link copied to clipboard
public final static PaymentSessions.Builder builder()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public final String getPaymentSessionId()