How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

fabric Payments API

Payments endpoints are used to add add, update and remove payments from the Cart.

fabric Payments API is one of 61 APIs that fabric publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Payments. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 8 operations across 7 paths, and defines 62 schemas. It is described by OpenAPI 3.2.0, at version 3.0.0.

Requests are made against a single base URL, https://api.fabric.inc/v3.

8 operations 7 paths 62 schemas 1 DELETE1 PATCH6 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
3.0.0
Base URL
https://{customer_name}.login.fabric.inc
Authentication
HTTP Bearer, HTTP Bearer
Resource Areas
1

Authentication & Security 2

fabric Payments API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). It accepts HTTP bearer tokens (JWT) (authorization).

  • bearerAuth — This is the authorization token used to authenticate the request. You must pass the access token generated from the system app. For more information, see the […

Paths & Operations 8

Across 7 paths, the API surfaces 8 operations — 1 DELETE, 1 PATCH, 6 POST. Each is listed below with its method, path, parameters, and response codes.

Payments 8

Payments endpoints are used to add add, update and remove payments from the Cart.

POST
/carts/{cartId}/payments
Create Payment
createPayment 4 params body → 201400404
POST
/carts/{cartId}/payments/{id}/actions/delete-attributes
Delete Payment Attributes
deletePaymentAttributes 5 params body → 200400404
POST
/carts/{cartId}/payments/{id}/actions/add-attributes
Add Payment Attributes
addPaymentAttributes 5 params body → 200400404
DELETE
/carts/{cartId}/payments/{id}
Delete Payment
removePayment 5 params → 204400404
PATCH
/carts/{cartId}/payments/{id}
Update Payment
updatePayment 5 params body → 200400404
POST
/orders/actions/authorize-payments
Authorize Order Payments
authorizeOrderPayments 3 params body → 200400401404500
POST
/orders/order-number/{orderNumber}/actions/update-payment-status
Update Status of Order Payment by Order Number
updatePaymentStatusByOrderNumber 4 params body → 200400401404500
POST
/orders/{orderId}/actions/update-payment-status
Update Order Payment Status by Order ID
updatePaymentStatus 4 params body → 200400401404500

Schemas 62

The contract defines 62 schemas that model the data the API accepts and returns. The most detailed are orderItem (89 properties), orderResponse (67 properties), orderShipInfo (22 properties), orderPayment (21 properties). Each schema is shown below with its type and property counts.

Payment
object
Cart Payment
10 properties
PaymentAuthorization
object
Payment authorization
3 properties 1 required
NotFound
object
Resource Not Found
2 properties
ClientError
object
Client error details
2 properties
AddAttributesRequest
object
Add Attributes Request
1 property 1 required
NewPayment
object
Cart Payment
10 properties
UpdatePaymentRequest
object
Payment Request
9 properties
DeleteAttributesRequest
object
Delete Attributes Request
1 property 1 required
Verifier
object
Payment verifier
2 properties
CreatePaymentRequest
object
Payment Request
9 properties 4 required
cancellationResource
object
Cancellation resource
12 properties
shippingDiscount
object
An object containing shipping discount details.
8 properties
orderContactPhone
object
Contact person's phone details.
2 properties
orderPaymentIdentifier
object
An object containing the details of payment modes and payment identifiers.
5 properties
returnFeeDetail
object
An object containing return fee details.
5 properties
orderResponse
object
An object containing order details.
67 properties 6 required
amountInCurrencyResource
object
Amount in currency object details.
3 properties 2 required
orderPaymentAuthorizationResource
object
The Order Payment Authorization request object.
2 properties 1 required
paymentAuthorizationResponse
object
Response model for Payment Authorization request
1 property
orderNote
object
Note for attention
3 properties
auditLog
object
Audit log to capture change history
18 properties
shipmentInvoiceResource
object
Shipment Invoice resource
3 properties 1 required
paymentResponse
object
Payment information
10 properties
updatePaymentRequest
object
Update payment status model
4 properties 1 required
paymentReference
object
Payment details for order
3 properties
orderRetail
object
Optionally used as reference, for orders created from Point-of-Sale systems
4 properties
orderAppeasementPaymentInfo
object
Order appeasement payment info
3 properties
taxDetail
object
An object containing tax information.
8 properties
orderReturnsInfo
object
Order returns info
9 properties
quantityInStatus
object
Item quantity for each status
7 properties
orderUpdatePaymentStatusConnectorInfo
object
Order update payment status request connector info model
3 properties
orderReturns
object
An object containing the order return details.
15 properties
orderUpdatePaymentStatusRequestBalances
object
Order update payment status request balances model
5 properties
orderContactName
object
Contact person's name
3 properties
orderPayment
object
An object containing an orders payment details.
21 properties
orderAuditLogUpdatedField
object
Audit log for change history
2 properties
paymentCounterRefundInfo
object
An object containing payment counter refund details.
3 properties
trackingDetailsResource
object
Tracking details
2 properties
errorResponse
object
Error response
3 properties
currencyGroup
object
CurrencyGroup object details.
4 properties 2 required
itemFeeDetails
object
Item fees object containing item fee details.
10 properties
orderDiscount
object
An object containing all the discount details for an order.
9 properties
orderFeeDetail
object
An object containing an orders fee details.
10 properties
paymentDetailsResponseBody
object
Payment info
6 properties
cancellationItemResource
object
A resource used to capture detailed cancellation information at the item level.
13 properties
itemFulfillmentResource
object
Item fulfillment model
6 properties
paymentAuthorizationRequest
object
Payment Authorization request model
3 properties
paymentAuthorizationResource
object
Order payment authorization request model
1 property
refundDetailResource
object
Used for credit rules. This resource captures the split of fees and tax refunds at the item and order level.
4 properties
orderShipInfo
object
An object containing an orders shipment details.
22 properties 1 required
erroredField
object
An object containing information on error fields, error messages, and the amended status.
3 properties 3 required
adjustmentDetail
object
Price adjustment details object.
11 properties
orderPaymentToken
object
An object containing the order payment token details.
2 properties
currencies
object
currencies
2 properties
paymentDetails
object
An object containing payment details.
2 properties
orderAppeasementDetail
object
The order appeasement details object containing appeasement details.
11 properties
requestReferenceContextResource
object
Request reference context information
5 properties
amountInCurrency
object
Amount in currency object details.
3 properties 2 required
address
object
Address details
14 properties 8 required
orderPickup
object
An object containing the order pickup details.
4 properties
invoiceCustomer
object
Invoice customer
7 properties
orderItem
object
An object containing an orders item details.
89 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

fabric-com-payments-api-openapi.yml Raw ↑

Other APIs fabric publishes across the network.

fabric Actions Endpoints API
fabric Addresses API
fabric Appeasements API
fabric Attributes API
fabric Authentication Endpoints API
fabric Bulk Import API
fabric Cancellations API
fabric Cart Actions API
fabric Cart Adjustments API
fabric Cart API
fabric Cart Fees API
fabric CartPayments API
Where this information came from

This is an independent, third-party profile of fabric Payments API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.