Payments
Delete payment
Delete payment
DELETE
https://prod01-apigw.{customer_name}.fabric.zone
/
api-payment
/
cart
/
{cartId}
/
payment
/
{paymentId}
Headers
x-site-context
string
requiredThe x-site-context
header is a JSON object that contains information about the source you wish to pull from. The mandatory account
is the 24 character identifier found in Copilot. The channel
(Sales channel ID), stage
(environment name), and date
attributes can be used to further narrow the scope of your data source.
Path Parameters
cartId
string
requiredCart ID
Required string length:
24
paymentId
string
requiredPayment Id.
Required string length:
24
Response
200 - application/json
billToAddress
object
required_id
string
createdAt
string
updatedAt
string
paymentDetails
object
version
number
cartId
string
isValid
boolean
__v
number
Was this page helpful?