PayPal Mobile Payments Library - 2012 iOS Guida Utente

Navigare online o scaricare Guida Utente per Software PayPal Mobile Payments Library - 2012 iOS. PayPal Mobile Payments Library - 2012 iOS Developer's Guide Manuale Utente

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 57
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 0
Mobile Payments Library
Developer Guide and
Reference –
iOS Edition
Last updated: Augst 2012
Vedere la pagina 0
1 2 3 4 5 6 ... 56 57

Sommario

Pagina 1 - Reference –

Mobile Payments Library Developer Guide and Reference – iOS Edition Last updated: Augst 2012

Pagina 2

10 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition Parameter Description PayPalApplicationId: (Required) PayP

Pagina 3 - Contents

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 11 Parameter Description buttonTextType: (Optional) Determines

Pagina 4

12 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition For a complete list of languages supported by the library, pl

Pagina 5 - Preface

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 13 There are two delegate functions, one for Simple Payments and o

Pagina 6

14 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition paymentCanceled Method This method is called as soon as the b

Pagina 7

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 15 generated pay keys. More details and documentation are availabl

Pagina 8

16 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition Simple, Parallel, and Chained Payments Simple payments have a

Pagina 9 - NOTES:

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 17 Chained Payments A chained payment is a payment from a sender t

Pagina 10

18 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition Preapprovals The PayPal Mobile Payments Library lets you obt

Pagina 11

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 19 special codes that buyers enter to authorize preapproved paymen

Pagina 12

PayPal Mobile Payments Developer Guide and Reference – iOS Edition Document Number 10105.en_US-201208 © 2011 PayPal, Inc. All rights

Pagina 13

20 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition Method Sequence for Preapproval Checkout

Pagina 14

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 21 Custom Objects in the Mobile Payments Library The Mobile Payme

Pagina 15

22 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition PayPalPayment This object is passed to the library in the Che

Pagina 16

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 23 PayPalAdvancedPayment This object is passed to the library in t

Pagina 17

24 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition Property Description paymentSubType (Optional) The payment

Pagina 18

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 25 PayPalInvoiceData This object is an optional parameter to a Pay

Pagina 19 - Preapproval

26 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition PayPalReceiverAmounts This object is used in the dynamic amou

Pagina 20

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 27 NOTE: If the buttonTextType parameter is set to 'TEXT_DO

Pagina 21

28 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition PayPalPaymentStatus STATUS_COMPLETED: The payment has comple

Pagina 22

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 29 Country or Region Supported Locale Codes Germany de_DE en_D

Pagina 23

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 3 Contents Preface ...

Pagina 24

30 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition • PayPalInvoiceItem.h • PayPalPayment.h • PayPalPreapprova

Pagina 25

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 31 Implementation File The following snippet shows a simplified v

Pagina 26

32 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition tax = taxAmount[i]; shipping = shippingAmount[i]; de

Pagina 27

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 33 currentPayment.invoiceData = [[[PayPalInvoiceData alloc]

Pagina 28

34 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition Dynamic Amount Calculation This method is called by the libra

Pagina 29

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 35 - (NSMutableArray *)adjustAmountsAdvancedForAddress:(PayPalAdd

Pagina 30 - Sample Code

36 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition 2. The Checkout Experience with the Mobile Payments Library

Pagina 31

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 37 Checkout Experience #2 – Goods or Services without Shipping Pa

Pagina 32

38 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition Checkout Experience #3 – Donations Payment type = Service /

Pagina 33

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 39 Checkout Experience #4 – Personal Send Money Payments Payment t

Pagina 34

4 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition Checkout Experience #2 – Goods or Services without Shipping ..

Pagina 35

40 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition Checkout Experience #5 – Create Pin In the preceding experie

Pagina 36

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 41 Checkout Experience #6 – Preapproval In this experience, you ex

Pagina 37

42 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition Creating Preapproval PINs During Preapproval Checkout Depend

Pagina 38

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 43 3. Submitting Your Application to PayPal Before you submit yo

Pagina 39

44 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition A. Currencies Supported by PayPal PayPal uses 3-character IS

Pagina 40

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 45 B. Countries and Regions Supported by PayPal PayPal uses 2-cha

Pagina 41

46 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition Country or Region Code Eritrea ER Estonia EE Ethiopia

Pagina 42 - Pay request that you send

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 47 Country or Region Code Monaco MC Mongolia MN Monstserrat

Pagina 43

48 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition Country or Region Code Uganda UG Ukraine UA United Ara

Pagina 44

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 49 C. Creating an Ad Hoc Build The Ad Hoc distribution method fo

Pagina 45

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 5 Preface The PayPal Mobile Payments Library provides secure, ext

Pagina 46

50 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition 5. In the Common Name field enter your name. Ensure that th

Pagina 47

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 51 Locating your Device ID 1. Connect your device to your Mac and

Pagina 48

52 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition 1. Navigate to the App ID section of the Program Portal. 2.

Pagina 49

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 53 Creating a Distribution Provisioning Profile To successfully bu

Pagina 50 - Adding Device IDs

54 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition Creating the Build in Xcode After the Distribution Provisioni

Pagina 51 - Creating the App ID

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 55 The preceding example shows ‘iPhone Distribution

Pagina 52

56 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition 9. Name the file “Entitlements.plist” and click Finish. Thi

Pagina 53

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 57 Verifying a Successful Ad Hoc Distribution Build 1. Open the B

Pagina 54 - Creating the Build in Xcode

6 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition Version Date Published Description 1.0 October 2010 Adde

Pagina 55 - .mobileprovision file

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 7 1. PayPal Mobile Payments Library This section provides detail

Pagina 56

8 August 2012 PayPal Mobile Payments Developer Guide and Reference – iOS Edition NOTE: The Mobile Payments Library binds specific devices to s

Pagina 57

Mobile Payments Library Developer Guide and Reference –iOS Edition August 2012 9 In either case, you need to make sure the initialization is succ

Commenti su questo manuale

Nessun commento