Hi All,

I'm proceeding with the rewriting of stripe connector with the following
methods.

1.Account:
        Retrieves the details of an account details.

2.Balance:
        Retrieves the current account balance.
        Retrieves the balance transaction with the given ID.
        Returns a list of transactions that have contributed to the Stripe
account balance.

3.Cards:
        Creates a new card for a customer.
        Retrieves an existing card detail stored on a customer.
        Lists all cards belonging to a customer.

4. Charges:
        Creates a new charge.
        Retrieves the details of an existing charge.
        Returns a list of all charges.

5. Customers:
        Creates a new customer.
        Retrieves the details of an existing customer.
        Permanently deletes a customer.
        Returns a list of all customers.

6. Invoices:
        Creates an invoice.
        Retrieves the invoice with the given ID.
        Retrieves an invoice’s line items.
        Retrieves a customer’s upcoming invoice for a customer.
        Pays an invoice.
        Lists invoices for a specific customer.

7. Refunds:
        Returns a list all refunds belonging to a specific charge.

8. Tokens:
        Creates a card token that wraps the details of a credit card.
        Creates a bank account token that wraps the details of a bank
account.
        Retrieves an existing token.


9. Transfers:
        Lists all existing transfers.

Thanks.

On Mon, Sep 26, 2016 at 10:28 AM, Keerthika Mahendralingam <
keerth...@wso2.com> wrote:

> Hi All,
>
> Since there are API changes[1] in Stripe API, I have planned to rewrite
> the existing connector[2].
>
> Please let me know if you have any concerns.
>
> [1]. https://wso2.org/jira/browse/ESBCONNECT-114
> [2]. [Architecture] Stripe Web Connector for WSO2 ESB
>
> Thanks,
> Keerthika.
> --
> <dev-requ...@wso2.org>
> Keerthika Mahendralingam
> Software Engineer
> Mobile :+94 (0) 776 121144
> keerth...@wso2.com
> WSO2, Inc.
> lean . enterprise . middleware
>
> _______________________________________________
> Architecture mailing list
> Architecture@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>
>


-- 
*S.Elilmatha*
Software Engineer,

WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

Mobile 0779842221.
_______________________________________________
Architecture mailing list
Architecture@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to