processingInformation. authorizationOptions. billPayment {#processing-info-auth-ops-bill-payment}
=================================================================================================

Indicates payment for bill or payment towards existing contractual loan.  
For Visa card types only.

* **Authorization service:** Flag that specifies whether this payment is for a bill or for an existing contractual loan. This value is case sensitive. Possible values:
  * `true`: Visa bill payment or loan payment.
  * `false` (default): Not a Visa bill payment or loan payment.
* **Credit service:** Flag that specifies whether this is a credit for a bill that the customer paid with a Visa card. Possible values:
  * `true`: Credit for a Visa bill payment.
  * `false` (default): Not a credit for a Visa bill payment.

Specifications {#processing-info-auth-ops-bill-payment_Specifications}
----------------------------------------------------------------------

* **Data Type:** Boolean

Mapping Information {#processing-info-auth-ops-bill-payment_Mapping}
--------------------------------------------------------------------

* **REST API Field:** processingInformation.authorizationOptions.billPayment
* **SCMP API Field:** bill_payment
* **Simple Order API Fields:**
  * For Card-Not-Present and Card-Present Transactions: ccAuthService_billPayment
* For Card-Not-Present Transactions Only: ccCreditService_billPayment

