GunTab · Capability
GunTab REST API
The GunTab REST API allows online firearms marketplaces and retail websites to integrate safe and convenient firearms payment processing, manage invoices (payment requests), confirm and fulfill orders, validate FFLs, and receive webhook events for transaction lifecycle changes.
What You Can Do
POST
Createinvoice
— Create an invoice
/invoices
GET
Readinvoice
— Read an invoice
/invoices/{id}
POST
Cancelinvoice
— Cancel an invoice
/invoices/{id}/cancels
POST
Platformconfirminvoice
— Confirm an invoice as the platform
/invoices/{id}/platform_confirmations
POST
Sellerconfirminvoice
— Confirm an invoice as the seller
/invoices/{id}/seller_confirmations
POST
Fulfillinvoice
— Fulfill an invoice
/invoices/{id}/fulfillments
GET
Readuser
— Read a user
/users/{email}
POST
Callfflverification
— Trigger FFL verification call
/ffls/{license_number}/claim_verification_code_calls
POST
Createwebhook
— Create webhook (deprecated)
/webhooks
GET
Readwebhook
— Read webhook (deprecated)
/webhooks/{id}
DELETE
Deletewebhook
— Delete webhook (deprecated)
/webhooks/{id}
MCP Tools
createinvoice
Create an invoice
readinvoice
Read an invoice
read-only
idempotent
cancelinvoice
Cancel an invoice
platformconfirminvoice
Confirm an invoice as the platform
sellerconfirminvoice
Confirm an invoice as the seller
fulfillinvoice
Fulfill an invoice
readuser
Read a user
read-only
idempotent
callfflverification
Trigger FFL verification call
createwebhook
Create webhook (deprecated)
readwebhook
Read webhook (deprecated)
read-only
idempotent
deletewebhook
Delete webhook (deprecated)
idempotent