MCQs > IT & Programming > Paypal Web Integration MCQs > Basic Paypal Web Integration MCQs

Basic Paypal Web Integration MCQ

1.

Which of the following parameters must be specified in a GetExpressCheckoutDetails request?

Answer

Correct Answer: METHOD
TOKEN

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

2.

You have been asked by your client to set up a Paypal solution for her website. The client is asking for the following features:

1. Checkout will take place on the PayPal website.
2. Customers are not required to have a PayPal account in order to make a purchase.
3. The shopping cart will be on the client's website.

Which of the following PayPal solutions can you recommend to your client?

Answer

Correct Answer: Payflow Pro
Payflow Link

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

3.

In a SetExpressCheckout request, which parameter will be used to specify the image to appear at the top left of the payment page?

Answer

Correct Answer: HDRIMG

Note: This Question is unanswered, help us to find answer for this one

4.

Out of the following, which PayPal payment processing solution is recommended for transactions exceeding $2,000.00 USD?

Answer

Correct Answer: Direct Payment API

Note: This Question is unanswered, help us to find answer for this one

5.

If you are using L_AMTn and/or L_QTYn in a DoDirectPayment API call, which of the following parameters must also be specified?

Answer

Correct Answer: ITEMAMT

Note: This Question is unanswered, help us to find answer for this one

6.

Which of the following payment solutions includes Address Verification Services (AVS)?

Answer

Correct Answer: All of the above

Note: This Question is unanswered, help us to find answer for this one

7.

Which of the following HTML variables will be used to "Override Page Styles" on Individual Transactions for your Website Payment buttons?

Answer

Correct Answer: page_style

Note: This Question is unanswered, help us to find answer for this one

8.

While using the SOAP API with Signature Security, where will you post your request for a live transaction?

Answer

Correct Answer: https://api-3t.paypal.com/2.0/

Note: This Question is unanswered, help us to find answer for this one

9.

While using Express Checkout, where will you post your request for a test transaction?

Answer

Correct Answer: https://api-3t.sandbox.paypal.com/nvp

Note: This Question is unanswered, help us to find answer for this one

10.

Which of the following URLs will you visit to access or create a PayPal Sandbox account?

Answer

Correct Answer: https://developer.paypal.com

Note: This Question is unanswered, help us to find answer for this one

11.

Which of the following variables will be used to differentiate between live PayPal IPN and Sandbox IPN?

Answer

Correct Answer: test_ipn

Note: This Question is unanswered, help us to find answer for this one

12.

In Express Checkout by default, which method will be used to make the final sale?

Answer

Correct Answer: DoExPressCheckoutPayment

Note: This Question is unanswered, help us to find answer for this one

13.

Which of the options represents the correct sequence for making an online payment?

1.The customer selects the item to purchase and provides his/her credit card information.

2.The payment gateway sends the information to the processor which in turn routes it to the credit card issuer.

3.On receiving the relevant information, the merchant sends it to the payment processor.

4.The payment processor forwards the transaction results to the merchant, who then decides whether to accept or reject the order.

5.The bank which issued the credit card authorizes or declines the payment and sends the transaction result to the payment processor.

Answer

Correct Answer: 1,3,2,5,4

Note: This Question is unanswered, help us to find answer for this one

14.

What will be the value of PAYMENTACTION in Express Checkout so as to authorize payment for multiple captures?

Answer

Correct Answer: Order

Note: This Question is unanswered, help us to find answer for this one

15.

During each PayPal API request session, how many times must the API credentials be included?

Answer

Correct Answer: They are required with every request.

Note: This Question is unanswered, help us to find answer for this one

16.

Which of the following statements is true?

Answer

Correct Answer: A complaint occurs when a customer registers a complaint about a payment with PayPal. A chargeback occurs when a customer registers a complaint with the credit card company.

Note: This Question is unanswered, help us to find answer for this one

17.

What is the greatest value allowed in the SetExpressCheckout request for the AMT parameter?

Answer

Correct Answer: $10,000 USD

Note: This Question is unanswered, help us to find answer for this one

18.

What do you mean by the term Authorization?

Answer

Correct Answer: The process of verifying that the customer's credit card is valid, active and has sufficient credit limits.

