Download the PHP package aditamairhamdev/midtranscore without Composer
On this page you can find all versions of the php package aditamairhamdev/midtranscore. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aditamairhamdev/midtranscore
More information about aditamairhamdev/midtranscore
Files in aditamairhamdev/midtranscore
Package midtranscore
Short Description mengambil data dari midtrans tanpa perlu terlalu banyak konfigurasi pada class , helper dan lainnya
License MIT
Informations about the package midtranscore
midtranscore
fetch data from midtrans without the need for too much configuration on classes, helpers and others
Installation
-
Open the terminal, navigate to your laravel project directory.
-
Setting the database configuration, open .env file at project root directory
-
Run the following command at the terminal
- Run the following command at the terminal
midtranscore api base
for the midtranscore midtrans fire endpoint there are three endpoints:
- {project_base}/midtrans/credit-card
--METHOD = POST
- {project_base}/midtrans/gopay
--METHOD = POST
- {project_base}/midtrans/bank-transfer
--METHOD = POST
midtranscore : api [Credit Card]
To retrieve a response from a credit card it is necessary to enter the following parameters
you will get a response from midtrans
midtranscore : api [Gopay]
To retrieve a response from a gopay it is necessary to enter the following parameters
you will get a response from midtrans
midtranscore : api [Bank Transfer]
To retrieve a response from a bank transfer it is necessary to enter the following parameters
you will get a response from midtrans
in a bank transfer there is a list of banks that can be processed, among others
Documentation
others documentation you can see : Documentation