Preparing search index...
The search index is not available
GHL SDK - v1.1.6
GHL SDK
PaymentsClient
Class PaymentsClient
Hierarchy
GhlClient
PaymentsClient
Index
Constructors
constructor
Methods
create
White
Label
Integration
Provider
find
White
Label
Integration
Providers
find
Orders
find
Order
By
Id
create
Order
Fullfillment
find
Order
Fullfillments
find
Transactions
find
Transaction
By
Id
find
Subscriptions
find
Subscription
By
Id
create
Custom
Integration
Provider
remove
Custom
Integration
Provider
find
Custom
Integration
Connection
connect
Custom
Integration
disconnect
Custom
Integration
Constructors
constructor
new
PaymentsClient
(
accessToken
:
string
)
:
PaymentsClient
Parameters
accessToken
:
string
Returns
PaymentsClient
Methods
create
White
Label
Integration
Provider
createWhiteLabelIntegrationProvider
(
dto
:
CreateWhiteLabelIntegrationProviderDto
,
)
:
Promise
<
PaymentIntegrationProvider
>
Parameters
dto
:
CreateWhiteLabelIntegrationProviderDto
Returns
Promise
<
PaymentIntegrationProvider
>
find
White
Label
Integration
Providers
findWhiteLabelIntegrationProviders
(
params
:
IntegrationProviderSearchParams
,
)
:
Promise
<
ListIntegrationProvidersResponse
>
Parameters
params
:
IntegrationProviderSearchParams
Returns
Promise
<
ListIntegrationProvidersResponse
>
find
Orders
findOrders
(
params
:
OrderSearchParams
)
:
Promise
<
ListOrdersResponse
>
Parameters
params
:
OrderSearchParams
Returns
Promise
<
ListOrdersResponse
>
find
Order
By
Id
findOrderById
(
orderId
:
string
,
locationId
:
string
)
:
Promise
<
Order
>
Parameters
orderId
:
string
locationId
:
string
Returns
Promise
<
Order
>
create
Order
Fullfillment
createOrderFullfillment
(
orderId
:
string
,
dto
:
CreateOrderFulfillmentDto
,
)
:
Promise
<
OrderFulfillmentResponse
>
Parameters
orderId
:
string
dto
:
CreateOrderFulfillmentDto
Returns
Promise
<
OrderFulfillmentResponse
>
find
Order
Fullfillments
findOrderFullfillments
(
orderId
:
string
,
locationId
:
string
,
)
:
Promise
<
OrderFulfillmentResponse
>
Parameters
orderId
:
string
locationId
:
string
Returns
Promise
<
OrderFulfillmentResponse
>
find
Transactions
findTransactions
(
params
:
TransactionSearchParams
,
)
:
Promise
<
ListTransactionsResponse
>
Parameters
params
:
TransactionSearchParams
Returns
Promise
<
ListTransactionsResponse
>
find
Transaction
By
Id
findTransactionById
(
transactionId
:
string
,
locationId
:
string
,
)
:
Promise
<
TransactionDetailsResponse
>
Parameters
transactionId
:
string
locationId
:
string
Returns
Promise
<
TransactionDetailsResponse
>
find
Subscriptions
findSubscriptions
(
params
:
SubscriptionSearchParams
,
)
:
Promise
<
ListSubscriptionsResponse
>
Parameters
params
:
SubscriptionSearchParams
Returns
Promise
<
ListSubscriptionsResponse
>
find
Subscription
By
Id
findSubscriptionById
(
subscriptionId
:
string
,
locationId
:
string
,
)
:
Promise
<
SubscriptionDetailsReponse
>
Parameters
subscriptionId
:
string
locationId
:
string
Returns
Promise
<
SubscriptionDetailsReponse
>
create
Custom
Integration
Provider
createCustomIntegrationProvider
(
locationId
:
string
,
dto
:
CreateCustomIntegrationProviderDto
,
)
:
Promise
<
CustomIntegrationProviderResponse
>
Parameters
locationId
:
string
dto
:
CreateCustomIntegrationProviderDto
Returns
Promise
<
CustomIntegrationProviderResponse
>
remove
Custom
Integration
Provider
removeCustomIntegrationProvider
(
locationId
:
string
,
)
:
Promise
<
SuccessDeleteResponse
>
Parameters
locationId
:
string
Returns
Promise
<
SuccessDeleteResponse
>
find
Custom
Integration
Connection
findCustomIntegrationConnection
(
locationId
:
string
,
)
:
Promise
<
CustomIntegrationProviderResponse
>
Parameters
locationId
:
string
Returns
Promise
<
CustomIntegrationProviderResponse
>
connect
Custom
Integration
connectCustomIntegration
(
locationId
:
string
,
dto
:
CustomIntegrationProviderConnectDetails
,
)
:
Promise
<
CustomIntegrationProviderResponse
>
Parameters
locationId
:
string
dto
:
CustomIntegrationProviderConnectDetails
Returns
Promise
<
CustomIntegrationProviderResponse
>
disconnect
Custom
Integration
disconnectCustomIntegration
(
locationId
:
string
,
liveMode
:
boolean
,
)
:
Promise
<
DisconnectCustomIntegrationProviderResponse
>
Parameters
locationId
:
string
liveMode
:
boolean
Returns
Promise
<
DisconnectCustomIntegrationProviderResponse
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
White
Label
Integration
Provider
find
White
Label
Integration
Providers
find
Orders
find
Order
By
Id
create
Order
Fullfillment
find
Order
Fullfillments
find
Transactions
find
Transaction
By
Id
find
Subscriptions
find
Subscription
By
Id
create
Custom
Integration
Provider
remove
Custom
Integration
Provider
find
Custom
Integration
Connection
connect
Custom
Integration
disconnect
Custom
Integration
GHL SDK - v1.1.6
Loading...