PayPalDetailsDto
PayPal payment method details
countrystringRequired
The country code of the PayPal account
payer_emailstringRequired
The PayPal account email
payer_idstringRequired
The PayPal payer identifier
payer_namestringRequired
The PayPal account holder name
vaultbooleanRequired
Indicates if this PayPal account is vaulted
pending_vault_approvalbooleanOptional
Indicates if vault approval is pending
standalone_setupbooleanOptional
Indicates if this is a standalone setup
Example
{
"country": "US",
"payer_email": "john.doe@example.com",
"payer_id": "PAYERID123",
"payer_name": "John Doe",
"vault": true,
"pending_vault_approval": false,
"standalone_setup": false
}