Remove an ingrid payment

Requires an existing order.

SecurityBearer
Request
path Parameters
order_id
required
string

Order identifier

shipping_id
required
string

Shipping identifier

header Parameters
x-merchant
required
string

Merchant identifier.

Example: norce
x-channel
required
string

Channel identifier

Example: 1
Responses
200

OK

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Server Error

post/api/checkout/v1/orders/{order_id}/shippings/{shipping_id}/remove
Request samples
Response samples
application/json
{
  • "shippingId": "string",
  • "htmlSnippet": "string",
  • "sessionId": "string",
  • "useAddressForm": true
}
Copyright © Norce 2024. All right reserved.