# CreateRecurringPaymentsProfile API Operation (NVP) (/api/nvp-soap/create-recurring-payments-profile-nvp)



> **Note:** **Important:** NVP/SOAP is a legacy integration method. We accept new integrations and support existing integrations, but there are newer solutions. If you're starting an integration, [we recommend our latest solutions](/).

Creates a recurring payments profile. You must invoke the CreateRecurringPaymentsProfile API operation for each profile you want to create. The API operation creates a profile and an associated billing agreement.

> **Note:** **Note:** There is a one-to-one correspondence between billing agreements and recurring payments profiles. To associate a recurring payments profile with its billing agreement, you must ensure that the description in the recurring payments profile matches the description of a billing agreement. For version 54.0 and later, use `SetExpressCheckout` to initiate creation of a billing agreement.

## CreateRecurringPaymentsProfile Request Message [#createrecurringpaymentsprofile-request-message]

### CreateRecurringPaymentsProfile Request Fields [#createrecurringpaymentsprofile-request-fields]

| Field          | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `METHOD`<br /> | *(Required)* Must be `CreateRecurringPaymentsProfile`.<br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| `TOKEN`<br />  | A timestamped token, the value of which was returned in the response to the first call to `SetExpressCheckout`. You can also use the token returned in the `SetCustomerBillingAgreement` response. Either this token or a credit card number is required. If you include both token and credit card number, the token is used and credit card number is ignored Call `CreateRecurringPaymentsProfile` once for each billing agreement included in `SetExpressCheckout` request and use the same token for each call. Each `CreateRecurringPaymentsProfile` request creates a single recurring payments profile.<br /> > **Note:** &#x2A;*Note:** Tokens expire after approximately 3 hours. |

### Recurring Payments Profile Details Fields [#recurring-payments-profile-details-fields]

| Field                    | Description                                                                                                                                                                                                                                                                                      |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `SUBSCRIBERNAME`<br />   | *(Optional)* Full name of the person receiving the product or service paid for by the recurring payment. If not present, the name in the buyer's PayPal account is used.<br /> Character length and limitations: 32 double-byte characters<br />                                                 |
| `PROFILESTARTDATE`<br /> | *(Required)* The date when billing for this profile begins.<br /> > **Note:** &#x2A;*Note:** The profile may take up to 24 hours for activation. Character length and limitations: Must be a valid date, in UTC/GMT format; for example, `2013-08-24T05:38:48Z`. No wildcards are allowed.<br /> |
| `PROFILEREFERENCE`<br /> | *(Optional)* The merchant's own unique reference or invoice number.<br /> Character length and limitations: 127 single-byte alphanumeric characters<br />                                                                                                                                        |

### Schedule Details Fields [#schedule-details-fields]

| Field                     | Description                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `DESC`<br />              | *(Required)* Description of the recurring payment.<br /> > **Note:** &#x2A;*Note:** You must ensure that this field matches the corresponding billing agreement description included in the `SetExpressCheckout` request. Character length and limitations: 127 single-byte alphanumeric characters<br />                                                                                                                                                 |
| `MAXFAILEDPAYMENTS`<br /> | *(Optional)* Number of scheduled payments that can fail before the profile is automatically suspended. An IPN message is sent to the merchant when the specified number of failed payments is reached.<br /> Character length and limitations: Number string representing an integer<br />                                                                                                                                                                |
| `AUTOBILLOUTAMT`<br />    | *(Optional)* Indicates whether you would like PayPal to automatically bill the outstanding balance amount in the next billing cycle. The outstanding balance is the total amount of any previously failed scheduled payments that have yet to be successfully paid. Value is:<br /> <br /> `NoAutoBill` — PayPal does not automatically bill the outstanding balance.<br />`AddToNextBilling` — PayPal automatically bills the outstanding balance.<br /> |

### Billing Period Details Fields [#billing-period-details-fields]

