Link to plugin page: https://zeroqode.com/plugin/magpie-payment-plugin-1567769536887x690608670298867800
The Magpie GW Plugin gives the ability to create customer account, create a card token, manage payments and account preferences. Uses HTTP methods and a RESTful endpoint structure .
You must have an account with Magpie to interact with the API.
3. After plugin installation, enter your Private Key in the Username field in plugin Settings
4. You're all set to use plugin Actions.
Creates a single use token that wraps the details of a credit card. These tokens can only be used once: by creating a new charge, or attaching them to a customer. To create a token card you need your public key found in Magpie Dashboard, under the API Keys tab.
Parameters:
Reference documentation (https://magpie.im/documentation/#operation/createToken).
2. Retrieve a token.
Retrieves the token with the given ID. Use your public key found in Magpie Dashboard, for this action.
Parameters:
Reference documentation (https://magpie.im/documentation/#operation/retrieveToken).
Creates a new customer object with the given credentials: user’s email and some description.
Parameters:
Reference documentation (https://magpie.im/documentation/#operation/createCustomer).
2. Retrieve a customer.
Retrieves the details of an existing customer. You need only to supply the unique customer identifier that was returned upon customer creation.
Reference documentation (https://magpie.im/documentation/#operation/retrieveCustomer).
3. Update a customer
Updates the specified customer by setting the source parameter (i.e. a card ID), the card will be added to the customer’s payment sources.
This operation is required, because it binds a card to a customer, without this action it will be impossible to use the transaction action.
Reference documentation (https://magpie.im/documentation/#operation/updateCustomer).
4. Delete a customer.
Permanently delete a customer.
This cannot be undone.
Parameters:
Reference documentation (https://magpie.im/documentation/#operation/deleteCustomer).
5. Delete customer fund source
Deletes a customer’s fund source.
Parameters:
Reference documentation (https://magpie.im/documentation/#operation/deleteCustomerFundSource)
Live Demo: https://zeroqode-demo-18.bubbleapps.io/magpie