API Docs Version 1.1.75
What's Changed
POST /payment/invoice-items
Return Type:
Changed response : 200 OK
Successful Response
- Changed content type :
application/json
DELETE /payment/invoice-items
Return Type:
Changed response : 200 OK
Successful Response
- Changed content type :
application/json
POST /payment/invoice-items/{invoice_item_id}
Return Type:
Changed response : 200 OK
Successful Response
- Changed content type :
application/json
POST /get-preview-form
Request:
Changed content type : application/json
-
Changed property
deal(object)Deal information
New optional properties:
apr
POST /get-filled-form
Request:
Changed content type : application/json
-
Changed property
deal(object)Deal information
New optional properties:
apr
POST /mitek/verify-license
Request:
Changed content type : application/json
-
Changed property
dl_front_image(string)Convert the selected front image into a base64 encoded string.
Choose the front image you want to convert. Then Visit https://www.base64.guru/converter/encode/image (opens in a new tab) and upload the image file. The website will generate a base64 encoded string for your image. Now, Copy the generated base64 string and paste the copied encoded string into the 'di_front_image' field in the payload.
-
Changed property
dl_back_image(string)Convert the selected front image into a base64 encoded string.
Choose the front image you want to convert. Then Visit https://www.base64.guru/converter/encode/image (opens in a new tab) and upload the image file. The website will generate a base64 encoded string for your image. Now, Copy the generated base64 string and paste the copied encoded string into the 'di_front_image' field in the payload.
-
Changed property
pdf417(string)Convert the selected PDF417 into a base64 encoded string.
Choose the PDF417 you want to convert into base64 encoded string. Then Visit https://www.base64.guru/converter/encode/pdf (opens in a new tab) and upload the PDF417 file. The website will generate a base64 encoded string for your image. Now, Copy the generated base64 string and paste the copied encoded string into the 'pdf417' field in the payload.