Skip to main content
POST
Get one charge payment

Authorizations

Authorization
string
header
required

Authorization: Bearer <api key>. The key resolves to your organization; every response is scoped to it. An organization field in the request body is optional, but if present it must match, or the request is rejected.

Body

application/json
id
string
required
organization
string

Optional. If present, must match the organization your API key resolves to, or the request is rejected with 400.

Response

One charge payment.

id
string
currency
string
status
string
amount
number<double>
charge
string
created_at
string<date-time>

The charge payment attempt's own date, not the record's Spanner sync time.

updated_at
string<date-time>