Checking Account History

Learn how to check the account history of your transfers https://api.marasoftpay.com/account_history/transfers API

1. Post Data to API


To begin, you'll need to pass information such as Encryption Key, Start Date, End Date etc. You can also pass any other additional information in the metadata object field and post in the json format below.



Param Required? Description
enc_key yes Your encryption Key
start_date yes Start Date in format d-m-y
end_date yes End Date in format d-m-y



2. Url Response


Below is what your response should look like.






3. Error Response


Below is what an error response should look like.