Note: This Question is unanswered, help us to find answer for this one

19.

For a DoDirectPayment API call, which of the following values will be used with the PAYMENTACTION parameter to authorize payment for later capture?

Answer

Correct Answer: Authorization

Note: This Question is unanswered, help us to find answer for this one

20.

Your client would like her customers to be able to checkout by phone. Which PayPal solution will you recommend to your client?

Answer

Correct Answer: Virtual Terminal

Note: This Question is unanswered, help us to find answer for this one

21.

What should be the value of the AMT parameter in case of a RefundTransaction request when the REFUNDTYPE is FULL

Answer

Correct Answer: Do not set AMT.

Note: This Question is unanswered, help us to find answer for this one

22.

State whether the following statement True or False?

"The email address that you use to register on Paypal Developer Central must be the same as your live PayPal email address."

Answer

Correct Answer: False

Note: This Question is unanswered, help us to find answer for this one

23.

Out of the following PayPal payment processing solutions, which one allows a customer to checkout on the merchant's website?

Answer

Correct Answer: Payflow Pro

Note: This Question is unanswered, help us to find answer for this one

24.

Which of the following security features is not supported by any of the PayPal payment processing solutions?

Answer

Correct Answer: Site Verification Certificates

Note: This Question is unanswered, help us to find answer for this one

25.

Out of the following PayPal payment processing solutions, which is best suited for allowing merchants to accept payments via phone, fax or email?

Answer

Correct Answer: Virtual Terminal

Note: This Question is unanswered, help us to find answer for this one

26.

Upto what limit of the original amount can you reauthorize a transaction in PayPal?

Answer

Correct Answer: 115%

Note: This Question is unanswered, help us to find answer for this one

27.

While using the NVP API with Signature Security, where will you post your request for a live transaction?

Answer

Correct Answer: https://api-3t.paypal.com/nvp

Note: This Question is unanswered, help us to find answer for this one

28.

What is the default value of the PAYMENTACTION parameter in Express Checkout?

Answer

Correct Answer: Sale

Note: This Question is unanswered, help us to find answer for this one

29.

Is a customer allowed to dispute the charge of a payment made from his or her PayPal account?

Answer

Correct Answer: Yes

Note: This Question is unanswered, help us to find answer for this one

30.

What will happen if you assign different notification URLs for Instant Payment Notification(IPN) in your account profile and in your programming code?

Answer

Correct Answer: The programming code URL will override the account profile URL.

Note: This Question is unanswered, help us to find answer for this one

31.

 After how much time does the token expire in Express Checkout?

Answer

Correct Answer: 3 hours

Note: This Question is unanswered, help us to find answer for this one

32.

While using the NVP API with Certificate Security, where will you post your request for a test transaction?

Answer

Correct Answer: https://api.sandbox.paypal.com/nvp/

Note: This Question is unanswered, help us to find answer for this one

33.

While using the NVP API with Certificate Security, where will you post your request for a live transaction?

Answer

Correct Answer: https://api.paypal.com/nvp

Note: This Question is unanswered, help us to find answer for this one

34.

Does the button creation tool for PayPal Shopping Cart buttons support the encryption of the code it generates?

Answer

Correct Answer: No

Note: This Question is unanswered, help us to find answer for this one

35.

In a Name Value Pair (NVP) string, which character is used to separate the Name-Value pairs from one another and which character is used to separate the "Name" from the "Value" within each Name-Value pair?

Answer

Correct Answer: & and =

Note: This Question is unanswered, help us to find answer for this one

36.

In Express Checkout, how can you suppress the display of the shipping address on the PayPal payment pages?

Answer

Correct Answer: By setting NOSHIPPING=1

Note: This Question is unanswered, help us to find answer for this one

37.

While using the SOAP API with Certificate Security, where will you post your request for a test transaction?

Answer

Correct Answer: https://api.sandbox.paypal.com/2.0/

Note: This Question is unanswered, help us to find answer for this one

38.

Which of the following services will be used to import an API certificate into the Microsoft Windows certificate store?

Answer

Correct Answer: WinHttpCertCfg.exe

Note: This Question is unanswered, help us to find answer for this one

39.

While using the SOAP API with Certificate Security, where will you post your request for a live transaction?