| Field                           | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `BILLINGPERIOD`<br />           | *(Required)* Unit for billing during this subscription period. Value is:<br /> <br /> `Day`<br />`Week`<br />`SemiMonth`<br />`Month`<br />`Year`<br /> For `SemiMonth`, billing is done on the 1st and 15th of each month.<br /> > **Note:** &#x2A;*Note:** The combination of `BillingPeriod` and `BillingFrequency` cannot exceed one year.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| `BILLINGFREQUENCY`<br />        | *(Required)* Number of billing periods that make up one billing cycle.<br /> The combination of billing frequency and billing period must be less than or equal to one year. For example, if the billing cycle is `Month`, the maximum value for billing frequency is 12. Similarly, if the billing cycle is `Week`, the maximum value for billing frequency is 52.<br /> > **Note:** &#x2A;*Note:** If the billing period is `SemiMonth`, the billing frequency must be 1.                                                                                                                                                                                                                                                                                                                                                                                |
| `TOTALBILLINGCYCLES`<br />      | *(Optional)* Number of billing cycles for payment period.<br /> <br /> For the regular payment period, if no value is specified or the value is 0, the regular payment period continues until the profile is canceled or deactivated.<br />For the regular payment period, if the value is greater than 0, the regular payment period will expire after the trial period is finished and continue at the billing frequency for `TotalBillingCycles` cycles.<br />                                                                                                                                                                                                                                                                                                                                                                                          |
| `AMT`<br />                     | *(Required)* Billing amount for each billing cycle during this payment period. This amount does not include shipping and tax amounts.<br /> > **Note:** &#x2A;*Note:** All amounts in the `CreateRecurringPaymentsProfile` request must have the same currency. Character length and limitations: Value is typically a positive number that cannot exceed nine (9) digits in SOAP request/response for USD, CLP, or JPY or the [per transaction limit for the currency](/api/nvp-soap/currency-codes/). It includes no currency symbol. Most currencies require two decimal places. The decimal separator must be a period (`.`), and the optional thousands separator must be a comma (`,`). Some currencies do not allow decimals. For details, see the [currency codes page](/api/nvp-soap/currency-codes/).<br />                                      |
| `TRIALBILLINGPERIOD`<br />      | Unit for billing during this subscription period; required if you specify an optional trial period. Value is:<br /> `Day`<br />`Week`<br />`SemiMonth`<br />`Month`<br />`Year`<br /> For `SemiMonth`, billing is done on the 1st and 15th of each month.<br /> > **Note:** &#x2A;*Note:** The combination of `BillingPeriod` and `BillingFrequency` cannot exceed one year.                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `TRIALBILLINGFREQUENCY`<br />   | Number of billing periods that make up one billing cycle; required if you specify an optional trial period.<br /> The combination of billing frequency and billing period must be less than or equal to one year. For example, if the billing cycle is `Month`, the maximum value for billing frequency is 12. Similarly, if the billing cycle is `Week`, the maximum value for billing frequency is 52.<br /> > **Note:** &#x2A;*Note:** If the billing period is `SemiMonth`, the billing frequency must be 1.                                                                                                                                                                                                                                                                                                                                           |
| `TRIALTOTALBILLINGCYCLES`<br /> | *(Optional)* Number of billing cycles for trial payment period.<br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `TRIALAMT`<br />                | Billing amount for each billing cycle during this payment period; required if you specify an optional trial period. This amount does not include shipping and tax amounts.<br /> > **Note:** &#x2A;*Note:** All amounts in the `CreateRecurringPaymentsProfile` request must have the same currency. Character length and limitations: Value is typically a positive number that cannot exceed nine (9) digits in SOAP request/response for USD, CLP, or JPY or the [per transaction limit for the currency](/api/nvp-soap/currency-codes/). It includes no currency symbol. Most currencies require two decimal places. The decimal separator must be a period (`.`), and the optional thousands separator must be a comma (`,`). Some currencies do not allow decimals. For details, see the [currency codes page](/api/nvp-soap/currency-codes/).<br /> |
| `CURRENCYCODE`<br />            | *(Required)* [Currency code](/api/nvp-soap/currency-codes/) (default is USD).<br /> Character length and limitations: 3 single-byte characters<br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| `SHIPPINGAMT`<br />             | *(Optional)* Shipping amount for each billing cycle during this payment period.<br /> > **Note:** &#x2A;*Note:** All amounts in the request must have the same currency. Character length and limitations: Value is typically a positive number that cannot exceed nine (9) digits in SOAP request/response for USD, CLP, or JPY or the [per transaction limit for the currency](/api/nvp-soap/currency-codes/). It includes no currency symbol. Most currencies require two decimal places. The decimal separator must be a period (`.`), and the optional thousands separator must be a comma (`,`). Some currencies do not allow decimals. For details, see the [currency codes page](/api/nvp-soap/currency-codes/).<br />                                                                                                                             |
| `TAXAMT`<br />                  | *(Optional)* Tax amount for each billing cycle during this payment period.<br /> > **Note:** &#x2A;*Note:** All amounts in the request must have the same currency. Character length and limitations: Value is typically a positive number that cannot exceed nine (9) digits in SOAP request/response for USD, CLP, or JPY or the [per transaction limit for the currency](/api/nvp-soap/currency-codes/). It includes no currency symbol. Most currencies require two decimal places. The decimal separator must be a period (`.`), and the optional thousands separator must be a comma (`,`). Some currencies do not allow decimals. For details, see the [currency codes page](/api/nvp-soap/currency-codes/).<br />                                                                                                                                  |

