SecurityData

public final class SecurityData

Parameters

userName

Unique login ID provided through sign-up to utilize the API. Varies by environment sandbox vs. production

password

Password provided through sign-up to utilize the API. Varies by environment sandbox vs. production

merchantId

Unique identifier for the client, used to communicate with our server. Provided at signup to use the API. Varies by environment (sandbox vs. production)

Constructors

Link copied to clipboard
public SecurityData SecurityData(String userName, String password, Long merchantId)

Properties

Link copied to clipboard
private final Long merchantId

Type: integer($int64)
example: 123456
Unique identifier for the client, used to communicate with our server. Provided at signup to use the API. Varies by environment (sandbox vs. production)

Link copied to clipboard
private final String password

Type: string
example: Abcd@#1234
Password provided through sign-up to utilize the API. Varies by environment sandbox vs. production

Link copied to clipboard
private final String userName

Type: string
example: integration_user
Unique login ID provided through sign-up to utilize the API.Varies by environment sandbox vs. production

Functions

Link copied to clipboard
public final Long getMerchantId()

Type: integer($int64)
example: 123456
Unique identifier for the client, used to communicate with our server. Provided at signup to use the API. Varies by environment (sandbox vs. production)

Link copied to clipboard
public final String getPassword()

Type: string
example: Abcd@#1234
Password provided through sign-up to utilize the API. Varies by environment sandbox vs. production

Link copied to clipboard
public final String getUserName()

Type: string
example: integration_user
Unique login ID provided through sign-up to utilize the API.Varies by environment sandbox vs. production