Answer

Correct Answer: https://api.paypal.com/2.0/

Note: This Question is unanswered, help us to find answer for this one

40.

If the user closes the browser before redirection, which of the following is correct for Payment Data Transfer (PDT) and Instant Payment Notification (IPN)?

Answer

Correct Answer: The transaction notification will be missed in case of PDT.

Note: This Question is unanswered, help us to find answer for this one

41.

What do you mean by the term Settlement?

Answer

Correct Answer: The crediting of the payment to the merchant's account.

Note: This Question is unanswered, help us to find answer for this one

42.

Which of the following statements are not true?

Answer

Correct Answer: The payment processor is a financial institution such as American Express, Discover, MasterCard, Visa, JCB or Diners Club.
The credit card association is the entity that processes credit card transactions and settles funds for merchants.

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

43.

Which of the following APIs are related to authorization and capture?

Answer

Correct Answer: DoCapture
DoAuthorization
DoVoid

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

44.

Which of the following statements are true for PayPal Account Optional?

Answer

Correct Answer: It allows customers to make payments without having a Paypal account.
PayPal Account Optional is enabled by default.
The PayPal Account Optional feature is not available for Subscription buttons.

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

45.

Which of the following parameters are required in a DoExpressCheckoutPayment request?

Answer

Correct Answer: PAYMENTACTION
PAYERID

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

46.

Which of the following statements are correct with regard to Payment Data Transfer(PDT)?

Answer

Correct Answer: PDT requires Auto Return to be enabled.
PDT will not post data for reversals.
If the customer closes the browser window before redirection, the notification will be missed.

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

47.

If you are using encryption for your Buy Now button, which of the following statements are true?

Answer

Correct Answer: Encrypted HTML code does not support option fields.
Encrypted HTML code cannot be tinkered with.
Encrypted HTML code can be used for email payment links.

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

48.

Which of the following parameters are optional in a SetExpressCheckout request?

Answer

Correct Answer: TOKEN
PAYMENTACTION

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

49.

Which of the following form actions are used to make test payments using the PayPal Sandbox?

Answer

Correct Answer: action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post"
action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="get"

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

50.

While making a request to the PayPal server, which of the following API security parameters are required if you are using a PayPal API certificate?

Answer

Correct Answer: USER
PWD
VERSION

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

51.

Which of the following values are allowed for the cmd form field?

Answer

Correct Answer: _cart
_xclick
_s-xclick
_notify_url

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

52.

Which of the following does PayPal recommend merchants to display on the return URL?

Answer

Correct Answer: Item name
Amount paid
Payer email
Shipping address
PayPal transaction id

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

53.

Out of the following PayPal payment processing solutions, which ones do not require any programming skills (HTML/API) for implementation?

Answer

Correct Answer: Email Payments
Virtual Terminal

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

54.

PayPal offers a notification validation method called "Use Shared Secrets" which ensures validity of data and decreases network traffic to and from your website. Under what conditions should you use this method in your website to notify transactions?

Answer

Correct Answer: If you are using an SSL enabled web server.
If you are using the notify_url variable on each individual payment transaction.
If you are using Encrypted Website Payments.

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

55.

While creating a Buy Now button using Merchant Services, which of the following parameters are optional under Item Details?

Answer

Correct Answer: Item name/service
Weight
Buyer's default country

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

56.

Which of the following are valid refund types for the REFUNDTYPE parameter of the RefundTransaction request?

Answer

Correct Answer: FULL
PARTIAL
OTHER

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

57.

While making a DoDirectPayment API call, which of the following Parameters must be included in the Name-Value string?

Answer

Correct Answer: PAYMENTACTION
ACCT
STREET

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

58.

If the Auto Return feature is enabled in the PayPal profile, which of the following PayPal payments will it apply to?

Answer

Correct Answer: Buy Now
Shopping Cart
Subscription
Donation buttons
Gift Certificate

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

59.

In which of the following buttons is the PayPal Account Optional feature available?

Answer

Correct Answer: Buy Now buttons
Cart buttons
Shopping buttons
Donation buttons

Note: This question has more than 1 correct answers

Note: This Question is unanswered, help us to find answer for this one

search
Paypal Web Integration Subjects