Authorize a Single Payment with Japanese Payment Options {#payments-jpo-auth-single}
====================================================================================

This section shows you how to process an authorization of a single payment with Japanese Payment Options (JPO).

Limitations
-----------

* The only supported acquirer is Sumitomo Mitsui Card Co.
* The payment must use a Visa payment card issued in Japan, and the only supported acquirer is Sumitomo Mitsui Card Co.

Prerequisites
-------------

* You have signed a contract with your acquirer.
* You have contacted your account provider for details about contracts and funding cycles. The funding cycle could differ when using JPO.
* Card holders who want to use JPO have signed a contract with an issuing bank.
* You have confirmed payment option availability with your account provider and card holder before implementing one of these payment options.

Endpoint {#payments-jpo-auth-single_d7e16}
------------------------------------------

Set the ccAuthService_run field to `true`.  
Send the request to `https://ics2ws.ic3.com/commerce/1.x/transactionProcessor`.

Required Fields for Authorizing a Single Payment Using the JPO Method {#payments-jpo-auth-single-reqfields}
===========================================================================================================

Use these required fields for authorizing a single payment using the JPO method.

> When relaxed requirements for address data and the expiration date are being used, not all fields in this list are required. It is your responsibility to determine whether your account is enabled to use this feature and which fields are required. For details about relaxed requirements, see [Relaxed Requirements for Address Data and Expiration Date in a Payment](/docs/cybs/en-us/payments/developer/ctv/so/payments/payments-relax-reqs.md "").

bill_city
:

bill_country
:

billTo_email
:

billTo_firstname
:

billTo_lastname
:

billTo_postalCode
:

billTo_state
:

billTo_street
:

card_accountNumber
:

card_expirationMonth
:

card_expirationYear
:

ccAuthService_run
:
Set the value to `true`.

jpo_businessNameAlpha
:

jpo_businessNameJapanese
:
Business name in kanji characters.

jpo_businessNameKanji
:

jpo_jccaTerminalID
:
Required for card-present transactions. Unique Japan Credit Card Association (JCCA) terminal identifier that is provided by `Cybersource`.

merchantID
:

merchantReferenceCode
:

purchaseTotals_currency
:

purchaseTotals_grandTotalAmount
:

Simple Order Example: Authorizing a JPO Single Payment {#payments-jpo-auth-single-ex-so-nvp}
============================================================================================

Request

```keyword
merchantID=npr_jcn8
merchantReferenceCode=TC42703-1
jpo_businessNameAlphaNumeric=MyStore
jpo_businessNameJapanese=我社
jpo_businessNameKatakana=わが社の場合
billTo_city=Ann Arbor
billTo_country=US
billTo_email=null@cybersource.com
billTo_firstName=John
billTo_lastName=Smith
billTo_postalCode=48104-2201
billTo_state=MI
billTo_street=201 S. Division St.
card_accountNumber=4111111111111111
card_expirationMonth=12
card_expirationYear=2024
purchaseTotals_currency=jpy
purchaseTotals_grandTotalAmount=100.00
```

Response to a Successful Request

```
additional_processor_response=e1cdcafc-cdbb-4ef7-8788-a1234e844805
requestID=6629977932421985593067
decision=ACCEPT
reasonCode=100
merchantReferenceCode=TC42703-1
purchaseTotals_currency=usd
ccAuthService_reconciliationID=57953165A7YFPS77
ccAuthReply_amount=100.00
ccAuthReply_avsCode=5
ccAuthReply_authorizationCode=570110
ccAuthReply_forwardCode=Sumitomo
ccAuthReply_processorResponse=1
ccAuthReply_authorizedDateTime=2022-09-12T154953Z
ccAuthReply_paymentNetworkTransactionID=123456789619999
```

