cURL
curl --request POST \ --url http://localhost:55001/api/payments/transfer-initiations/{transferId}/status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "status": "REJECTED" }'
This response does not have an example.
Update a transfer initiation status
The access token received from the authorization server in the OAuth 2.0 flow.
The transfer ID.
No content