Gets the web payment method options for an in progress order base, based on the provided order type

Licenses Required

  • Vista.Ocapi
Request
query Parameters
orderType
required
string (OrderType)

The type of the in progress order base that the web payment method entities are available for

Enum: "Standard" "GiftShop" "Subscription"
siteId
string

The unique identifier of the site Only valid for order type Standard

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

400

The provided order type, site, or gift shop does not exist.

get/ocapi/v1/web-payment-methods
Request samples
Response samples
application/json
{
  • "webPaymentMethods": [
    ]
}