Get SDK settings for rendering PayPal without creating an order

Requires an existing Norce order. Returns SDK settings without PaymentId and Reference for frontend rendering.

SecurityBearer
Request
path Parameters
order_id
required
string

Order 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

404

Not Found

409

Conflict

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