# View ACH Credit Transfer charge information using the Stripe API

You can retrieve the following details about an ACH Credit Transfer charge in the API:
* `ach_credit_transfer[last4]`: Last 4 digits of account number
* `ach_credit_transfer[routing_number]`: Bank routing number
* `ach_credit_transfer[fingerprint]`:&nbsp;[Unique Stripe-generated ID](https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-fingerprint)&nbsp;associated with routing and account number combination
## Additional Information
* It is not currently possible to see the bank statement note or reference for ACH Credit Transfer payments.
