Download the PHP package imagina/ipayu-module without Composer
On this page you can find all versions of the php package imagina/ipayu-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package ipayu-module
Asgardcms-ipayu
Imagina Colombia
Installation
Configuration
Access your asgard administrator, go to the ipayu settings and enter the requested data
- payUisTest
- payUapiKey
- payUapiLogin
- payUmerchantId
- payUlanguage
- setPaymentsCustomUrl
- setReportsCustomUrl
- setSubscriptionsCustomUrl
API
Queries
-
Ping
GET:
/api/ipayu/v1/queries/ping
Recurring Payments
Automated recurring payments are payments that are performed periodically (daily, monthly, annually), of consumption charges like goods or services such as memberships, subscriptions, policies or receipts with a fixed value that were previously authorized by the customer.
-
Plan: Using this feature you can register the credit card data from a customer and get a token sequence number.
The following operations are available:-
Creation
POST
/api/ipayu/v1/plans
Attributes
Response
-
Update
PUT:
/api/ipayu/v1/plans/{PLAN-CODE}
Attributes
Response
-
Query
GET:
/api/ipayu/v1/plans/imagina-test
Response
- Delete
DELETE:
/api/ipayu/v1/plans/{PLAN-CODE}
Response
-
-
Customer: A customer is the unit that identifies who will be the beneficiary of a provided product or service and is associated with a recurring payment plan
- Creation
POST:
/api/ipayu/v1/customers
Attributes
Response
-
Update
PUT:
/api/ipayu/v1/customers/{ID-CUSTOMER}
Attributes
Response
-
Query
GET:
/api/ipayu/v1/customers/ID-CUSTOMER
Response:
-
Delete
DELETE:
/api/ipayu/v1/customers/ID-CUSTOMER
-
Credit card: Is the payment mean with which a Plan and Payer relates, is composed of the number of credit card (which will be tokenized to store data securely), the expiration date of the card and some data additional steering.
-
Creation
POST:
/api/ipayu/v1/credit-cards
Attributes
Response
-
Update
PUT:
/api/ipayu/v1/credit-cards/{TOKEN-ID}
Attributes
Response
-
Query
GET:
/api/ipayu/v1/credit-cards/{TOKEN-ID}
Response
-
Delete
DELETE:
/api/ipayu/v1/credit-cards/{TOKEN-ID}
Response
-
-
Subscription: A subscription is the relationship between a payment plan, a payer and a credit card and it is the element that controls the execution of the respective charges.
-
Creation
POST:
/api/ipayu/v1/subscriptions
- With all new items
Attributes
Response
- With all existing items
Attributes
Response
- Already created plan and customer, and a new card
Attributes
Response
- Already created customer and card, and with new plan
Attributes
Response
-
Delete
DELETE:
/api/ipayu/v1/subscriptions/{SUBSCRIPTION-ID}
Response
-
-
Additional charges: A charge may be an additional charge or a discount realized on the value of one of the payments that comprise the recurring payment plan. These only affect the next pending charge and run once.
- Creation
POST
/api/ipayu/v1/additional-charges
Attributes
Response
-
Update
POST
/api/ipayu/v1/additional-charges/{RECURRING-BILL-ITEM-ID}
Attributes
Response
-
Query
POST
/api/ipayu/v1/'additional-charges/{RECURRING-BILL-ITEM-ID}
Response
-
Delete
POST
/api/ipayu/v1/additional-charges/{RECURRING-BILL-ITEM-ID}
Response
Facades
Plan
Example use
now, you have access to all method of the class SupportPayUPlans
Confirmation page
POST /api/ipayu/v1/orders
All versions of ipayu-module with dependencies
composer/installers Version ~1.0
idavoll/core-module Version ~3.0
imagina/laravel-payu Version ^0.1.2