Remove a Paypal payment

Requires an existing Norce order and payment.

SecurityBearer
Request
path Parameters
order_id
required
string

Order identifier

payment_id
required
string

Payment identifier

header Parameters
x-merchant
required
string

Merchant identifier.

Example: norce
x-channel
required
string

Channel identifier

Example: 1
Responses
204

No Content

400

Bad Request

404

Not Found

409

Conflict

delete/api/v1/orders/{order_id}/payments/{payment_id}
Request samples
Response samples
application/json
{
  • "code": "cart-not-found",
  • "message": "Cart with id:{id} now found."
}
Copyright © Norce 2024. All right reserved.