PayPal p11-101 practice test

PayPal Certified Developer Payments Exam


Question 1

When the status of a transaction returned in the response of TransactionSearch is "Pending," what
API call do you have to run to get the reason for the "Pending" status?

  • A. GetTransactionStatusDetails
  • B. GetStatusDetails
  • C. GetPendingReason
  • D. GetTransactionDetails
Answer:

D

Discussions
0 / 1000

Question 2

Which two of the following variables are required for the TransactionSearch API?

  • A. METHOD
  • B. STARTDATE
  • C. EWDDATE
  • D. TRANSACTIONS
  • E. TRANSACTIONCLASS
Answer:

A, B

Discussions
0 / 1000

Question 3

Select the correct sequence of operations for creating a PayPal Account with a bank account using
the Adaptive Accounts API?
1. Set the AccountType equal to PERSONAL
2. Redirect the user to PayPal
3. Set the createAccountKey
4. Make the CreateAccount API method call.
5. Make the AddBankAccount API method call.

  • A. 3, 4, 1, 5, 2
  • B. 3, 4, 2, 1, 5
  • C. 1, 4, 2, 3, 5
  • D. 1, 4, 3, 5, 2
Answer:

C

Discussions
0 / 1000

Question 4

How many reauthorizations can be done on a single authorization?

  • A. 1
  • B. 3
  • C. 4
  • D. 5
Answer:

A

Discussions
0 / 1000

Question 5

When redirecting the sender's browser during an embedded payment flow using the Adaptive
Payments API, which parameter is required (not optional)?

  • A. token
  • B. receiverEmail
  • C. payKey
  • D. preapprovalKey
Answer:

C

Discussions
0 / 1000

Question 6

Based on how long a buyer has to open a dispute with PayPal once a transaction has been
completed, how long should order information be retained in a database?

  • A. 7 days
  • B. 20 days
  • C. 45 days
  • D. 90 days
  • E. 180 days
Answer:

C

Discussions
0 / 1000

Question 7

When executing a DoAuthorization call, what value should be passed as the order id to authorize
payment?

  • A. correlationId
  • B. transactionId
  • C. authorizationId
  • D. orderId
Answer:

B

Discussions
0 / 1000

Question 8

The Instant Update/Callback API is used for______________. (Choose the best description to
complete the sentence.)

  • A. Triggering PayPal to send out an email to the merchant.
  • B. Triggering PayPal to send out an email to the buyer.
  • C. Updating your shopping cart or site to verify that an order has successfully completed.
  • D. Updating the PayPal Review page with shipping options, insurance, and tax information.
  • E. Updating existing recurring payment profiles on your account.
Answer:

D

Discussions
0 / 1000

Question 9

What is the variable used to signify that a transaction is an auction payment.

  • A. auction_payment
  • B. for_auction
  • C. bidding_purchase
  • D. sale
Answer:

B

Discussions
0 / 1000

Question 10

When performing an Express API call, what two API calls are required from start to finish completing
an Express Checkout payment?

  • A. Instant Update API
  • B. SetExpressCheckoutAPI
  • C. GetExpressCheckoutDetailsAPI
  • D. DoExpressCheckoutPaymentAPI
  • E. CompleteExpressCheckoutPayment API
Answer:

B, D

Discussions
0 / 1000
To page 2