Documentation
HomeSupportStatusSign in ->
  • Developer guide
  • How it works?
  • Integration Quick Guide
    • Link Flow
    • Embedded Flow
    • Running Workflow
  • Production setup
  • Webhooks
  • Widget
    • Methods
    • Inline mode
  • Postman Collection
  • Changelog
  • Records
    • Introduction
    • Migration Guide: Migrating from Cases to Records
  • TRANSACTIONLINK API
    • API Reference
      • Authentication
      • Cases (deprecated)
      • Resources
      • Parameters
      • Token
      • Link
      • Workflows
      • Records
        • Attachments
    • API Changelog
    • API Versioning
  • Integrations
    • AIS
      • Data fields availability across banks
      • Testing data
    • Autopay
    • BIG Info Monitor
      • Company Report
      • Personal Report
      • Entrepreneur Report
      • Plus Sco Plus CR3 Report
    • BankID
      • 🇳🇴Norway
      • 🇩🇰Denmark
    • CEIDG
      • Get company
      • List companies
    • Companies House
      • Public Data Api
        • Exemptions
        • Persons with significant Control
        • UK Establishments
        • Filing History
        • Registers
        • Registered Office Address
        • Company Profile
        • Officers
        • Insolvency
        • Charges
      • Documents Api
    • ComplyAdvantage
    • ComplyCube
      • Identity Verification
        • Document Check
        • Proof of Address Check
        • Identity Check
      • Document Check
      • AML Screening Check
      • Face Authentication Check
    • Data Ninja
      • Labeling
      • Profiling
      • Scoring
    • eDO App
    • GUS
    • IAML
    • KRD
      • Company Report
      • Personal Report
      • Identity Card Verification
    • mObywatel
      • CitizenDetails
      • CitizenNationality
    • OnDato
    • Polish VAT Whitelist
    • Przelewy 24
    • PWG
    • QARD
    • Rejestr.io
    • Registru Centras
      • Get company
      • List documents
      • Get document
    • Smart-ID
    • SMS API
    • Twilio
    • MojeId
    • Veriff
      • Supported Browsers
    • VIES (Vat Validation)
      • vies
    • Zoho Sign
      • Adding document fields automatically using text tags
    • Idenfy
    • GBG
      • IDScan
      • Verifications
    • Visa
    • KYB
      • Company Profile
    • Handelsregister
      • Company profile
        • List companies
        • Get company
        • Get company documents
    • InfoCamere
      • Company profile
        • List companies
        • List persons
        • Get company
        • Get person
        • Get documents
    • CBE - Belgium Company Register
      • Company profile
        • List companies
        • Get company
        • List documents
        • Get document
    • Transparenzregister
      • Beneficial owners
        • List companies
        • List documents
        • Get documents
    • CVR (Danish Central Business Register)
      • Company profile
        • List Companies
        • Get Company
        • Get document
    • Malta Business Registry
      • Company profile
        • List Companies
        • Get Company
Powered by GitBook
On this page
  • What kind of data I will get
  • Verification payment processing
  • Response Content

Was this helpful?

  1. Integrations

Przelewy 24

PreviousPolish VAT WhitelistNextPWG

Last updated 1 year ago

Was this helpful?

What kind of data I will get

By using this integration, you will get information about customer details obtained from verification bank transfer (usually 1 PLN amount)

Verification payment processing

On sandbox environment, there is no real payment processing and you will receive output instantly, whereas in production environment it is required to wait some time for bank to register and confirm transaction.

When user finishes interaction with widget, You will receive two webhooks:

  1. User interaction with widget was completed but some tasks have been being processed in background (awaiting workflow webhook)

  2. All tasks have been processed and workflow is fully completed (workflow completed webhook)

More information about this service you can find

Response Content

przelewy24

Attribute
Type
Description

object

Verification Payment result

verificationPayment

Attribute
Type
Description

email

string

Email address of the recipient of the payment

name

string

Full name of the recipient of the payment

street

string

Street address of the recipient of the payment

city

string

City of the recipient of the payment

postCode

string

Postal code of the recipient of the payment

iban

string

IBAN of the recipient of the payment

originalString

string

Original string provided for verification

Example response

{
    "przelewy24": {
        "verificationPayment": {
            "email": "tech@transactionlink.io",
            "name": "Jan Testowy",
            "street": "Konwaliowa 6",
            "city": "Komorniki",
            "postCode": "62-052",
            "iban": "11124055271111001084658665",
            "originalString": "Jan Testowy KONWALIOWA 6 62-052 KOMORNIKI PL "
        }
    }
}

here
verificationPayment