# payment\_flows\_private\_payment\_methods\_alipay\_details

From **Stripe API**.

- Type: `object`

## Properties

### `buyer_id`

- Required: false
- Type: `string`
- maxLength: `5000`

Uniquely identifies this particular Alipay account. You can use this attribute to check whether two Alipay accounts are the same.

### `fingerprint`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

Uniquely identifies this particular Alipay account. You can use this attribute to check whether two Alipay accounts are the same.

### `transaction_id`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

Transaction ID of this particular Alipay transaction.

## JSON Schema

```json
{"properties":{"buyer_id":{"description":"Uniquely identifies this particular Alipay account. You can use this attribute to check whether two Alipay accounts are the same.","maxLength":5000,"type":"string"},"fingerprint":{"description":"Uniquely identifies this particular Alipay account. You can use this attribute to check whether two Alipay accounts are the same.","maxLength":5000,"nullable":true,"type":"string"},"transaction_id":{"description":"Transaction ID of this particular Alipay transaction.","maxLength":5000,"nullable":true,"type":"string"}},"title":"PaymentFlowsPrivatePaymentMethodsAlipayDetails","type":"object","x-expandableFields":[]}
```
