On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/digital-accept-flex/developer/all/rest/digital-accept-flex/uc-intro/uc-pay-methods-intro/uc-pay-methods-ppr/uc-pay-methods-ppr-konbini.md)  
Filter  
FILTER BY TAG

Konbini {#uc-pay-methods-ppr-konbini}
=====================================

Konbini is used to make cash payments in Japan. Konbini payments enable your customers to pay for bills and online purchases at convenience stores in Japan.To complete a transaction, your customers receive payment codes for specific convenience stores and a confirmation number. Customers must then bring the information to a convenience store to make a cash payment. Your customers can pay at these convenience stores in Japan:

* 7-Eleven

* Family Mart

* Lawson

* Ministop

* Seicomart  
  You receive the payment confirmation immediately and the funds are available after 4 business days.  
  When the total amount of the order is outside the range of accepted transaction amounts, the Konbini payment button is not displayed in `Unified Checkout`. These are the accepted transaction amounts:

* **Minimum transaction amount**: JPY 1

* **Maximum transaction amount**: Not applicable

Opt in to Konbini on `Unified Checkout`
---------------------------------------

Follow these steps to opt in to the Konbini payment method in `Unified Checkout`:

1. Add Konbini to your integration by adding `KONBINI` to the allowedPaymentTypes field within the capture context request.
2. Set the completeMandate.type field value to `AUTH`, `CAPTURE` or `PREFER_AUTH`.  
   You can perform a sale and capture the funds immediately if you include the completeMandate.type field in the capture context request and set the value to `CAPTURE`.  
   If you accept more than one payment type and must perform an authorization where funds are collected at a later time, set the completeMandate.type field to `PREFER_AUTH`. You must perform a capture using the payments API when an authorization is performed. A capture is performed automatically if an authorization is not allowed by the payment type.
3. Include these required fields in the capture context request:
   * orderInformation.billTo.country
   * orderInformation.billTo.firstName
   * orderInformation.billTo.lastName
   * orderInformation.billTo.phoneNumber
4. Include these optional fields in the capture context request:

   > IMPORTANT
   > These fields are required when the requestShipping field is set to ` true `.

   * orderInformation.billTo.address1

* orderInformation.billTo.email  
  RELATED TO THIS PAGE