### Activation Details Fields [#activation-details-fields]

| Field                       | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| --------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `INITAMT`<br />             | *(Optional)* Initial non-recurring payment amount due immediately upon profile creation. Use an initial amount for enrollment or setup fees.<br /> > **Note:** &#x2A;*Note:** All amounts included in the request must have the same currency. Character length and limitations: Value is typically a positive number that cannot exceed nine (9) digits in SOAP request/response for USD, CLP, or JPY or the [per transaction limit for the currency](/api/nvp-soap/currency-codes/). It includes no currency symbol. Most currencies require two decimal places. The decimal separator must be a period (`.`), and the optional thousands separator must be a comma (`,`). Some currencies do not allow decimals. For details, see the [currency codes page](/api/nvp-soap/currency-codes/).<br />                                                                                                                                                                                                                                                                                                                                                                             |
| `FAILEDINITAMTACTION`<br /> | *(Optional)* Action you can specify when a payment fails. Value is:<br /> <br /> `ContinueOnFailure` — By default, PayPal suspends the pending profile in the event that the initial payment amount fails. You can override this default behavior by setting this field to `ContinueOnFailure`. Then, if the initial payment amount fails, PayPal adds the failed payment amount to the outstanding balance for this recurring payment profile.<br /> When you specify `ContinueOnFailure`, a success code is returned to you in the `CreateRecurringPaymentsProfile` response and the recurring payments profile is activated for scheduled billing immediately. You should check your IPN messages or PayPal account for updates of the payment status.<br />`CancelOnFailure` — If this field is not set or you set it to `CancelOnFailure`, PayPal creates the recurring payment profile, but places it into a pending status until the initial payment completes. If the initial payment clears, PayPal notifies you by IPN that the pending profile has been activated. If the payment fails, PayPal notifies you by IPN that the pending profile has been canceled.<br /> |

### Ship To Address Fields [#ship-to-address-fields]

| Field                  | Description                                                                                                                                                                                                                                                                                                                                |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `SHIPTONAME`<br />     | Person's name associated with this shipping address. It is required if using a shipping address.<br /> Character length and limitations: 32 double-byte characters<br />                                                                                                                                                                   |
| `SHIPTOSTREET`<br />   | First street address. It is required if using a shipping address.<br /> Character length and limitations: 100 single-byte characters<br />                                                                                                                                                                                                 |
| `SHIPTOSTREET2`<br />  | *(Optional)* Second street address.<br /> Character length and limitations: 100 single-byte characters<br />                                                                                                                                                                                                                               |
| `SHIPTOCITY`<br />     | Name of city. It is required if using a shipping address.<br /> Character length and limitations: 40 single-byte characters<br />                                                                                                                                                                                                          |
| `SHIPTOSTATE`<br />    | State or province.<br /> Required for transactions only if the address is in one of the following countries: Argentina, Brazil, Canada, China, Indonesia, India, Japan, Mexico, Thailand or USA. See the list of PayPal [state codes](/api/nvp-soap/state-codes/).<br /> Character length and limitations: 40 single-byte characters<br /> |
| `SHIPTOZIP`<br />      | U.S. ZIP code or other country-specific postal code. It is required if using a U.S. shipping address; may be required for other countries.<br /> Character length and limitations: 20 single-byte characters<br />                                                                                                                         |
| `SHIPTOCOUNTRY`<br />  | Country code. It is required if using a shipping address.<br /> Character length and limitations: 2 single-byte characters<br />                                                                                                                                                                                                           |
| `SHIPTOPHONENUM`<br /> | *(Optional)* Phone number.<br /> Character length and limitations: 20 single-byte characters<br />                                                                                                                                                                                                                                         |

