I am using the paypals rest API and integrating paypal with payments.
I manage to create the web experience profile with the following code, but i cant run this code
In addition to the previous answer -
name
id
(assigned to it by Paypal)Depending on how you want to implement this, you flow could possibly be to
Obtain existing profiles (if any)
Then evaluate whether you want to add or obtain the id
name
(or id
) exists, obtain/use its id
, otherwise,id
Hth...