Skip to content

Files

Latest commit

author
Hari
Nov 8, 2018
e9b1fb2 · Nov 8, 2018

History

History
32 lines (20 loc) · 4.06 KB

Ptsv2payoutsOrderInformationBillTo.md

File metadata and controls

32 lines (20 loc) · 4.06 KB

CyberSource.Ptsv2payoutsOrderInformationBillTo

Properties

Name Type Description Notes
firstName String Customer’s first name. This name must be the same as the name on the card. For Payouts: This field may be sent only for FDC Compass. For processor-specific information, see the customer_firstname field in Credit Card Services Using the SCMP API. [optional]
lastName String Customer’s last name. This name must be the same as the name on the card. For Payouts: This field may be sent only for FDC Compass. For processor-specific information, see the customer_lastname field in Credit Card Services Using the SCMP API. [optional]
address1 String First line of the billing street address as it appears on the credit card issuer’s records. For Payouts: This field may be sent only for FDC Compass. For processor-specific information, see the bill_address1 field in Credit Card Services Using the SCMP API. [optional]
address2 String Additional address information. For Payouts: This field may be sent only for FDC Compass. For processor-specific information, see the bill_address2 field in Credit Card Services Using the SCMP API. [optional]
country String Country of the billing address. Use the two-character ISO Standard Country Codes. For processor-specific information, see the bill_country field in Credit Card Services Using the SCMP API. [optional]
locality String City of the billing address. For Payouts: This field may be sent only for FDC Compass. For processor-specific information, see the bill_city field in Credit Card Services Using the SCMP API. [optional]
administrativeArea String State or province of the billing address. Use the State, Province, and Territory Codes for the United States and Canada. For Payouts: This field may be sent only for FDC Compass. For processor-specific information, see the bill_state field in Credit Card Services Using the SCMP API. [optional]
postalCode String Postal code for the billing address. The postal code must consist of 5 to 9 digits. When the billing country is the U.S., the 9-digit postal code must follow this format: [5 digits][dash][4 digits] Example 12345-6789 When the billing country is Canada, the 6-digit postal code must follow this format: [alpha][numeric][alpha][space][numeric][alpha][numeric] Example A1B 2C3 For Payouts: This field may be sent only for FDC Compass. For processor-specific information, see the bill_zip field in Credit Card Services Using the SCMP API. [optional]
phoneNumber String Customer’s phone number. For Payouts: This field may be sent only for FDC Compass. CyberSource recommends that you include the country code when the order is from outside the U.S. For processor-specific information, see the customer_phone field in Credit Card Services Using the SCMP API. [optional]
phoneType String Customer's phone number type. For Payouts: This field may be sent only for FDC Compass. Possible Values - * day * home * night * work [optional]

Enum: PhoneTypeEnum

  • day (value: "day")

  • home (value: "home")

  • night (value: "night")

  • work (value: "work")