Qodex.ai
Qodex.ai
Introduction
Bolt API
Account
Detect AccountCreate Bolt AccountGet Account DetailsAdd AddressEdit AddressDelete AddressAdd Payment Method
OAuth-token
Get Access Token with Refresh Token
OAuth-openid
OpenID Configuration
Transactions
Authorize Saved CardCapture a TransactionRefund a TransactionVoid a TransactionFetch Transactions Details
Testing
Get Unused Shopper Account IdentifiersCreate a Test Credit Card Token
Webhooks
Create a Webhook EndpointGet Webhook Endpoint By IDQuery Webhook EndpointsDelete Webhook Endpoint
Configuration
Set Callback URLsGet Callback URLsGet Merchant Identifiers
Orders
Create Order Token
Introduction
Bolt API
Account
Detect AccountCreate Bolt AccountGet Account DetailsAdd AddressEdit AddressDelete AddressAdd Payment Method
OAuth-token
Get Access Token with Refresh Token
OAuth-openid
OpenID Configuration
Transactions
Authorize Saved CardCapture a TransactionRefund a TransactionVoid a TransactionFetch Transactions Details
Testing
Get Unused Shopper Account IdentifiersCreate a Test Credit Card Token
Webhooks
Create a Webhook EndpointGet Webhook Endpoint By IDQuery Webhook EndpointsDelete Webhook Endpoint
Configuration
Set Callback URLsGet Callback URLsGet Merchant Identifiers
Orders
Create Order Token
HomeBolt APIWebhooks

Webhooks

Number of APIs: 4

  1. Create a Webhook Endpoint POST {{api_base_url}}/v1/webhooks

  2. Get Webhook Endpoint By ID GET {{api_base_url}}/v1/webhooks/{{webhook_id}}

  3. Query Webhook Endpoints GET {{api_base_url}}/v1/webhooks?division_id={{division_id}}

  4. Delete Webhook Endpoint DELETE {{api_base_url}}/v1/webhooks/{{webhook_id}}

Previous
Create a Test Credit Card Token
Next
Create a Webhook Endpoint