- Refundable_Transactions
Consumer_Account_Cancel
Consumer_Account_Credit_Line_Increase
Consumer Application Invitation
Consumer_All_Transaction_Activity
Available_Consumer_Transactions
Consumer_Invitation_List
Consumer_Charge_Settled
Merchant_Consumer_Applications_List
Consumer_Information_Details
Consumer_Payment_Portal_Account_Email_Request
Consumer_Payment_Request_Create
Consumer Payment Request Approve
Consumer_Payment_Request_List
Consumer_Refund_Request
Consumer_Transactions_List
Refundable_Transactions
Returns a list of refundable transactions to check which transactions are eligible for a refund based on a consumer application. Requirements:
- Authentication information, user, and password are required for this endpoint.
- Sponsor ID will be determined by the authentication information used.
request_user_id: There must be a user ID in the Momnt system for this GET request to succeed. That user must be active and should have been established in previous interactions, such as pre-onboarding or create_user.loan_id: Partner’s ID for the Application sent in the consumer invitation initial POST.
Security
basicAuth
- Mock serverhttps://momnt-api-docs.redocly.app/_mock/docs/openapi/sponsor_consumer_v1/api/v1/sponsor/merchants/{request_user_id}/refundable-transactions/{external_application_id}/
curl -i -X GET \
-u '<username>:<password>' \
'https://momnt-api-docs.redocly.app/_mock/docs/openapi/sponsor_consumer_v1/api/v1/sponsor/merchants/{request_user_id}/refundable-transactions/{external_application_id}/'Array [
]
Response
[ { "transaction_description": "string", "transaction_amount": "string", "created": "2019-08-24T14:15:22Z", "submitted_by": "string", "payment_identifier": "string", "max_refundable_amount": "string", "refunded_transactions": [ … ], "full_refund_available": true, "partial_refund_available": true } ]