Create a new Paypal order and redirect to the payment page

Requires an existing Norce order. This endpoint is idempotent

Request
path Parameters
order_id
required
string

Order identifier

query Parameters
merchant
required
string

Merchant

channel
required
string

Channel

Responses
200

OK

400

Bad Request

404

Not Found

409

Conflict

get/api/v1/orders/{order_id}/payments/redirect
Request samples
Response samples
application/json
{
  • "paymentId": "string",
  • "reference": "string",
  • "sdkUrl": "string",
  • "partnerAttributionId": "string",
  • "sdkSettings": {
    }
}
Copyright © Norce 2024. All right reserved.