---
title: "View data submitted for a PayPal PayIn"
method: GET
path: "/v2.01/{ClientId}/payins/payment-methods/paypal/data-collection/{DataCollectionId}"
tags: ["PayPal"]
---

# View data submitted for a PayPal PayIn

`GET /v2.01/{ClientId}/payins/payment-methods/paypal/data-collection/{DataCollectionId}`

Retrieve pre-transaction data submitted previously.

## Path parameters

- `ClientId` string, required
- `DataCollectionId` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success

- ViewDataSubmittedForAPayPalPayInResponse
  - `business_name` string — Format: Alphanumeric; example: `Acme Corp.` Business name used by the seller/recipient to register on the marketplace platform.
  - `first_interaction_date` string — Format: ISO 8601 date format; example: `2012-12-09T 19:14:55.277-0:00` Date of the first interaction between the sender and receiver on the marketplace platform. Definition of ‘interaction’ is to be defined by the marketplace platform. Examples are: first transaction attempt between sender and receiver, add friend date between sender and receiver, etc.
  - `sender_phone` string — Format: E.123 - Telephone Number (national notation); example `(042) 1123 4567` Phone number (national notation) registered with the sender/buyer’s marketplace account.
  - `receiver_create_date` string — Format: ISO 8601 date format; example: `2012-12-09T19:14:55.277-0:00` Date of creation of the seller/recipient’s account on the marketplace platform.
  - `receiver_address_country_code` string — Format: ISO Alpha-2 Country Code; example: `FR` Seller/recipient’s country code registered on the marketplace platform.
  - `rcs` string — The `rcs` returned by PayPal.
  - `stc` string — The `stc` returned by PayPal.
  - `sender_create_date` string — Format: ISO 8601 date format; example: `2012-12-09T19:14:55.277-0:00` Date of creation of the sender/buyer’s account on the marketplace platform.
  - `transaction_is_tangible` string — Possible values: `0`, `1`; example: `0` The seller/receiver’s transaction is for tangible rather than digital goods. If tangible, value = 1. If intangible, value = 0.
  - `receiver_email` string — Format: E.123 – Email Address; example: `john@example.com` Seller/recipient’s registered email on the marketplace platform.
  - `vertical` string — Format: Alphanumeric; examples: `household goods`, `shoes`, `clothing`, `tickets`, etc. Transaction level vertical flag for the seller/receiver’s transactions that are in several verticals.
  - `sender_country_code` string — Format: ISO Alpha-2 Country Code; example: `FR` Country code registered with the sender/buyer’s marketplace account.
  - `txn_count_total` string — Format: Integer; example: `34` Total number of transactions the sender/buyer has had to date on the marketplace platform (through PayPal or otherwise).
  - `sender_signup_ip` string — Format: IP (IPv4 / IPv6); example: `10.220.90.20` IP address that the sender/buyer used to sign up on the marketplace platform.
  - `rdauuid` string — The `rdauuid` returned by PayPal.
  - `receiver_account_id` string — Format: Alphanumeric; example: `A12345N343` Unique identifier of the seller/recipient’s account on the marketplace platform.
  - `sender_last_name` string — Format: Alphanumeric; example: `Doe` Last name registered with the sender/buyer’s marketplace account.
  - `sender_account_id` string — Format: Alphanumeric; example: `A12345N343` Unique identifier of the sender/buyer account on the marketplace platform.
  - `api_caller` string — The `api_caller` returned by PayPal.
  - `sender_first_name` string — Format: Alphanumeric; example: `Jane` First name registered with the sender/buyer’s marketplace account.
  - `sender_popularity_score` string — Possible values: `high`, `medium`, `low`; example: `high` Risk-based scoring on the sender/buyer by the marketplace platform (e.g., social score, identity score, risk score). This score is likely unique for each platform based on marketplace platform’s risk platform capabilities.
  - `recipient_popularity_score` string — Possible values: `high`, `medium`, `low`; example: `high` Risk-based scoring on the seller/recipient by the marketplace platform (e.g., social score, identity score, risk score). This score is likely unique for each platform based on marketplace platform’s risk platform capabilities.
  - `sender_email` string — Format: E.123 – Email Address; example: `john@example.com` Email address registered with the sender/buyer’s marketplace account.

---

[API](https://skmtc.net/mangopay/apis/api-reference.md) · [All operations](https://skmtc.net/mangopay/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mangopay/api-reference/versions/795281070285/schema)
