Transfer Loyalty Points
POST /v1.0/points/transfer.json?identifier=:identifier&points=:points&txid=:txid&channel_id=:channel_id
Parameters
Name |
Description |
identifier
|
Unique customer loyalty number
|
points
|
Number of points to transfer
|
txid
|
Unique transaction id for the transfer for logging and to protect duplicates
|
channel_id
|
Channel making the request (Optional)
|
Request
Headers
Route
POST /v1.0/points/transfer.json?identifier=foo@bar.com&points=1000&txid=7ef03016ddf9029910346643d9031812&channel_id=55
Query Parameters
identifier: foo@bar.com
points: 1000
txid: 7ef03016ddf9029910346643d9031812
channel_id: 55
Response
Headers
Status
200 OK
Body