### Credit Card Details Fields [#credit-card-details-fields]

| Field                  | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `CREDITCARDTYPE`<br /> | *(Optional)* Type of credit card. For UK, only `Maestro`, `Mastercard`, `Discover`, and `Visa` are allowable. For Canada, only `Mastercard` and `Visa` are allowable and Interac debit cards are not supported. Value is:<br /> `Visa``Mastercard``Discover``Amex``JCB``Maestro`: See note. > **Note:** &#x2A;*Note:** If the credit card type is `Maestro`, you must set `CURRENCYCODE` to `GBP`. In addition, you must specify either `STARTDATE` or `ISSUENUMBER`. Character length and limitations: Up to 10 single-byte alphabetic characters<br /> |
| `ACCT`<br />           | *(Required)* Credit card number.<br /> Character length and limitations: Numeric characters only with no spaces or punctuation. The string must conform with modulo and length required by each credit card type.<br />                                                                                                                                                                                                                                                                                                                                  |
| `EXPDATE`<br />        | Credit card expiration date. This field is required if you are using recurring payments with direct payments.<br /> Character length and limitations: 6 single-byte alphanumeric characters, including leading zero, in the format MMYYYY<br />                                                                                                                                                                                                                                                                                                          |
| `CVV2`<br />           | Card Verification Value, version 2. Your Merchant Account settings determine whether this field is required. To comply with credit card processing regulations, you must not store this value after a transaction has been completed.<br /> Character length and limitations: For Visa, Mastercard, and Discover, the value is exactly 3 digits. For American Express, the value is exactly 4 digits.<br />                                                                                                                                              |
| `STARTDATE`<br />      | *(Optional)* Month and year that Maestro card was issued.<br /> Character length and limitations: Must be 6 digits, including leading zero, in the format MMYYYY<br />                                                                                                                                                                                                                                                                                                                                                                                   |
| `ISSUENUMBER`<br />    | *(Optional)* Issue number of Maestro card.<br /> Character length and limitations: 2 numeric digits maximum<br />                                                                                                                                                                                                                                                                                                                                                                                                                                        |

### Payer Information Fields [#payer-information-fields]

| Field               | Description                                                                                                                                                                    |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `EMAIL`<br />       | *(Required)* Email address of buyer.<br /> Character length and limitations: 127 single-byte characters<br />                                                                  |
| `PAYERID`<br />     | *(Optional)* Unique PayPal Customer Account identification number.<br /> Character length and limitations:13 single-byte alphanumeric characters<br />                         |
| `PAYERSTATUS`<br /> | *(Optional)* Status of buyer. Value is:<br /> <br /> `verified`<br />`unverified`<br /> Character length and limitations: 10 single-byte alphabetic characters<br />           |
| `COUNTRYCODE`<br /> | *(Optional)* Buyer's country of residence in the form of ISO standard 3166 two-character country codes.<br /> Character length and limitations: 2 single-byte characters<br /> |
| `BUSINESS`<br />    | *(Optional)* Buyer's business name.<br /> Character length and limitations: 127 single-byte characters<br />                                                                   |

### Payer Name Fields [#payer-name-fields]

| Field              | Description                                                                                               |
| ------------------ | --------------------------------------------------------------------------------------------------------- |
| `SALUTATION`<br /> | *(Optional)* Buyer's salutation.<br /> Character length and limitations: 20 single-byte characters<br />  |
| `FIRSTNAME`<br />  | *(Optional)* Buyer's first name.<br /> Character length and limitations: 64 double-byte characters<br />  |
| `MIDDLENAME`<br /> | *(Optional)* Buyer's middle name.<br /> Character length and limitations: 64 double-byte characters<br /> |
| `LASTNAME`<br />   | *(Optional)* Buyer's last name.<br /> Character length and limitations: 64 double-byte characters<br />   |
| `SUFFIX`<br />     | *(Optional)* Buyer's suffix.<br /> Character length and limitations: 12 single-byte characters<br />      |

