Design / Payment Reason Use Cases / List Payment Reasons
In this use case, we’ll walk through retrieving a list of payment reason IDs and their corresponding descriptions. These payment IDs can be used when creating a transaction.
Send a request to the following endpoint:
GET /v1/payment-reasons
Returns an array of payment reasons. For each payment reason, the payment ID (reason) and description are returned.
[
{
"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.