API Reference payjp v0.1.6
Modules
A HTTP client for Payjp. This module contains the Application that you can use to perform transactions on payjp API. ### Configuring By default the PAYJP_SECRET_KEY environment variable is used to find your API key for Payjp. You can also manually set your API key by configuring the :payjp application. You can see the default configuration in the default_config/0 private function at the bottom of this file. The value for platform client id is optional.
Functions for working with accounts at Payjp. Through this API you can
Functions for working with cards at Payjp. Through this API you can
Functions for working with charges at Payjp. Through this API you can
Helper module for Connect related features at Payjp. Through this API you can
Main API for working with Customers at Payjp. Through this API you can
Main API for working with Events at Payjp. Through this API you can: -list events -retrieve event from id
Basic List, Create, Delete API for Plans
Main API for working with Subscriptions at Payjp. Through this API you can
API for working with Tokens at Payjp. Through this API you can: -create -retrieve tokens for credit card allowing you to use instead of a credit card number in various operations.
Payjp URI helpers to encode nested dictionaries as query_params.