Sha256: dae088991d4c68a0933e2d4c0d6b3af38a4504c6c6f8ae49e45d7c2c8ec72373
Contents?: true
Size: 844 Bytes
Versions: 4
Compression:
Stored size: 844 Bytes
Contents
# Plaid::PaymentInitiationPaymentTokenCreateResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **payment_token** | **String** | A `payment_token` that can be provided to Link initialization to enter the payment initiation flow | | | **payment_token_expiration_time** | **String** | The date and time at which the token will expire, in ISO 8601 format. A `payment_token` expires after 15 minutes. | | | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | | ## Example ```ruby require 'plaid' instance = Plaid::PaymentInitiationPaymentTokenCreateResponse.new( payment_token: null, payment_token_expiration_time: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems