Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "sdk-sales/src/sdk/initializePaymentUpdate"

Index

Functions

initializePaymentUpdate

  • initializePaymentUpdate(paymentID: number, paymentMethodID: number): Promise<APIErrorResponse | InitializedPaymentUpdate>
  • Parameters

    • paymentID: number
    • paymentMethodID: number

    Returns Promise<APIErrorResponse | InitializedPaymentUpdate>

    Promise resolving to one of the following:

    On success (resolves)
    {
      "parameter1": "string",
      "parameter2": "string",
      "parameter3": "string"
      ...
    }
    On error (throws)
    See documentation for corresponding error codes:
    https://redirector.arcpublishing.com/alc/docs/swagger/?url=./arc-products/arc-sales.json#operations-Payment%20Method%20Interaction-Initialize-a-payment