Upload/Update PDF bank statements to be parsed
POST
https://api.prestatech.com/parsing/bank-statements/sbx/v2/uploadRecent Requests
TimeStatusUser Agent
Make a request to see history.
0 Requests This Month🔑 Log in to see full request history
Body Params
IdPraticastringrequiredA unique provided application identifier
ABIstringrequiredPDF bank provider identifier
account_holderstringrequiredCompany name (ragione sociale) as per input value
SuperNSGCompanystringrequiredUnique clone company identifier
SuperNSGUserstringrequiredUnique clone user identifier
NSGCompanystringrequiredUnique company identifier
NSGUserstringrequiredUnique user identifier
fileIDstringrequiredA unique provided file identifier
filefilerequiredPDF file
Headers
Ocp-Apim-Subscription-KeystringrequiredYour environment's subscription key
Responses
Request Example
Examples
curl --request POST \
--url 'https://api.prestatech.com/parsing/bank-statements/sbx/v2/upload' \
--header 'Ocp-Apim-Subscription-Key: YOUR_SUBSCRIPTION_KEY' \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
--header 'Content-Type: application/json' \
--data '{
"IdPratica": "your_IdPratica",
"ABI": "your_ABI",
"account_holder": "your_account_holder",
"SuperNSGCompany": "your_SuperNSGCompany",
"SuperNSGUser": "your_SuperNSGUser"
}'Updated 11 months ago