Seller Transaction API
Learn about Seller Transaction requests and fields to model seller transactions.
Use these requests and field references to model seller transactions in the checkout experience.
NoteThese requests and field references apply to Vertex for e-Commerce.
Seller Transaction requests
The service provides the following requests and endpoints:
| Request | Endpoint | Method |
|---|---|---|
| Calculate Tax | /api/v3/seller/tax | POST |
| Store Transaction | /api/v3/seller/transactions | POST |
| Confirm Transaction | /api/v3/seller/transactions/{key}/confirm | POST |
| Retrieve Transaction | /api/v3/seller/transactions/{key} | GET |
| Retrieve Transaction Requests | /api/v3/seller/transactions/{key}/requests | GET |
| Refund Transaction | /api/v3/seller/transactions/{key}/refunds | POST |
Seller Transaction field references
Field references describe the fields accepted by the API requests, including details and descriptions:
- Transaction Object Fields
- Transaction Lines Object Fields
- Address Object Fields
- Voucher Object Fields
- Discount Object Fields
- Refund Object Fields
- Taxes Object Fields
- Control Flag Object Fields
- Location Evidence Object Fields
Additional information
For more information about modeling transactions, see Marketplace and Seller Transactions.
Updated 14 days ago
Did this page help you?
