Meta

Channel Payment

List all payment rules defined by channel

get/v1/seller/meta/{channel}/payment-rules

Path parameters

channelstring required

Channel identifier the payment rules are requested for (e.g. MBDCOM)

Response

Payment Rules

Example response

{
  "supportedPaymentMethodList": [
    {
      "paymentMethodId": "PM011",
      "displayName": "CreditCard"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.