Paypal Payment REST API web experience profile

前端 未结 3 609
难免孤独
难免孤独 2021-01-20 01:00

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

3条回答
  •  时光取名叫无心
    2021-01-20 01:09

    • There's no "lifecycle time" defined for a web experience profile, not until you update it or delete the profile
      DELETE /v1/payment-experience/web-profiles/

    • Pass the profile ID into the JSON payload for each payment request,

      "experience_profile_id": "XP-CP6S-W9DY-96H8-MVN2"
      

      reuse the profile unless you need different experience settings (allow shipping / note / logo img, etc).

    Check this out for more details on Payment Experience overview

提交回复
热议问题