/
_Payment Provider Object Format Chase Payment

_Payment Provider Object Format Chase Payment

JSON Format
{
    "Provider": "ChasePayment",
    "Features": {
        "RequestPayment": {
            "InitParams": {
                "hostedSecureID": "{HostedSecureId}",
                "hostedSecureAPIToken": "{HostedSecureApiToken}",
                "css_url": "{CssUrl}",
                "action": "{Action}",
                "payment_type": "{PaymentType}",
                "formType": "{FormType}",
                "allowed_types": "{AllowedTypes}",
                "trans_type": "{TransType}",
                "currency_code": "{CurrencyCode}",
                "required": "{Required}",
                "hosted_tokenize": "{HostedTokenize}"
            },
            "RenderParams": {
                "hostedSecureID": "{HostedSecureId}"
            }
        },
        "ConfirmPayment": {
            "QueryParams": {
                "hostedSecureID": "{HostedSecureId}",
                "hostedSecureAPIToken": "{HostedSecureApiToken}"
            }
        }
    },
    "Headers": {},
    "Props": {
        "HostedSecureId": "",
        "HostedSecureApiToken": "",
        "CssUrl": "",
        "Action": "",
        "PaymentType": "",
        "FormType": "",
        "AllowedTypes": "",
        "TransType": "",
        "CurrencyCode": "",
        "Required": "",
        "HostedTokenize": ""
    }
}