POST
Create Bolt Account

Authorizations

X-API-Key
string
header
required

Admins and Developers can obtain their Bolt API key from the Bolt Merchant Dashboard.

Headers

X-Publishable-Key
string

The publicly viewable identifier used to identify a merchant division. This key is found in the Developer > API section of the Bolt Merchant Dashboard [RECOMMENDED].

Idempotency-Key
string

A key created by merchants that ensures POST and PATCH requests are only performed once. Read more about Idempotent Requests here.

Body

application/json

The details needed to create a Bolt account.

profile
object
required

The first name, last name, email address, and phone number of a shopper.

addresses
object[]

A list of physical shipping addresses associated with this account.

payment_methods
object[]

A list of payment methods associated with this account.

Response

200 - application/json

Account Created

addresses
object[]

A list of all addresses associated to the shopper's account.

has_bolt_account
boolean

Used to determine whether a Bolt Account exists with this shopper's account details.

payment_methods
object[]

A list of all payment methods associated to the shopper's account.

Saved Credit Card Detail

profile
object

The shopper's account profile.