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 APITransactions

Transactions

Number of APIs: 5

  1. Authorize Saved Card POST {{api_base_url}}/v1/merchant/transactions/authorize

  2. Capture a Transaction POST {{api_base_url}}/v1/merchant/transactions/capture

  3. Refund a Transaction POST {{api_base_url}}/v1/merchant/transactions/credit

  4. Void a Transaction POST {{api_base_url}}/v1/merchant/transactions/void

  5. Fetch Transactions Details GET {{api_base_url}}/v1/merchant/transactions/{{transaction_reference}}

Previous
OpenID Configuration
Next
Authorize Saved Card