header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Header Params
Accept
string
required
Default:
application/json
Content-Type
string
required
Default:
application/json
Body Params application/json
customer
string
optional
Only return charges for the customer specified by this customer ID.
created
object
optional
A filter on the list based on the object created field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with the following options:
gt
string
optional
Return results where the created field is greater than this value.
gte
string
optional
Return results where the created field is greater than or equal to this value.
lt
string
optional
Return results where the created field is less than this value.
lte
string
optional
Return results where the created field is less than or equal to this value.
ending_before
string
optional
A cursor for use in pagination. ending_before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with obj_bar, your subsequent call can include ending_before=obj_bar in order to fetch the previous page of the list.
limit
integer
optional
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
payment_intent
string
optional
Only return charges that were created by the PaymentIntent specified by this PaymentIntent ID.
starting_after
string
optional
A cursor for use in pagination. starting_after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include starting_after=obj_foo in order to fetch the next page of the list.