Page History
Payment window integration (plugin)
Example of a link to open a Itau Paraguay Manual payment window:
|
|---|
| Code Block |
|---|
wallet_type=itau_ml currency_code=PYG Available languages (lang): en, es |
| Info |
|---|
Pay attention to the description of the parameters payment_url_success_id / payment_url_fail_id/ payment_url_pending_id and success_url / fail_url / pending_url. |
For the description of all the plug-in parameters click here.
API integration
Creating payment
URL: https://api.{server_URL}/api/v1/transaction/create/itau_ml?secret={pluginapi_secret}
At this stage we first accept a request for input through the payment system and in response we will provide the wallet details to which the user should transfer the payment. After the payment is made you will need to send a request to activate the transaction.
Request method:
POST
Format:
JSON
Parameters:
Name | Type | Required | Max Length | Description |
| currency | string | yes | 3 | Currency code. |
label | string | yes | 190 | The unique identifier (ID) of the user who makes the payment. |
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
"currency": "PYG",
"label": "eligendi"
} |
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
"status": "ok",
"params": {
"Account number": "220000000",
"Account name": "Account Test Name",
"is_check_amount": null
}
} |
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
"status": "fail",
"message": "MESSAGE"
} |
Activation request
URL: http://api.{server_URL}/api/v1/possible-transaction?secret={pluginapi_secret}
Request method:
POST
Format:
form-data
Parameters:
Name | Type | Required | Max Length | Description |
| currency_code | string | yes | 3 | Currency code (PYG). |
wallet_type | string | yes | 190 | itau_ml |
| label | string | yes | 190 | The unique identifier (ID) of the user who makes the payment. |
| key1 | string | yes | 10 | Transaction number received from the user. Length from 6 to 10 digits. |
| screenshot | file | yes | Screenshot of the payment from the user. | |
| amount | int | yes | 256 | Payment amount. |
| custom_transaction_id | string | yes | 190 | The identifier of the transaction in the Client's system. Must be unique. |
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
"status": "success",
"message": "",
"code": 20000,
"data": [],
"paginate": {
"offset": 0,
"total": 1,
"limit": 1
}
} |
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
"status": "fail",
"message": "MESSAGE"
} |
Deposit postback
For the general documentation on post backs click here.
Example of a deposit postback for a Itau Paraguay Manual
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
"signature": "50f7ad0d213b28e6f7fb7a19726e521d722ec500",
"wallet_type": "itau_ml",
"amount": 25000,
"currency_code": "PYG",
"label": "test_label1234",
"direction": "ingoing",
"created_datetime": "2025-11-11 15:38:48",
"access_key": "uowkn0b3LfBxpcWYHi4_",
"additional_data": [
{
"activated_datetime": "2025-11-11 15:38:47",
"exchanger_identifier": null,
"comment": "",
"amount": "25000",
"currency_code": "PYG",
"wallet_type": "itau_ml",
"stockpiling_id": 11844,
"transaction_id": "0394031",
"transaction_type": 0,
"plugin_custom_order_id": "test_custom1234",
"withdrawal_id": null,
"withdrawal_status": null,
"account_number": "",
"account_name": "",
"account_email": "",
"bank_details": {
"bank_code": "",
"branch_code": ""
}
}
]
} |
| Warning |
|---|
The Paykassma server is waiting for a response in json {"status": "ok"} response code 200, otherwise, when receiving a different response, Paykassma will forward the postback with a certain frequency. |
Withdrawals for users
For the general documentation on the withdrawals of funds click here.
Creating withdrawal
URL: https://api.{server_URL}/v2/withdrawal/create
Request method:
POST
Format:
JSON
Parameters:
Name | Type | Required | Description |
| withdrawal_id | string | yes | Withdrawal ID, if the parameter is not passed, then the system generates withdrawal_id. |
| payment_system | string | yes | Payment system. |
| amount | int | required | Additional requirements:
|
| currency_code | string | yes | Currency code. |
label | string | yes | The unique identifier (ID) of the user who makes the payment. |
| account_number | string | yes | The user's account number at Itau Bank (from 7 to 9 digits). |
| account_name | string | yes | Name and Surname of the account holder. |
is_test | boolean | yes | The is_test parameter possible values:
|
| signature | string | yes | Signature generated with private_key. |
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"withdrawal_id": "test1129245631874491",
"payment_system": "itau_ml",
"amount": 75000,
"currency_code": "PYG",
"label": "testlabel12345",
"account_number": "220000000",
"account_name": "Ashik Bik",
"is_test": false,
"signature": "dd323cc90163d306ad97bc327cf482417a7af276"
} |
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
"status": "ok",
} |
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"status": "fail",
"message": "MESSAGE"
} |
*If, when trying to create a withdrawal request, the amount of account balances in the currency of the request is less than the total amount of new and still incomplete applications, the error message"Insufficient balance" will be displayed (to configure this functionality, contact the TS Paykassma).
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
"status": "fail",
"message": {
"withdrawals_sum_amount": [
"Insufficient balance"
]
}
} |
Example of a withdrawal postback for a Itau Paraguay Manual
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
"signature": "adfba698ad218ef2a081a5744ecfb7787faef13e",
"wallet_type": "itau_ml",
"amount": 75000,
"currency_code": "PYG",
"label": "testlabel12345",
"direction": "outgoing",
"created_datetime": "2025-11-11 16:08:21",
"access_key": "uowkn0b3LfBxpcWYHi4_",
"additional_data": [
{
"activated_datetime": "",
"exchanger_identifier": "",
"comment": "",
"amount": "75000",
"currency_code": "PYG",
"wallet_type": "itau_ml",
"stockpiling_id": null,
"transaction_id": "",
"transaction_type": null,
"plugin_custom_order_id": "",
"withdrawal_id": "test11129245631874491",
"withdrawal_status": 1,
"account_number": "220000000",
"account_name": "Ashik Bik",
"account_email": "",
"bank_details": {
"bank_code": null,
"branch_code": null
}
}
]
} |
| Warning |
|---|
The Paykassma server is waiting for a response in json {"status": "ok"} response code 200, otherwise, when receiving a different response, Paykassma will forward the postback with a certain frequency. |
Withdrawal statuses
ID | Name | Description |
|---|---|---|
1 | PROCESSED | Status for withdrawal when the withdrawal request has been successfully processed. |
5 | REJECTED | Status for withdrawal when the withdrawal request was rejected. |
Creating withdrawal request in Paykassma
To create a withdrawal request, you need to go to the Withdrawals pagePayments → Withdrawals and perform the following steps
- Press the button "Add withdrawal request".
- Select payment system from list.
- Fill in the fields to create the request in the next window(the list of fields is standardized and not all fields are required. To create a request for a specific PS, you should fill in the required fields for this PS).
Required fields for Itau Paraguay Manual withdrawal:
- Label (user ID);
- Amount;
- Currency;
- Wallet recipient;
- Recipient name. - After payment the withdrawal status will change.
Paykassma does not send postback for withdrawals created manually.



