Submits the merchant’s response to an open RFI. Optionally attach document IDs uploaded via the documents endpoint.
cURL
curl --request POST \ --url https://api.antonpayments.com/v1/rfis/{id}/respond \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "response": "<string>", "document_ids": [ "<string>" ] } '
{ "data": { "id": "<string>", "merchant_id": "<string>", "status": "open", "category": "source_of_funds", "urgency": "low", "entity_type": "<string>", "entity_id": "<string>", "subject": "<string>", "description": "<string>", "questions": [ "<string>" ], "response": "<string>", "responded_at": "2023-11-07T05:31:56Z", "document_ids": [ "<string>" ], "due_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Merchant API key: ak_live_* (production) or ak_test_* (sandbox).
ak_live_*
ak_test_*
Resource identifier.
Merchant's text response.
IDs of supporting documents uploaded via the documents endpoint.
Response recorded.
Show child attributes