On this page
No Headings
Oauth 2.0 authentication
In: header
Scope: https://uri.paypal.com/services/payments/payment
The ID of the profile to delete.
Required for operations with a request body. The value is application/. Where the 'format' is 'json'.
application/json
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
curl -X PUT "https://api-m.paypal.com/v1/payment-experience/v1/payment-experience/web-profiles/string" \ -H "Content-Type: string" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{
"name": "string",
"debug_id": "string",
"message": "string",
"information_link": "string",
"details": [
{
"field": "string",
"issue": "string"
}
]
}{
"name": "string",
"debug_id": "string",
"message": "string",
"information_link": "string",
"details": [
{
"field": "string",
"issue": "string"
}
]
}The web experience profile name. Must be unique for a set of profiles for a merchant.
1 <= length <= 50Indicates whether the profile persists for three hours or permanently. To persist the profile permanently, set to false. To persist the profile for three hours, set to true.
The flow configuration parameters.
The input field customization parameters.
The style and presentation parameters.