# notifyPayment

> APO uses this API to send the payment result to the merchant when the payment processing reaches a final state of success.

Antom uses this API to send the payment result to the merchant when the payment processing reaches a final state of success. Merchants promote merchant-side transactions based on the payment result.  

# Structure

A message consists of a header and body. The following sections are focused on the body structure. For the header structure, see： 

-   [Request header](https://docs.antom.com/ac/ams/api_fund.md#ML5ur)
-   [Response header](https://docs.antom.com/ac/ams/api_fund.md#WWH90)

**Note**: Set the data type of each field (except array) as String. This means that you must use double quotation marks (" ") to enclose the field value. Examples:

-   If the data type of a field is Integer and its value is `20`, set it as "`20`". 
-   If the data type of a field is Boolean and its value is `true`, set it as "`true`".

## Request parameters

#### notifyType (String, REQUIRED)

Payment status notification type. The valid value is fixed as `PAYMENT_RESULT`, indicating that the notification is a payment result.

#### result (Result, REQUIRED)

The payment result.

##### resultCode (String, REQUIRED)

Result code. The possible result codes are listed in the Result/Error codes table on this page.

More information:

- Maximum length: 64 characters

##### resultStatus (String, REQUIRED)

Result status. Valid values are:   

-   `S`: Indicates that the result status is successful. 
-   `F`: Indicates that the result status failed.

##### resultMessage (String, REQUIRED)

Result message.

More information:

- Maximum length: 256 characters

#### paymentRequestId (String, REQUIRED)

The unique ID that is assigned by a merchant to identify a payment request.

More information:

- Maximum length: 64 characters

#### paymentId (String, REQUIRED)

The unique ID that is assigned by Antom to identify a payment. A one-to-one correspondence between _paymentId_ and _paymentRequestId_ exists.

More information:

- Maximum length: 64 characters

#### paymentAmount (Amount, REQUIRED)

The payment amount that the merchant requests to receive in the order currency.

##### currency (String, REQUIRED)

The 3-letter currency code that follows the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard.

More information:

- Maximum length: 3 characters

##### value (Integer, REQUIRED)

The amount to charge as a positive integer in the smallest currency unit. (That is, 100 cents to charge $1.00, or 100 to charge JPY ¥100, a 0-decimal currency).

> Notes: For more information about the smallest currency unit, see [Currency codes](https://docs.antom.com/ac/ref/cc.md) for details.

More information:

- Value range: 0 - unlimited

#### paymentCreateTime (Datetime)

The date and time when the payment is created.

More information:

- The value follows the [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) standard format. For example, "2019-11-27T12:01:01+08:00".

#### paymentTime (Datetime)

The date and time when the payment reaches a final state of success or failure.

More information:

- The value follows the [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) standard format. For example, "2019-11-27T12:01:01+08:00".

#### pspCustomerInfo (PspCustomerInfo)

The customer information of digital wallets.

> **Note**: This field is returned when the digital wallet can provide the related information.

##### pspName (String)

The name of digital wallets.

> **Note**: This field is returned when the digital wallet can provide the related information.

More information:

- Maximum length: 64 characters

##### pspCustomerId (String)

The customer ID of digital wallets.

> **Note**: This field is returned when the digital wallet can provide the related information.

More information:

- Maximum length: 64 characters

##### displayCustomerId (String)

The customer ID used for display. For example, _loginId_.

> **Note**: This field is returned when the digital wallet can provide the related information.

More information:

- Maximum length: 64 characters

#### grossSettlementAmount (Amount)

The total settlement amount, which equals to the transaction amount multiplied by the value of _settlementQuote_.

> **Note**: This field is empty when the settlement currency is the same as the transaction currency.

##### currency (String, REQUIRED)

The 3-letter currency code that follows the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard.

More information:

- Maximum length: 3 characters

##### value (Integer, REQUIRED)

The amount to charge as a positive integer in the smallest currency unit. (That is, 100 cents to charge $1.00, or 100 to charge JPY ¥100, a 0-decimal currency).

> Notes: For more information about the smallest currency unit, see [Currency codes](https://docs.antom.com/ac/ref/cc.md) for details.

More information:

- Value range: 0 - unlimited

#### settlementQuote (Quote)

The exchange rate between the settlement currency and transaction currency at the time of the transaction, which is provided only in the locked-in rate case.

> **Note**: This field is empty when the settlement currency is the same as the transaction currency.

##### quoteId (String)

The unique ID to identify an exchange rate.

More information:

- Maximum length: 64 characters

##### quoteCurrencyPair (String, REQUIRED)

The currency exchange rate pair

More information:

- Maximum length: 16 characters

##### quotePrice (Decimal, REQUIRED)

The exchange rate used when a currency conversion occurs.

More information:

- Value range: 0 - unlimited

##### quoteStartTime (Datetime)

Effective time of the exchange rate.

More information:

- The value follows the [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) standard format. For example, "2019-11-27T12:01:01+08:00".

##### quoteExpiryTime (Datetime)

Expiration time of the exchange rate.

More information:

- The value follows the [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) standard format. For example, "2019-11-27T12:01:01+08:00".

##### guaranteed (Boolean)

Guaranteed exchange rate available for payment

#### receiptInfo (ReceiptInfo)

Receipt information.

> **Note**: This parameter is returned when you use in-store card payments.

##### customerReceipt (Receipt )

Customer receipt.

> **Note**: This parameter is returned when you use in-store card payments.

###### acquirerTerminalId (String)

The masked identification number of the merchant's terminal on the acquirer end.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### acquirerMerchantId (String)

The masked identification number of the merchant on the acquirer end.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### acquirerProcessTime (Datetime)

The process time of the acquirer.

> **Note**: This parameter is returned when you use in-store card payments.

###### cardNo (String)

The masked card number, where only the last 4 digits are displayed.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### applicationLabel (String)

The label for the application on the card to identify the card scheme to which the card belongs.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### rrn (String)

Retrieval Reference Number (RRN), a unique identifier the card issuer assigns to a specific transaction to facilitate the retrieval of transaction details.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### posEntryMode (String)

Method of obtaining the PAN, such as ICC, NFC, MSR, or MKE.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### approvalCode (String)

Authorization code from the issuer.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### cardBrand (String)

The card brand.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### applicationCryptogram (String)

The unique application cryptogram generated in each transaction.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### tvr (String)

Terminal verification results.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### aid (String)

Application identifier used to distinguish different card brands.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### cvm (String)

Transaction verification method. The valid values are:

-   `NO_CVM`: indicates no cardholder verification needed and no action required.
-   `SIGNATURE`: indicates a signature from the cardholder is required and the signature can be provided.
-   `ONLINE_PIN`: indicates online PIN verification is required and no action needed.
-   `CDCVM`: Indicates biometric identification from the cardholder is required and no action needed.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

##### cashierReceipt (Receipt)

Cashier receipt.

> **Note**: This parameter is returned when you use in-store card payments.

###### acquirerTerminalId (String)

The identification number of the merchant's terminal on the acquirer end.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### acquirerMerchantId (String)

The identification number of the merchant on the acquirer end.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### acquirerProcessTime (Datetime)

The process time of the acquirer.

> **Note**: This parameter is returned when you use in-store card payments.

###### cardNo (String)

The masked card number, where only the last 4 digits are displayed.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### applicationLabel (String)

The label for the application on the card to identify the card scheme to which the card belongs.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### rrn (String)

Retrieval Reference Number (RRN), a unique identifier the card issuer assigns to a specific transaction to facilitate the retrieval of transaction details.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### posEntryMode (String)

Method of obtaining the PAN, such as ICC, NFC, MSR, or MKE.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### approvalCode (String)

Authorization code from the issuer.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### cardBrand (String)

The card brand.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### applicationCryptogram (String)

The unique application cryptogram generated in each transaction.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### tvr (String)

Terminal verification results.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### aid (String)

Application identifier used to distinguish different card brands.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

###### cvm (String)

Transaction verification method. The valid values are:

-   `NO_CVM`: indicates no cardholder verification needed and no action required.
-   `SIGNATURE`: indicates a signature from the cardholder is required and the signature can be provided.
-   `ONLINE_PIN`: indicates online PIN verification is required and no action needed.
-   `CDCVM`: Indicates biometric identification from the cardholder is required and no action needed.

> **Note**: This parameter is returned when you use in-store card payments.

More information:

- Maximum length: 32 characters

#### acquirerInfo (AcquirerInfo)

The information of the acquirer that processes the payment.

> **Note**: This parameter is returned when you use in-store card payments.

##### acquirerMerchantId (String)

The unique ID that is assigned by the acquirer to identify a merchant.

More information:

- Maximum length: 64 characters

##### acquirerName (String)

The name of the acquirer.

More information:

- Maximum length: 64 characters

##### acquirerTransactionId (String)

The transaction ID of the acquirer.

More information:

- Maximum length: 64 characters

##### referenceRequestId (String)

The unique ID that is assigned by APO to identify a payment request sent to the acquirer.

More information:

- Maximum length: 64 characters

#### acquirerReferenceNo (String)

The unique ID assigned by the non-Antom acquirer for the transaction.

> **Note**: Specify this parameter when the transaction is settled by the non-Antom acquirer.

More information:

- Maximum length: 64 characters

#### actualPaymentAmount (Amount, REQUIRED)

Actual payment amount.

##### currency (String, REQUIRED)

The 3-letter currency code that follows the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) standard.

More information:

- Maximum length: 3 characters

##### value (Integer, REQUIRED)

The amount to charge as a positive integer in the smallest currency unit. (That is, 100 cents to charge $1.00, or 100 to charge JPY ¥100, a 0-decimal currency).

> **Note**: For more information about the smallest currency unit, see [Currency codes](https://docs.antom.com/ac/ref/cc.md) for details.

More information:

- Value range: 1 - unlimited

#### cardInfo (CardInfo)

Card information.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](https://docs.antom.com/ac/apo/payment_session_in.md) [](https://docs.antom.com/ac/apo/pay.md)API is `CARD` for specific merchants in specific regions.

##### avsResultRaw (String)

The raw AVS result. See [AVS result codes](https://docs.antom.com/ac/ref/risk_methods.md#uk0zA) to check the valid values.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is `CARD` and 3D Secure or non-3D Secure authentication is used.

More information:

- Maximum length: 128 characters

##### cardBin (String)

The first six digits of the bank card number, used to identify the issuing bank and card type of the bank card.

> **Note**: This parameter is returned when the value of_paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is `CARD` for specific merchants in specific regions.

More information:

- Maximum length: 8 characters

##### cardBrand (String)

The card brand, which can be used to display to the buyer.

> **Note**: This parameter is returned when the value of_paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is CARD.

More information:

- Maximum length: 256 characters

##### cardNo (String)

The masked card number, which just shows part of the card number and can be used to display to the buyer.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is `CARD` and the merchant does not have the PCI qualification.

More information:

- Maximum length: 32 characters

##### cvvResultRaw (String)

The raw Card Verification Value (CVV), Card Security Code (CSC), or Card Verification Code (CVC) result. See [CVV result codes](https://docs.antom.com/ac/ref/risk_methods.md#sBWzx) to check the valid values.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is CARD and 3D Secure or non-3D Secure authentication is used.

More information:

- Maximum length: 128 characters

##### expiryMonth (String)

The month the card expires. Pass in two digits representing the month. For example, if the expiry month is February, the value of this parameter is `02`.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is CARD for specific merchants in specific regions.

More information:

- Maximum length: 2 characters

##### expiryYear (String)

The year the card expires. Pass in the last two digits of the year number. For example, if the expiry year is 2025, the value of this parameter is `25`.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is CARD for specific merchants in specific regions.

More information:

- Maximum length: 2 characters

##### fingerPrint (String)

Card fingerprint, standard hash card number.

##### funding (String)

The funding type of the card. Valid values are:

-   `CREDIT`: indicates a credit card.
-   `DEBIT`: indicates a debit card.

> **Note**:
>
> This parameter is returned when all the following conditions are met:
>
> -   The value of _paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is `CARD`.
> -   The value of _cardNo_ is valid.
> -   The information is available in the Antom card database.

More information:

- Maximum length: 32 characters

##### issuerName (String)

The issuer name of the card.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is CARD.

##### issuingCountry (String)

The issuing country of the card. The value of this parameter is a 2-letter country code that follows [ISO 3166 Country Codes](https://www.iso.org/obp/ui/#search) standard.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is `CARD`.

More information:

- Maximum length: 2 characters

##### lastFour (String)

Last 4 digits of the card number.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is `CARD` for specific merchants in specific regions.

More information:

- Maximum length: 4 characters

#### paymentResultInfo (PaymentResultInfo)

The information of payment results.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](https://docs.antom.com/ac/apo/payment_session_in.md) [](https://docs.antom.com/ac/apo/pay.md)API is `CARD` for specific merchants in specific regions.

##### avsResultRaw (String)

The raw AVS result. See [AVS result codes](https://docs.antom.com/ac/ref/risk_methods.md#uk0zA) to check the valid values.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is `CARD` and 3D Secure or non-3D Secure authentication is used.

More information:

- Maximum length: 128 characters

##### cardBin (String)

The first six digits of the bank card number, used to identify the issuing bank and card type of the bank card.

> **Note**: This parameter is returned when the value of_paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is `CARD` for specific merchants in specific regions.

More information:

- Maximum length: 8 characters

##### cardBrand (String)

The card brand, which can be used to display to the buyer.

> **Note**: This parameter is returned when the value of_paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is CARD.

More information:

- Maximum length: 256 characters

##### cardNo (String)

The masked card number, which just shows part of the card number and can be used to display to the buyer.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is `CARD` and the merchant does not have the PCI qualification.

More information:

- Maximum length: 32 characters

##### cvvResultRaw (String)

The raw Card Verification Value (CVV), Card Security Code (CSC), or Card Verification Code (CVC) result. See [CVV result codes](https://docs.antom.com/ac/ref/risk_methods.md#sBWzx) to check the valid values.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is CARD and 3D Secure or non-3D Secure authentication is used.

More information:

- Maximum length: 128 characters

##### expiryMonth (String)

The month the card expires. Pass in two digits representing the month. For example, if the expiry month is February, the value of this parameter is `02`.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is CARD for specific merchants in specific regions.

More information:

- Maximum length: 2 characters

##### expiryYear (String)

The year the card expires. Pass in the last two digits of the year number. For example, if the expiry year is 2025, the value of this parameter is `25`.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is CARD for specific merchants in specific regions.

More information:

- Maximum length: 2 characters

##### fingerPrint (String)

Card fingerprint, standard hash card number.

##### funding (String)

The funding type of the card. Valid values are:

-   `CREDIT`: indicates a credit card.
-   `DEBIT`: indicates a debit card.

> **Note**:
>
> This parameter is returned when all the following conditions are met:
>
> -   The value of _paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is `CARD`.
> -   The value of _cardNo_ is valid.
> -   The information is available in the Antom card database.

More information:

- Maximum length: 32 characters

##### holdName (String)

The cardholder's name.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](https://docs.antom.com/ac/apo/payment_session_in.md) API is `CARD` for specific merchants in specific regions.

More information:

- Maximum length: 64 characters

##### issuerName (String)

The issuer name of the card.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is CARD.

##### issuingCountry (String)

The issuing country of the card. The value of this parameter is a 2-letter country code that follows [ISO 3166 Country Codes](https://www.iso.org/obp/ui/#search) standard.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is `CARD`.

More information:

- Maximum length: 2 characters

##### lastFour (String)

Last 4 digits of the card number.

> **Note**: This parameter is returned when the value of _paymentMethodType_ in the [**createPaymentSession**](http://docs.antom.com/ac/apo/payment_session_in) API is `CARD` for specific merchants in specific regions.

More information:

- Maximum length: 4 characters

## Response parameters

#### result (Result, REQUIRED)

A fixed value, which is sent to Antom to acknowledge that the notification is received.

##### resultCode (String, REQUIRED)

The value is fixed as `SUCCESS`.

More information:

- Maximum length: 64 characters

##### resultStatus (String, REQUIRED)

The value is fixed as `S`.

##### resultMessage (String)

The value is fixed as `success`.

More information:

- Maximum length: 256 characters

## More information 

This section provides additional information about key parameters. See the following parameters for details:

-   _result_ (in the notification request sent by Antom): 
    Payment result. If the value of _result.resultStatus_ is `S`, then the payment succeeds.
-   _paymentTime_: 
    This field is returned only when the value of _result.resultStatus_ is `S`. 

## Result process logic

If the value of _result.resultStatus_ is `S`, the payment result notification succeeds. Antom doesn't take any further action.

## Result/Error codes

| Code | Value | Message | Further action |
| --- | --- | --- | --- |
| SUCCESS | S | Success | The payment is successful, no further action is needed. |
| PROCESS_FAIL | F | A general business failure occurred. | Do not retry. Human intervention is usually needed. It is recommended that you contact Antom Technical Support to troubleshoot the issue. |
| USER_KYC_NOT_QUALIFIED | F | Payment failed because of the user's KYC status. The user is either not KYC compliant, or the KYC status is not qualified for this transaction (for example, limitations on the payment amount or product information). | Prompt the user to complete KYC. |

## Request

```json
{
  "acquirerInfo": {
    "acquirerMerchantId": "acquirer_merchant_id",
    "acquirerName": "FIUU",
    "acquirerTransactionId": "acquirer_transaction_id",
    "referenceRequestId": "reference_request_id"
  },
  "acquirerReferenceNo": "acquirer_reference_no",
  "actualPaymentAmount": {
    "currency": "SGD",
    "value": "3200"
  },
  "cardInfo": {
    "avsResultRaw": "",
    "cardBin": "123456",
    "cardBrand": "VISA",
    "cardNo": "************1234",
    "cvvResultRaw": "",
    "expiryMonth": "**",
    "expiryYear": "**",
    "fingerprint": "7725e_abc_123",
    "funding": "CREDIT",
    "issuerName": "Standard Chartered",
    "issuingCountry": "ID",
    "lastFour": "1234"
  },
  "notifyType": "PAYMENT_RESULT",
  "paymentAmount": {
    "currency": "SGD",
    "value": "3200"
  },
  "paymentCreateTime": "2025-01-07T18:40:03-08:00",
  "paymentId": "2025_payment_id",
  "paymentRequestId": "2025_merchant_payment_request_id",
  "paymentResultInfo": {
    "avsResultRaw": "",
    "cardBin": "123456",
    "cardBrand": "VISA",
    "cardNo": "************1234",
    "cvvResultRaw": "",
    "expiryMonth": "**",
    "expiryYear": "**",
    "fingerprint": "7725e_abc_123",
    "funding": "CREDIT",
    "holdName": " ",
    "issuerName": "Standard Chartered",
    "issuingCountry": "ID",
    "lastFour": "12345"
  },
  "paymentTime": "2025-01-07T18:40:05-08:00",
  "receiptInfo": {
    "cashierReceipt": {
      "acquirerMerchantId": "acquirer_merchant_id",
      "acquirerProcessTime": "2025-01-07T18:40:05-08:00",
      "acquirerTerminalId": "acquirer_terminal_id",
      "aid": "aid_no",
      "applicationCryptogram": "application_cryptogram_no",
      "applicationLabel": "VISA",
      "approvalCode": "000123",
      "cardBrand": "VISA",
      "cardNo": "************1234",
      "cvm": "NO_CVM",
      "posEntryMode": "CONTACTLESS",
      "rrn": "00000123456",
      "tvr": "00000123456"
    },
    "customerReceipt": {
      "acquirerMerchantId": "***********2035",
      "acquirerProcessTime": "2025-01-07T18:40:05-08:00",
      "acquirerTerminalId": "****1234",
      "aid": "aid_no",
      "applicationCryptogram": "application_cryptogram_no",
      "applicationLabel": "VISA",
      "approvalCode": "000123",
      "cardBrand": "VISA",
      "cardNo": "************1234",
      "cvm": "NO_CVM",
      "posEntryMode": "CONTACTLESS",
      "rrn": "00000123456",
      "tvr": "00000123456"
    }
  },
  "result": {
    "resultCode": "SUCCESS",
    "resultMessage": "success",
    "resultStatus": "S"
  }
}
```

## Response

```json
{
  "result": {
    "resultCode": "SUCCESS",
    "resultStatus": "S",
    "resultMessage": "success"
  }
}
```