Autopay
What kind of data I will get
By using this integration, you will get information about customer details obtained from verification bank transfer 1 PLN
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.
For proper working, at least one parameter need to be passed for verification.
Input
NOTE: At least one of below field have to be provided.
You can configure verification parameters input that will be send to Autopay in order to verify tye correctness with account owner data.
Field Name | Type | Description |
---|---|---|
|
| First name with a length of 1 to 32 characters. |
|
| Last name with a length of 1 to 64 characters. |
|
| Street name with a length of 1 to 64 characters. |
|
| House number with a length of 1 to 10 characters. |
|
| Staircase number with a length of 1 to 10 characters. |
|
| Flat number with a length of 1 to 10 characters. |
|
| Postal code in the format XX-XXX. |
|
| City name with a length of 1 to 64 characters. |
|
| Phone number in international or local format. |
|
| Bank account number with 26 digits. |
Response Content
autopay
Attribute | Type | Description |
---|---|---|
|
| Response status. Acceptable values: OK - verification completed successfully PENDING – the verification is not ready yet and the query should be repeated in a few seconds; ERROR – verification error. The reason for the error could be, for example, a lost connection with the Customer's bank |
|
| Verification status. Acceptable values: ABANDONED - the client abandoned and did not complete the verification process; REJECTED_BY_USER - the client explicitly resigned from further verification; POSITIVE - customer data verified as compliant; NEGATIVE - customer data is inconsistent |
|
| Verification identificator |
|
| Used component - |
|
| The map of parameters received in the initiate method, in the format |
| Data provided/retrieved during payment verification | |
| Additional parameters returned during validation process from bank |
data
Attribute | Type | Description |
---|---|---|
|
| Provided data to be verified by Autopay verification payment |
|
| Data retrieved during verifictaion payment process from bank |
addons
Attribute | Type | Description |
---|---|---|
|
| House number from transfer data. |
|
| First name from transfer data. |
|
| Last name from transfer data. |
|
| Flat number from transfer data. |
|
| Street name from transfer data. |
|
| Staircase number from transfer data. |
|
| Bank account number from transfer data. |
|
| Unseparated data from transfer data. |
|
| City from transfer data. |
|
| Post code from transfer data. |
Example response
Last updated