CBPS transactions

Entities that operate as CBPS (in Portuguese, Bill Payment Service for Consumers) are companies that offer consolidated bill payment services to the cardholder. CBPS Marking is a Visa-specific option and provides more visibility and accuracy in transactions.

Establishments that operate with this service must be registered with Visa and to operate as such, they must send some additional information through messenger, which is required by the brand. See below:

Request

EnvironmentMethodEndpoint
Sandboxhttps://apisandbox.cieloecommerce.cielo.com.br/1/sales/
Productionhttps://api.cieloecommerce.cielo.com.br/1/sales/
{
  "merchantorderid": "123456ABCD1234",
  "customer": {
    "name": "João das Contas accept",
    "mobile": "5521923455678"
  },
  "payment": {
    "type": "CreditCard",
    "amount": 100,
    "installments": 1,
    "IsCustomerBillPaymentService": true,
    "capture": false,
    "authenticate": false,
    "recurrent": false,
    "provider": "CieloSandbox",
    "creditcard": {
      "cardnumber": "4532110000001234",
      "holder": "Teste Holder",
      "expirationdate": "12/2022",
      "securitycode": "123",
      "brand": "jcb",
      "savecard": true
    },
    "Wallet": {
      "AdditionalData": {
        "Mcc": "1234"
      }
    }
  }
}
PropertyTypeSizeRequiredDescription
IsCustomerBillPaymentServiceboolean---NoTrue ou false. Indicates whether it's a CBPS (Consumer Bill Payment Service) transaction
Wallet.AdditionalData.Mccstring (number)---Yes, for CBPS transactionsEstablishment MCC (EC) allowed for CBPS transactions

MCCs allowed for CBPS

Check the MCCs allowed for the use of CBPS:

CodeDefinition
4814Telecommunication services.
4899Cable TV, satellite, and other television/radio services.
4900Public utilities – electricity, gas, water, sewage.
6012Financial institutions - goods, services, and debt repayment.
6051Non-financial institutions - foreign currency, non-fiat currency (e.g., Cryptocurrency).
6300Insurance sales, subscriptions, and awards.
6513Real estate agents and landlords – rentals.
8011Doctors (not elsewhere classified).
8050Personal care or nursing facilities.
8062Hospitals.
8099Medical and health services (not elsewhere classified).
8211Elementary and secondary schools.
8220Colleges, universities, professional schools, and short-term colleges.
8241Correspondence schools.
8244Business and secretarial schools.
8249Specialization courses.
8299Educational services (not elsewhere classified).
8351Childcare services.
9311Tax payments.