PaymentProvider - Liquid Object Reference - 1.0.0
Object Name | PaymentProvider |
Version | 1.0.0 |
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 |
data | Object | Returns a custom data object for this object |
description_content | String | Returns a description for this PaymentProvider |
id | String | Returns a unique id for this PaymentProvider |
name | String | Returns the name of this PaymentProvider |
payment_instructions_content | String | Returns the value of the Payment Instructions attribute as rich text |
valid_payment_method? | Boolean | Returns true if the current OrderSource has a valid payment method for this PaymentProvider |
validation_errors | List[String] | Returns an array of validation errors for this Cart/Order/Customer if they choose this PaymentProvider |
Objects that return PaymentProviders
Back to Liquid Reference for 1.0.0
Back to Documentation