Payment Provider Object Format - authorize.net
Payment Provider Object Properties - authorize.net
Property | Type | Required? | Description | ||||
Provider | string | Yes | The payment provider to use. For authorize.net, the value is: | ||||
| object | Yes | An object to be passed to the payment provider when requesting payments. | ||||
| object | Yes | Object defining the endpoint and parameters to be passed to authorize.net when initializing payments. | ||||
| object | Yes | |||||
| object | Yes | |||||
| boolean | Yes | |||||
| object | Yes | |||||
| string | Yes | |||||
| object | Yes | |||||
| string | Yes | |||||
| object | Yes | |||||
| boolean | Yes | |||||
| boolean | Yes | |||||
| boolean | Yes | |||||
| object | Yes | |||||
| boolean | Yes | |||||
| object | Yes | |||||
| boolean | Yes | |||||
| boolean | Yes | |||||
| object | Yes | |||||
| boolean | Yes | |||||
| boolean | Yes | |||||
| object | Yes | |||||
| boolean | Yes | |||||
| boolean | Yes | |||||
| boolean | Yes | |||||
| object | Yes | |||||
| boolean | Yes | |||||
| object | Yes | |||||
| string | Yes | |||||
| object | Yes | Empty object. | ||||
| string | Yes | |||||
| object | Yes | |||||
| string | Yes | |||||
| string | Yes | |||||
BaseUrl | string | Yes | The base URL of the payment provider. Currently, only https://www.chasepaymentechhostedpay-var.com is supported. |
Payment Provider Object Format - Chase Payment
Payment Provider Object Properties - Chase Payment
Property | Type | Required? | Description | |||
Provider | string | Yes | The payment provider to use. For Chase Payment, the value is: | |||
| object | Yes | An object to be passed to the payment provider when requesting payments. The object contains placeholder variables, defined as | |||
| object | Yes | Object defining the endpoint and parameters to be passed to Chase when initializing payments. | |||
| object | Yes | Chase-defined parameters to be passed when initializing payments. | |||
| string | Yes | Variable: When sent to Chase, will be replaced by the value of the | |||
| string | Yes | Variable: When sent to Chase, will be replaced by the value of the | |||
| string | Yes | Variable: When sent to Chase, will be replaced by the value of the | |||
| string | Yes | Variable: When sent to Chase, will be replaced by the value of the | |||
| string | Yes | Variable: When sent to Chase, will be replaced by the value of the | |||
| string | Yes | Variable: When sent to Chase, will be replaced by the value of the | |||
| string | Yes | Variable: When sent to Chase, will be replaced by the value of the | |||
| string | Yes | Variable: When sent to Chase, will be replaced by the value of the | |||
| string | Yes | Variable: When sent to Chase, will be replaced by the value of the | |||
| string | Yes | Variable: When sent to Chase, will be replaced by the value of the | |||
| string | Yes | Variable: When sent to Chase, will be replaced by the value of the | |||
| Yes | Chase-defined parameters to be passed when rendering the payment system screen. | ||||
| string | Yes | Variable: When sent to Chase, will be replaced by the value of the | |||
| Yes | Object defining the endpoint and parameters to be passed to Chase when querying payments. | ||||
| Yes | Chase-defined parameters to be passed when querying payments. | ||||
| string | Yes | Variable: When sent to Chase, will be replaced by the value of the | |||
| string | Yes | Variable: When sent to Chase, will be replaced by the value of the | |||
Headers | object | No | ||||
Props | object | Yes | An array of tenant-specific values which should be used to replace the {variables} defined in the specific payment provider's defined Features object when being sent to the provider. | |||
HostedSecureId | string | Yes | The tenant's specific Chase hosted secure ID value. | |||
HostedSecureApiToken | string | Yes | The tenant's specific Chase secure API token value. | |||
CssUrl | string | Yes | URL to an externally hosted, publicly accessible CSS file as required by Chase for format the payment system screen when rendered. | |||
Action | string | Yes | For Chase, the literal string: buildForm | |||
PaymentType | string | Yes | For Chase, the literal string: Credit_Card | |||
FormType | string | Yes | For Chase, the literal string: 4 | |||
AllowedTypes | string | Yes | ||||
TransType | string | Yes | For Chase, the literal string: auth_capture | |||
CurrencyCode | string | Yes | The current for payments, as supported by Chase (e.g. USD ). | |||
Required | string | Yes | For Chase, the literal string: all | |||
HostedTokenize | string | Yes | For Chase, the literal string: store_authorize |