patch https://apis.netspend.com/netspend-api/v1/sessions/
This endpoint updates session source_id
and source_type
:
-
source_type
is the type of session being created, representing what the session is for.- Values can be
account
orperson
.
- Values can be
-
source_id
is the ID of thesource_type
.
Notes:
-
You can omit
source_type
orsource_id
for anonymous sessions. -
You can only change
source_type
in this progression:-
anonymous session to
account
orperson
session -
account
toperson
session
-