action.order.capture

BNAUD
Contributor
Contributor

Hello,

With createOrder function, is it possible to reduce the form for Credit Card payment ?

like suppress Address or mobile number. It's for immediat service payment

 

Regards

Login to Me Too
1 ACCEPTED SOLUTION

Accepted Solutions
Solved

MTS_Chiranjeevi
Moderator
Moderator

Hi @BNAUD,

 

Thank you for contacting PayPal community.

 

Our sincere apologies for the inconvenience caused.

 

Yes, you can able to remove the shipping address fields during PayPal checkout using parameter "NOSHIPPING".

 

I request to please contact your website developer, to cross check your website payment request API calls and modify the value "NOSHIPPING to "1" in your payment calls. 

Once this settings is done, PayPal system will not show/provide the shipping address option to the customers and resolves the issue.

NOSHIPPING : Determines whether PayPal displays shipping address fields on the PayPal pages. For digital goods, this field is required, and you must set it to 1.

Value is:
• 0 — PayPal displays the shipping address on the PayPal pages.
• 1 — PayPal does not display shipping address fields and removes shipping information from the transaction.
• 2 — If you do not pass the shipping address, PayPal obtains it from the buyer's account profile.

 

Guide link for reference.

 

You can also prefill the payer/buyer details during checkout using Optimize the card fields.


Note - This parameter will disable shipping address during PayPal checkout flow. 

Thank you so much for your patience and understanding.

Sincerely,

Chiranjeevi

PayPal, Inc.

 

If this post or any other was helpful, please enrich the community by giving kudos or accepting it as a solution.

View solution in original post

Login to Me Too
1 REPLY 1
Solved

MTS_Chiranjeevi
Moderator
Moderator

Hi @BNAUD,

 

Thank you for contacting PayPal community.

 

Our sincere apologies for the inconvenience caused.

 

Yes, you can able to remove the shipping address fields during PayPal checkout using parameter "NOSHIPPING".

 

I request to please contact your website developer, to cross check your website payment request API calls and modify the value "NOSHIPPING to "1" in your payment calls. 

Once this settings is done, PayPal system will not show/provide the shipping address option to the customers and resolves the issue.

NOSHIPPING : Determines whether PayPal displays shipping address fields on the PayPal pages. For digital goods, this field is required, and you must set it to 1.

Value is:
• 0 — PayPal displays the shipping address on the PayPal pages.
• 1 — PayPal does not display shipping address fields and removes shipping information from the transaction.
• 2 — If you do not pass the shipping address, PayPal obtains it from the buyer's account profile.

 

Guide link for reference.

 

You can also prefill the payer/buyer details during checkout using Optimize the card fields.


Note - This parameter will disable shipping address during PayPal checkout flow. 

Thank you so much for your patience and understanding.

Sincerely,

Chiranjeevi

PayPal, Inc.

 

If this post or any other was helpful, please enrich the community by giving kudos or accepting it as a solution.

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.