How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ChargeAfter Charges API

The Charges API from ChargeAfter — 8 operation(s) for charges.

ChargeAfter Charges API is one of 12 APIs that ChargeAfter publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Charges. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 9 operations across 8 paths, and defines 25 schemas. It is described by OpenAPI 3.2.0, at version 1.2.45+20181a21407d1df1b163085f2b159570f697241a.

Requests are made against 2 base URLs: https://api-sandbox.ca-dev.co, https://api.chargeafter.com.

9 operations 8 paths 25 schemas 1 GET1 PATCH7 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.2.45+20181a21407d1df1b163085f2b159570f697241a
Base URL
https://api.chargeafter.com
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

ChargeAfter Charges API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (apiKey). By default, every request must be authenticated.

  • apiKey — ChargeAfter API supports an API key based authentication, provided in the apiKey HTTP header.

Paths & Operations 9

Across 8 paths, the API surfaces 9 operations — 1 GET, 1 PATCH, 7 POST. Each is listed below with its method, path, parameters, and response codes.

Charges 9
POST
/v2/post-sale/charges
Create a new Charge
1 param body → 201202400401404422500
GET
/v2/post-sale/charges/{chargeid}
Get details of a Charge
1 param → 200400401404422500
PATCH
/v2/post-sale/charges/{chargeid}
Update a Charge
1 param body → 200400401422500
POST
/v2/post-sale/charges/{chargeid}/settles
Settle a Charge
1 param body → 201400401422500
POST
/v2/post-sale/charges/{chargeid}/refunds
Refund a Charge
1 param body → 201400401422500
POST
/v2/post-sale/charges/{chargeid}/voids
Void a Charge
1 param body → 201400401422500
POST
/v2/post-sale/charges/voids/async
body → 201400401422500
POST
/v2/post-sale/charges/{chargeid}/transactions/synthetic
Create a synthetic transaction
1 param body → 201400401422500
POST
/v2/post-sale/charges/{chargeid}/items/delivery
Update delivery data
1 param body → 201400401422500

Schemas 25

The contract defines 25 schemas that model the data the API accepts and returns. The most detailed are ChargeAfter.PostsaleAdapter.WebApi.Contracts.ChargeCreationResponseDto (17 properties), ChargeAfter.PostsaleAdapter.WebApi.Contracts.RefundResponseDto (15 properties), ChargeAfter.PostsaleAdapter.WebApi.Contracts.SettleChargeResponseDto (14 properties), ChargeAfter.PostsaleAdapter.WebApi.Contracts.ChargeActionBaseResponseDto (14 properties). Each schema is shown below with its type and property counts.

ChargeAfter.PostsaleAdapter.WebApi.Contracts.RefundActionBodyDto
object
2 properties
ChargeAfter.Postsale.WebApi.Contracts.Dtos.DeliveryDates.DeliveryItemDto
object
3 properties 2 required
ChargeAfter.PostsaleAdapter.WebApi.Contracts.VoidChargeResponseDto
object
14 properties 9 required
ChargeAfter.PostsaleAdapter.WebApi.Contracts.ChargeVoidAsyncResponseDto
object
2 properties 2 required
ChargeAfter.PostsaleAdapter.WebApi.Contracts.VoidChargeActionBodyDto
object
2 properties
ChargeAfter.PostsaleAdapter.WebApi.Contracts.SettleActionBodyDto
object
2 properties
ChargeAfter.PostsaleAdapter.WebApi.Contracts.OfferDto
object
2 properties
ChargeAfter.PostsaleAdapter.WebApi.Contracts.SyntheticActionBody
object
6 properties 1 required
ChargeAfter.PostsaleAdapter.WebApi.Contracts.NewChargeFromConfirmationBodyDto
object
4 properties 1 required
ChargeAfter.PostsaleAdapter.WebApi.Contracts.ChargeStatus
string
The transaction status. Please refer to Charge states page in order to review possible statuses of the action. Description: Created - [Deprecated] Authorized -…
ChargeAfter.PostsaleAdapter.WebApi.Contracts.ChargeCreationTransactionsData
object
2 properties
ChargeAfter.PostsaleAdapter.WebApi.Contracts.DeliveryDateDto
object
5 properties 5 required
ChargeAfter.PostsaleAdapter.WebApi.Contracts.PaymentPlanDto
object
1 property
ChargeAfter.Postsale.WebApi.Contracts.Dtos.DeliveryDates.CreateDeliveryDateRequestBodyDto
object
1 property 1 required
ChargeAfter.Libraries.Entities.TransactionState
string
ChargeAfter.PostsaleAdapter.WebApi.Contracts.ChargeCreationResponseDto
object
17 properties 12 required
ChargeAfter.PostsaleAdapter.WebApi.Contracts.SettleChargeResponseDto
object
14 properties 9 required
ChargeAfter.PostsaleAdapter.WebApi.Contracts.DeliveryItemDto
object
3 properties
ChargeAfter.PostsaleAdapter.WebApi.Contracts.UpdateChargeBodyDto
object
2 properties
ChargeAfter.PostsaleAdapter.WebApi.Contracts.RefundResponseDto
object
15 properties 10 required
ChargeAfter.PostsaleAdapter.WebApi.Contracts.ChargeVoidAsyncBodyDto
object
1 property 1 required
ChargeAfter.PostsaleAdapter.WebApi.Contracts.ChargeDto
object
14 properties 13 required
ChargeAfter.PostsaleAdapter.WebApi.Contracts.TransactionType
string
Description: Settle - Transaction is settled Refund - Settled transaction is refunded Void - Transaction is voided Chargeback - Chargack is created Reversal -…
ChargeAfter.PostsaleAdapter.WebApi.Contracts.LenderDto
object
Details about the selected lender.
2 properties
ChargeAfter.PostsaleAdapter.WebApi.Contracts.ChargeActionBaseResponseDto
object
14 properties 10 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

chargeafter-charges-api-openapi.yml Raw ↑

Other APIs ChargeAfter publishes across the network.

ChargeAfter Accounts API
ChargeAfter Applications V3 API
ChargeAfter Checkout API
ChargeAfter Consumer Management API
ChargeAfter Consumers V2 API
ChargeAfter Fundings API
ChargeAfter Lenders API
ChargeAfter Links API
ChargeAfter Orders API
ChargeAfter Sessions V3 API
ChargeAfter Transactions API
Where this information came from

This is an independent, third-party profile of ChargeAfter Charges API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.