# payment\_method\_details\_grabpay

From **Stripe API**.

- Type: `object`

## Properties

### `transaction_id`

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

Unique transaction id generated by GrabPay

## JSON Schema

```json
{"properties":{"transaction_id":{"description":"Unique transaction id generated by GrabPay","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_details_grabpay","type":"object","x-expandableFields":[]}
```
