Skip to main content

Create payment methods on Sika Health

Zuora

Create payment methods on Sika Health

This payment gateway integration can be requested through the Specialized Payment Connections service at an additional cost.

To create card payment methods on Sika Health, use any of the REST API operations for creating payment methods, such as Create a payment method. In your request, pass in the following required fields:

  • accountKey
  • cardMaskNumber
  • cardType
  • tokens
    • gatewayType: Specify SikaHealth in this field. 
    • tokenId: Specify the value of the paymentMethdId field.
    • secondTokenId: Specify the value of the customerId field.
  • Type

The tokenized payment method can be used in subsequent recurring payments.

Here is an example of the API request for creating a tokenized Credit Card payment method:

{
    "type": "CreditCard",
    "accountKey": "402880eb909d15a901909d2f8e57003c",
    "cardType": "Visa",
    "cardMaskNumber": "*******1113",
    "tokens": {
        "gatewayType": "SikaHealth",
        "tokenId": "48afcb5f-57b6-4a68-b25a-feabe42865f8",
        "secondTokenId": "adf3129d-f3e8-42bb-8bd6-2466fc5fbbda"
    }
}

For more information about the required fields and the other optional fields, see Create a payment method.

For tokenized payment methods, you must validate them in Zuora so that payments made with these payment methods are successful. To validate tokenized payment methods, enable the following settings on the gateway instance configuration page:

  • Verify new payment method
  • Verify updated payment method