### Address Fields [#address-fields]

| Field                  | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `STREET`<br />         | *(Required)* First street address.<br /> Character length and limitations: 100 single-byte characters<br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `STREET2`<br />        | *(Optional)* Second street address.<br /> Character length and limitations: 100 single-byte characters<br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| `CITY`<br />           | *(Required)* Name of city.<br /> Character length and limitations: 40 single-byte characters<br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `STATE`<br />          | *(Required)* State or province.<br /> Character length and limitations: 40 single-byte characters<br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `COUNTRYCODE`<br />    | *(Required)* Country code.<br /> Character length and limitations: 2 single-byte characters<br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| `ZIP`<br />            | *(Required)* U.S. ZIP code or other country-specific postal code.<br /> Character length and limitations: 20 single-byte characters<br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| `SHIPTOPHONENUM`<br /> | *(Optional)* Phone number.<br /> Character length and limitations: 20 single-byte characters<br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| `SOFTDESCRIPTOR`       | *(Optional)* Information that is usually displayed in the account holder's statement, for example, `<Your-Not-For-Profit> <State>`, `<Your-Not-For-Profit> <Branch-Name>`, `<Your-Website> dues` or `<Your-Website> list fee`.<br /> <br />Character length and limitations: 23 alphanumeric characters, can include the special characters dash (`-`) and dot (`.`) only. Asterisks (`*`) are NOT permitted. If it includes a space character (` `), enclose the `"<Soft-Descriptor>"` value in double quotes. > **Note:** &#x2A;*Note:** For US Website Payments Pro AMEX cards only and only for merchants passing dynamic soft descriptors, the dynamic soft descriptors for AMEX cards are only guaranteed once the transaction settles. This means that during the authorization time the card issuing bank might show their customer the registered business or legal name for the merchant versus the dynamic soft descriptor passed on a per API transaction.<br /> |
| `SOFTDESCRIPTORCITY`   | *(Optional)* A unique phone number, email address or URL, which is displayed on the account holder's statement. PayPal recommends passing a toll-free phone number because, typically, this is the easiest way for a buyer to contact the seller in the case of an inquiry.<br /><br />Character length and limitations: 13 characters including special characters, such as, space, `!`, `"`, `#`, `$`, `%`, `&`, `'`, `(`, `)`, `+`, `-`,`*`, `/`, `:`, `;`, `<`, `=`, `>`, `?`, `@`, comma and period.<br /><br />If it includes the space character (` `), enclose the `"<Soft-Descriptor-City>"` value in double quotes.<br /><br /> > **Note:** &#x2A;*Note:** Underscore (`_`) is an illegal character for this field. If it is passed, then it will be removed leaving the remaining characters in the same order. For example, `New_York` changes to `NewYork`.<br />                                                                                               |

### Payment Details Item Fields [#payment-details-item-fields]

| Field                                    | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `L_PAYMENTREQUEST_n_ITEMCATEGORYm`<br /> | Indicates whether the item is digital or physical. For digital goods, this field is required and must be set to `Digital` to get the best rates. Is one of the following values. These parameters must be ordered sequentially beginning with 0 (for example `L_PAYMENTREQUEST_n_ITEMCATEGORY0`, `L_PAYMENTREQUEST_n_ITEMCATEGORY1`). Is one of the following values:<br /> <br /> `Digital`<br />`Physical`<br /> This field is introduced in version 69.0.<br />                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| `L_PAYMENTREQUEST_n_NAMEm`<br />         | Item name. This field is required when `ItemCategory` is passed.<br /> Item name. This field is required when `L_PAYMENTREQUEST_n_ITEMCATEGORYm` is passed. These parameters must be ordered sequentially beginning with 0 (for example `L_PAYMENTREQUEST_n_NAME0`, `L_PAYMENTREQUEST_n_NAME1`).<br /> Character length and limitations: 127 single-byte characters<br /> This field is introduced in version 69.0.<br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `L_PAYMENTREQUEST_n_DESCm`<br />         | *(Optional)* Item description. These parameters must be ordered sequentially beginning with 0 (for example `L_PAYMENTREQUEST_n_DESC0`, `L_PAYMENTREQUEST_n_DESC1`).<br /> Character length and limitations: 127 single-byte characters<br /> This field is introduced in version 69.0.<br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| `L_PAYMENTREQUEST_n_AMTm`<br />          | Cost of item. This field is required when `ItemCategory` is passed.<br /> Cost of item. This field is required when `L_PAYMENTREQUEST_n_ITEMCATEGORYm` is passed. These parameters must be ordered sequentially beginning with 0 (for example `L_PAYMENTREQUEST_n_AMT0`, `L_PAYMENTREQUEST_n_AMT1`).<br /> Character length and limitations: Value is typically a positive number that cannot exceed nine (9) digits in SOAP request/response for USD, CLP, or JPY or the [per transaction limit for the currency](/api/nvp-soap/currency-codes/). It includes no currency symbol. Most currencies require two decimal places. The decimal separator must be a period (`.`), and the optional thousands separator must be a comma (`,`). Some currencies do not allow decimals. For details, see the [currency codes page](/api/nvp-soap/currency-codes/).<br /> This field is introduced in version 69.0.<br /> |
| `L_PAYMENTREQUEST_n_NUMBERm`<br />       | *(Optional)* Item number. These parameters must be ordered sequentially beginning with 0 (for example `L_PAYMENTREQUEST_n_NUMBER0`, `L_PAYMENTREQUEST_n_NUMBER1`).<br /> Character length and limitations: 127 single-byte characters<br /> This field is introduced in version 69.0.<br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| `L_PAYMENTREQUEST_n_QTYm`<br />          | Item quantity. This field is required when `ItemCategory` is passed.<br /> Item quantity. This field is required when `L_PAYMENTREQUEST_n_ITEMCATEGORYm` is passed. These parameters must be ordered sequentially beginning with 0 (for example `L_PAYMENTREQUEST_n_QTY0`, `L_PAYMENTREQUEST_n_QTY1`).<br /> Character length and limitations: Any positive integer<br /> This field is introduced in version 69.0.<br />                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| `L_PAYMENTREQUEST_n_TAXAMTm`<br />       | *(Optional)* Item sales tax. These parameters must be ordered sequentially beginning with 0 (for example `L_PAYMENTREQUEST_n_TAXAMT0`, `L_PAYMENTREQUEST_n_TAXAMT1`).<br /> Character length and limitations: Value is typically a positive number that cannot exceed nine (9) digits in SOAP request/response for USD, CLP, or JPY or the [per transaction limit for the currency](/api/nvp-soap/currency-codes/). It includes no currency symbol. Most currencies require two decimal places. The decimal separator must be a period (`.`), and the optional thousands separator must be a comma (`,`). Some currencies do not allow decimals. For details, see the [currency codes page](/api/nvp-soap/currency-codes/).<br /> This field is introduced in version 69.0.<br />                                                                                                                                |

## CreateRecurringPaymentsProfile Response Message [#createrecurringpaymentsprofile-response-message]

### CreateRecurringPaymentsProfile Response Fields [#createrecurringpaymentsprofile-response-fields]

| Field                 | Description                                                                                                                                                                                                                                                                                                                                                                                          |
| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `PROFILEID`<br />     | A unique identifier for future reference to the details of this recurring payment.<br /> Character length and limitations: Up to 14 single-byte alphanumeric characters.<br />                                                                                                                                                                                                                       |
| `PROFILESTATUS`<br /> | Status of the recurring payment profile.<br /> <br /> `ActiveProfile` — The recurring payment profile has been successfully created and activated for scheduled payments according the billing instructions from the recurring payments profile.<br />`PendingProfile` — The system is in the process of creating the recurring payment profile. Please check your IPN messages for an update.<br /> |
| `TRANSACTIONID`<br /> | The transaction ID from the direct credit card initial payment.<br /> Character length and limitations: 17 characters. [Orders](/api/nvp-soap/paypal-payments-standard/admin/auth-capture/#types) transactions have 19 characters.                                                                                                                                                                   |

## Additional information [#additional-information]

* [API error codes](/api/nvp-soap/errors/)
