CreatePartnerReferral

Requires registered webhook(s), so that we can receive the referral confirmation from PayPal.

SecurityBearer
Request
header Parameters
x-merchant
required
string

Merchant identifier.

Example: norce
x-channel
required
string

Channel identifier

Example: 1
Request Body schema: application/json
email
string
returnUrl
string
Responses
303

See Other

400

Bad Request

404

Not Found

500

Internal Server Error

post/api/v1/partner-referral
Request samples
application/json
{
  • "email": "string",
  • "returnUrl": "string"
}
Response samples
application/json
{
  • "code": "cart-not-found",
  • "message": "Cart with id:{id} now found."
}
Copyright © Norce 2024. All right reserved.