Bolt · Example Payload

Accountaddpaymentmethod Request

CheckoutPaymentseCommerceOne-Click CheckoutShopper NetworkFraud Protection

Accountaddpaymentmethod Request is an example object payload from Bolt, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pathmethodcontent_typeexample

Example Payload

accountAddPaymentMethod-request.json Raw ↑
{
  "path": "/account/payment-methods",
  "method": "post",
  "content_type": "application/json",
  "example": {
    "credit-card-address-reference-id": {
      "$ref": "#/components/examples/credit-card-with-address-id"
    },
    "credit-card-address-reference-explicit": {
      "$ref": "#/components/examples/credit-card-with-address-explicit"
    }
  }
}