Bolt · Example Payload

Paymentsinitialize Request

CheckoutPaymentseCommerceOne-Click CheckoutShopper NetworkFraud Protection

Paymentsinitialize 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

paymentsInitialize-request.json Raw ↑
{
  "path": "/payments",
  "method": "post",
  "content_type": "application/json",
  "example": {
    "reference": {
      "$ref": "#/components/examples/payment-initialize-payment-method-reference"
    },
    "credit_card": {
      "$ref": "#/components/examples/payment-initialize-payment-method-credit-card"
    },
    "paypal": {
      "$ref": "#/components/examples/payment-initialize-payment-method-paypal"
    }
  }
}