LogoLogo
  • Transaction API
    • Overview
    • Authentication
    • Payment Methods
    • Integrations
      • POS (In-Store)
      • E-commerce
    • Payment Flows
      • Create a transaction
        • Examples for POS (In-Store)
          • Basic Payment Request
          • Payment request with products
          • Payment request with callback
          • Payment request with POS Data
          • SMS Payment Request
          • Email Payment Request
          • Payment request with invoice
          • Payment request with receipt generated by SensePass
          • Payment request with receipt generated by the POS
        • Examples for e-commerce
          • Basic Payment Request
          • iFrame Example
          • Payment request with products
          • Payment request with callback
          • Payment request with website custom data
          • SMS Payment Request
          • Email Payment Request
          • Payment request with invoice
          • Payment request with receipt generated by SensePass
          • Payment request with receipt generated by the e-commerce platform
      • Transaction status
      • Authorization
      • Tokenization
      • Subscription
        • Fetch a subscription
        • Update a subscription
        • Subscription callbacks
      • Cancel a pending transaction
      • Refund a transaction
      • Pay by Credit Card
      • Credit by Credit Card
      • Payment Commit
      • Update a Transaction
    • Other Flows
      • Tags Pairing
      • Receipts
      • Customer Input
      • Token Migration
      • Create Dynamic QR
    • Terminal Agent
      • Installation
      • Pairing
      • Usage
        • Synchronous Payment
        • Real-time product information update
        • Get Last Transaction Status
        • Get Device ID
    • Settlement
    • API Notifications
      • Socket.IO Websockets
      • Callback/Webhook
      • Post Message
    • Flow Charts
      • Payment Flow
      • Transaction Status Flow
    • SDK & iFrames
      • JavaScript UI SDK
        • API
        • Commit Transaction
        • Custom SDK Style
        • Simulator
        • Manual Capture (deprecated)
      • E-commerce iFrame
      • POS iFrame
      • Credit Card iFrame
    • Models
      • Receipts Model
      • Metadata Model
      • SDK Theme Config Model
      • SDK Credit Card Field Model
      • Invoice Model
      • Product Model
      • Payment Details Model
      • Receipt Notifications Model
      • Payment Commit Model
      • Confirmation Model
      • Settlement Model
      • Subscription Model
      • Transaction Page Model
      • Transaction Model
      • Customer Input Model
      • Settlement Report Model
      • Customer Shipping/Billing Details Model
      • Additional Data Model
    • SOAP and XML
      • SOAP
      • XML
    • Testing
    • Postman
  • Partner API
    • Models
      • Onboarding Model
      • Onboarding Configuration Pages
      • Onboarding Status Model
    • SDK & iFrames
      • Onboarding iFrame
    • Flows
      • Create onboarding
      • Get Onboarding Configuration Page
      • Onboarding status
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Transaction API
  2. Models

Confirmation Model

Last updated 2 years ago

Was this helpful?

This model represents settlement data from the proccessor and SensePass, the entity contains all the required data for accounting reports.

Confirmation Model

This model is referenced in "confirmations" field of response body.

Note: Multiple confirmations objects can be related to one transaction, for example after a refund or in a split payment scenario.

field
type
description

confirmationNumber

string

example: 063-d9j09YsY1

Reference ID of the settlement

dateApproval

date

example: 2019-12-19T09:47:59.105Z

Settlement Date

paymentMethodName

string

example: PayPal

Payment Provider Name

approvedBy

string

example: PayPal

Payment Acquirer

providerId

string

example: uGfNuwEGiP18SUnTUEo1/atTdesDnhDhZ/8i7G9NAEg=

Payment Provider ID

requestID

string

example: a4dbf66e-d3f1-4a29-baf7-2591424a9a0c

Provider's Request ID

referenceNumber

string

example: 1778298289

Provider's Payment Reference Number

authNumber

string

example: 123213dsf13111

Provider's Payment Authorization Number

(For credit cards only)

acquirer

string

example: Visa

Provider's Payment Acquirer (For credit cards only)

voucher

string

example: AX09421

Provider's Payment Voucher (For credit cards only)

lastFourDigits

string

example: 8858

Credit Card Last 4 Digits (For credit cards only)

cardExpiration

string

example: 01/26 MM/YY Credit card expiration date (For credit cards only)

installments

number

example: 1

Payment Installments

sensePassReferenceId

string

example: 34e209ea8b24cc831cf

SensePass ReferenceId ID

settlement

object

Settlement Model
#transaction-entity