Retrieve a list of payment reason IDs and their corresponding descriptions. These payment IDs can be used when creating a transaction.
GET /v1/payment-reasons
Authorization: Bearer <access_token>
None
Returns an array of payment reasons. The following fields are returned for each payment reason.
reason
string
Payment reason.
description
string
Payment reason description.
SAMPLE RESPONSE
[
{
"reason": "healthcare-disbursements",
"description": "Healthcare Disbursements"
},
{...},
{...}
]
© 2022 Rocket Financial. All rights reserved. RocketFNCL, RocketKOR, RocketBNK are trade names of Rocket Financial Inc.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL
© 2023 by Rocket Financial Inc. All rights reserved.