Get a charge
GET/v1/charges/:chargeId
Read one charge by its RCM chargeId.
Note the asymmetry with the rest of the tag: this endpoint takes the internal UUID, while PUT and DELETE /v1/charges/{chargeCode} take your own charge_code. The UUID comes back in the response of POST /v1/charges and in the deep-info lookup; if all you have is your charge_code, resolve it through /v1/accounts/base-accounts/origin-events/{originEventId}/deep-info first.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error