You are looking at historical revision 28204 of this page. It may differ significantly from its current revision.

Striped Zebra

Description

An API for processing payments via Stripe.

Author

Thomas Hintz

Contact me at t@thintz.com.

Requirements

List of user configurable parameters

api-endpoint

[parameter] (api-endpoint [string])

URL under which the api resides. Defaults to "https://api.stripe.com/". You shouldn't need to change this.

api-version

[parameter] (api-version [string])

URL to the api version of Stripe that you want to use. Defaults to "/v1/".

default-username

[parameter] (default-username [string])

This is your Stripe private api key. Defaults to "".

High-level procedures

charge

[procedure] (charge amount #!key (card-token #f) (customer #f) (username (default-username)) (description ""))

Returns a list of your buckets.