PaymentProvider - Liquid Object Reference - 0.11.5
| Object Name | PaymentProvider |
| Version | 0.11.5 |
Description
The PaymentProvider object represents a source that can be used to collect Payments. Can be a 3rd party provider or a Pay Later provider.
Attributes
| Attribute | Type | Description |
|---|---|---|
| code | String | Returns the code of this PaymentProvider |
| description | String | Returns a description for this PaymentProvider |
| id | String | Returns a unique id for this PaymentProvider |
| mode | String | Returns the mode of this PaymentProvider: production or test |
| name | String | Returns the name of this PaymentProvider |
| options | Object | Returns an Object of configuration options for this PaymentProvider |
| payment_instructions_content | String | Returns the value of the Payment Instructions attribute as rich text |
| public_api_key | String | Returns the public api key for this PaymentProvider |
Objects that return PaymentProviders
Back to Liquid Reference for 0.11.5
Back to Documentation